File tree Expand file tree Collapse file tree 10 files changed +22
-22
lines changed Expand file tree Collapse file tree 10 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inquirer/checkbox" ,
3
- "version" : " 0.0.25 -alpha.0" ,
3
+ "version" : " 0.0.26 -alpha.0" ,
4
4
"type" : " module" ,
5
5
"description" : " Inquirer checkbox prompt" ,
6
6
"main" : " dist/index.js" ,
20
20
"license" : " MIT" ,
21
21
"homepage" : " https://github.com/SBoudrias/Inquirer.js/blob/master/packages/checkbox/README.md" ,
22
22
"dependencies" : {
23
- "@inquirer/core" : " ^0.0.24 -alpha.0" ,
23
+ "@inquirer/core" : " ^0.0.25 -alpha.0" ,
24
24
"ansi-escapes" : " ^5.0.0" ,
25
25
"chalk" : " ^5.0.1" ,
26
26
"figures" : " ^4.0.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inquirer/confirm" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.23 -alpha.0" ,
4
+ "version" : " 0.0.24 -alpha.0" ,
5
5
"description" : " Inquirer confirm prompt" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
22
22
"license" : " MIT" ,
23
23
"homepage" : " https://github.com/SBoudrias/Inquirer.js/blob/master/packages/confirm/README.md" ,
24
24
"dependencies" : {
25
- "@inquirer/core" : " ^0.0.24 -alpha.0" ,
26
- "@inquirer/input" : " ^0.0.24 -alpha.0" ,
25
+ "@inquirer/core" : " ^0.0.25 -alpha.0" ,
26
+ "@inquirer/input" : " ^0.0.25 -alpha.0" ,
27
27
"chalk" : " ^5.0.1"
28
28
},
29
29
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inquirer/core" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.24 -alpha.0" ,
4
+ "version" : " 0.0.25 -alpha.0" ,
5
5
"description" : " Core Inquirer prompt API" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
30
30
"wrap-ansi" : " ^8.0.1"
31
31
},
32
32
"devDependencies" : {
33
- "@inquirer/testing" : " * "
33
+ "@inquirer/testing" : " ^0.0.1-alpha.0 "
34
34
},
35
35
"scripts" : {
36
36
"tsc" : " tsc"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inquirer/editor" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.17 -alpha.0" ,
4
+ "version" : " 0.0.18 -alpha.0" ,
5
5
"description" : " Inquirer multiline editor prompt" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
19
19
"license" : " MIT" ,
20
20
"homepage" : " https://github.com/SBoudrias/Inquirer.js/blob/master/packages/editor/README.md" ,
21
21
"dependencies" : {
22
- "@inquirer/core" : " ^0.0.24 -alpha.0" ,
22
+ "@inquirer/core" : " ^0.0.25 -alpha.0" ,
23
23
"chalk" : " ^5.0.1" ,
24
24
"external-editor" : " ^3.0.3"
25
25
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inquirer/expand" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.24 -alpha.0" ,
4
+ "version" : " 0.0.25 -alpha.0" ,
5
5
"description" : " Inquirer checkbox prompt" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
20
20
"license" : " MIT" ,
21
21
"homepage" : " https://github.com/SBoudrias/Inquirer.js/blob/master/packages/expand/README.md" ,
22
22
"dependencies" : {
23
- "@inquirer/core" : " ^0.0.24 -alpha.0" ,
23
+ "@inquirer/core" : " ^0.0.25 -alpha.0" ,
24
24
"chalk" : " ^5.0.1" ,
25
25
"figures" : " ^4.0.1"
26
26
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inquirer/input" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.24 -alpha.0" ,
4
+ "version" : " 0.0.25 -alpha.0" ,
5
5
"description" : " Inquirer input text prompt" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
19
19
"license" : " MIT" ,
20
20
"homepage" : " https://github.com/SBoudrias/Inquirer.js/blob/master/packages/input/README.md" ,
21
21
"dependencies" : {
22
- "@inquirer/core" : " ^0.0.24 -alpha.0" ,
22
+ "@inquirer/core" : " ^0.0.25 -alpha.0" ,
23
23
"chalk" : " ^5.0.1"
24
24
},
25
25
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inquirer/password" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.23 -alpha.0" ,
4
+ "version" : " 0.0.24 -alpha.0" ,
5
5
"description" : " Inquirer password prompt" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
23
23
"license" : " MIT" ,
24
24
"homepage" : " https://github.com/SBoudrias/Inquirer.js/blob/master/packages/password/README.md" ,
25
25
"dependencies" : {
26
- "@inquirer/input" : " ^0.0.24 -alpha.0" ,
26
+ "@inquirer/input" : " ^0.0.25 -alpha.0" ,
27
27
"chalk" : " ^5.0.1"
28
28
},
29
29
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inquirer/rawlist" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.7 -alpha.0" ,
4
+ "version" : " 0.0.8 -alpha.0" ,
5
5
"description" : " Inquirer rawlist prompt" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
23
23
"license" : " MIT" ,
24
24
"homepage" : " https://github.com/SBoudrias/Inquirer.js/blob/master/packages/rawlist/README.md" ,
25
25
"dependencies" : {
26
- "@inquirer/core" : " ^0.0.24 -alpha.0" ,
26
+ "@inquirer/core" : " ^0.0.25 -alpha.0" ,
27
27
"chalk" : " ^5.0.1"
28
28
},
29
29
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inquirer/select" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.24 -alpha.0" ,
4
+ "version" : " 0.0.25 -alpha.0" ,
5
5
"description" : " Inquirer select/list prompt" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
19
19
"license" : " MIT" ,
20
20
"homepage" : " https://github.com/SBoudrias/Inquirer.js/blob/master/packages/select/README.md" ,
21
21
"dependencies" : {
22
- "@inquirer/core" : " ^0.0.24 -alpha.0" ,
22
+ "@inquirer/core" : " ^0.0.25 -alpha.0" ,
23
23
"ansi-escapes" : " ^5.0.0" ,
24
24
"chalk" : " ^5.0.1" ,
25
25
"figures" : " ^4.0.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inquirer/testing" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.0" ,
4
+ "version" : " 0.0.1-alpha. 0" ,
5
5
"description" : " Inquirer testing utilities" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
19
19
"license" : " MIT" ,
20
20
"homepage" : " https://github.com/SBoudrias/Inquirer.js/blob/master/packages/testing/README.md" ,
21
21
"dependencies" : {
22
+ "@inquirer/core" : " ^0.0.25-alpha.0" ,
22
23
"mute-stream" : " ^0.0.8" ,
23
- "strip-ansi" : " ^7.0.1" ,
24
- "@inquirer/core" : " ^0.0.24-alpha.0"
24
+ "strip-ansi" : " ^7.0.1"
25
25
},
26
26
"scripts" : {
27
27
"tsc" : " tsc"
You can’t perform that action at this time.
0 commit comments