File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inquirer/checkbox" ,
3
- "version" : " 0.0.29 -alpha.0" ,
3
+ "version" : " 0.0.30 -alpha.0" ,
4
4
"type" : " module" ,
5
5
"description" : " Inquirer checkbox prompt" ,
6
6
"main" : " dist/index.js" ,
53
53
"license" : " MIT" ,
54
54
"homepage" : " https://github.com/SBoudrias/Inquirer.js/blob/master/packages/checkbox/README.md" ,
55
55
"dependencies" : {
56
- "@inquirer/core" : " ^0.0.29 -alpha.0" ,
56
+ "@inquirer/core" : " ^0.0.30 -alpha.0" ,
57
57
"ansi-escapes" : " ^6.0.0" ,
58
58
"chalk" : " ^5.1.2" ,
59
59
"figures" : " ^5.0.0"
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.27 -alpha.0" ,
4
+ "version" : " 0.0.28 -alpha.0" ,
5
5
"description" : " Inquirer confirm prompt" ,
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/confirm/README.md" ,
55
55
"dependencies" : {
56
- "@inquirer/core" : " ^0.0.29 -alpha.0" ,
57
- "@inquirer/input" : " ^0.0.27 -alpha.0" ,
56
+ "@inquirer/core" : " ^0.0.30 -alpha.0" ,
57
+ "@inquirer/input" : " ^0.0.28 -alpha.0" ,
58
58
"chalk" : " ^5.1.2"
59
59
},
60
60
"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.29 -alpha.0" ,
4
+ "version" : " 0.0.30 -alpha.0" ,
5
5
"description" : " Core Inquirer prompt API" ,
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/editor" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.20 -alpha.0" ,
4
+ "version" : " 0.0.21 -alpha.0" ,
5
5
"description" : " Inquirer multiline editor prompt" ,
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/editor/README.md" ,
55
55
"dependencies" : {
56
- "@inquirer/core" : " ^0.0.29 -alpha.0" ,
56
+ "@inquirer/core" : " ^0.0.30 -alpha.0" ,
57
57
"chalk" : " ^5.1.2" ,
58
58
"external-editor" : " ^3.0.3"
59
59
},
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.27 -alpha.0" ,
4
+ "version" : " 0.0.28 -alpha.0" ,
5
5
"description" : " Inquirer checkbox prompt" ,
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/expand/README.md" ,
55
55
"dependencies" : {
56
- "@inquirer/core" : " ^0.0.29 -alpha.0" ,
56
+ "@inquirer/core" : " ^0.0.30 -alpha.0" ,
57
57
"chalk" : " ^5.1.2" ,
58
58
"figures" : " ^5.0.0"
59
59
},
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.27 -alpha.0" ,
4
+ "version" : " 0.0.28 -alpha.0" ,
5
5
"description" : " Inquirer input text prompt" ,
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/input/README.md" ,
55
55
"dependencies" : {
56
- "@inquirer/core" : " ^0.0.29 -alpha.0" ,
56
+ "@inquirer/core" : " ^0.0.30 -alpha.0" ,
57
57
"chalk" : " ^5.1.2"
58
58
},
59
59
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " inquirer" ,
3
3
"type" : " module" ,
4
- "version" : " 9.1.3 " ,
4
+ "version" : " 9.1.4 " ,
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.27 -alpha.0" ,
4
+ "version" : " 0.0.28 -alpha.0" ,
5
5
"description" : " Inquirer password prompt" ,
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/password/README.md" ,
55
55
"dependencies" : {
56
- "@inquirer/input" : " ^0.0.27 -alpha.0" ,
56
+ "@inquirer/input" : " ^0.0.28 -alpha.0" ,
57
57
"@inquirer/type" : " ^0.0.4-alpha.0" ,
58
58
"chalk" : " ^5.1.2"
59
59
},
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.10 -alpha.0" ,
4
+ "version" : " 0.0.11 -alpha.0" ,
5
5
"description" : " Inquirer rawlist prompt" ,
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/rawlist/README.md" ,
55
55
"dependencies" : {
56
- "@inquirer/core" : " ^0.0.29 -alpha.0" ,
56
+ "@inquirer/core" : " ^0.0.30 -alpha.0" ,
57
57
"chalk" : " ^5.1.2"
58
58
},
59
59
"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.28 -alpha.0" ,
4
+ "version" : " 0.0.29 -alpha.0" ,
5
5
"description" : " Inquirer select/list prompt" ,
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/select/README.md" ,
55
55
"dependencies" : {
56
- "@inquirer/core" : " ^0.0.29 -alpha.0" ,
56
+ "@inquirer/core" : " ^0.0.30 -alpha.0" ,
57
57
"ansi-escapes" : " ^6.0.0" ,
58
58
"chalk" : " ^5.1.2" ,
59
59
"figures" : " ^5.0.0"
You can’t perform that action at this time.
0 commit comments