File tree 8 files changed +12
-12
lines changed
8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inquirer/checkbox" ,
3
- "version" : " 0.0.28 -alpha.0" ,
3
+ "version" : " 0.0.29 -alpha.0" ,
4
4
"type" : " module" ,
5
5
"description" : " Inquirer checkbox prompt" ,
6
6
"main" : " dist/index.js" ,
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.26 -alpha.0" ,
4
+ "version" : " 0.0.27 -alpha.0" ,
5
5
"description" : " Inquirer confirm prompt" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
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.28 -alpha.0" ,
4
+ "version" : " 0.0.29 -alpha.0" ,
5
5
"description" : " Core Inquirer prompt API" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
53
53
"license" : " MIT" ,
54
54
"homepage" : " https://github.com/SBoudrias/Inquirer.js/blob/master/packages/core/README.md" ,
55
55
"dependencies" : {
56
- "@inquirer/type" : " ^0.0.3 -alpha.0" ,
56
+ "@inquirer/type" : " ^0.0.4 -alpha.0" ,
57
57
"ansi-escapes" : " ^5.0.0" ,
58
58
"chalk" : " ^5.1.0" ,
59
59
"cli-spinners" : " ^2.7.0" ,
66
66
"wrap-ansi" : " ^8.0.1"
67
67
},
68
68
"devDependencies" : {
69
- "@inquirer/testing" : " ^0.0.4 -alpha.0"
69
+ "@inquirer/testing" : " ^0.0.5 -alpha.0"
70
70
},
71
71
"scripts" : {
72
72
"tsc" : " tsc"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " inquirer" ,
3
3
"type" : " module" ,
4
- "version" : " 9.1.2 " ,
4
+ "version" : " 9.1.3 " ,
5
5
"description" : " A collection of common interactive command line user interfaces." ,
6
6
"author" :
" Simon Boudrias <[email protected] >" ,
7
7
"files" : [
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.26 -alpha.0" ,
4
+ "version" : " 0.0.27 -alpha.0" ,
5
5
"description" : " Inquirer password prompt" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
54
54
"homepage" : " https://github.com/SBoudrias/Inquirer.js/blob/master/packages/password/README.md" ,
55
55
"dependencies" : {
56
56
"@inquirer/input" : " ^0.0.27-alpha.0" ,
57
- "@inquirer/type" : " ^0.0.3 -alpha.0" ,
57
+ "@inquirer/type" : " ^0.0.4 -alpha.0" ,
58
58
"chalk" : " ^5.0.1"
59
59
},
60
60
"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.27 -alpha.0" ,
4
+ "version" : " 0.0.28 -alpha.0" ,
5
5
"description" : " Inquirer select/list prompt" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
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.4 -alpha.0" ,
4
+ "version" : " 0.0.5 -alpha.0" ,
5
5
"description" : " Inquirer testing utilities" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
56
56
"license" : " MIT" ,
57
57
"homepage" : " https://github.com/SBoudrias/Inquirer.js/blob/master/packages/testing/README.md" ,
58
58
"dependencies" : {
59
- "@inquirer/type" : " ^0.0.3 -alpha.0" ,
59
+ "@inquirer/type" : " ^0.0.4 -alpha.0" ,
60
60
"mute-stream" : " ^0.0.8" ,
61
61
"strip-ansi" : " ^7.0.1"
62
62
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inquirer/type" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.3 -alpha.0" ,
4
+ "version" : " 0.0.4 -alpha.0" ,
5
5
"description" : " Inquirer core TS types" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments