File tree Expand file tree Collapse file tree 20 files changed +1218
-1529
lines changed
contentstack-bulk-publish
contentstack-export-to-csv
contentstack-import-setup Expand file tree Collapse file tree 20 files changed +1218
-1529
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentstack/cli-audit" ,
3
- "version" : " 1.7.4 " ,
3
+ "version" : " 1.7.5 " ,
4
4
"description" : " Contentstack audit plugin" ,
5
5
"author" : " Contentstack CLI" ,
6
6
"homepage" : " https://github.com/contentstack/cli" ,
18
18
" /oclif.manifest.json"
19
19
],
20
20
"dependencies" : {
21
- "@contentstack/cli-command" : " ~1.3.2 " ,
22
- "@contentstack/cli-utilities" : " ~1.8.0 " ,
21
+ "@contentstack/cli-command" : " ~1.3.3 " ,
22
+ "@contentstack/cli-utilities" : " ~1.8.1 " ,
23
23
"@oclif/plugin-help" : " ^5.2.20" ,
24
24
"@oclif/plugin-plugins" : " ^5.4.24" ,
25
25
"chalk" : " ^4.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentstack/cli-auth" ,
3
3
"description" : " Contentstack CLI plugin for authentication activities" ,
4
- "version" : " 1.3.22 " ,
4
+ "version" : " 1.3.23 " ,
5
5
"author" : " Contentstack" ,
6
6
"bugs" : " https://github.com/contentstack/cli/issues" ,
7
7
"scripts" : {
22
22
"test:unit:report" : " nyc --extension .ts mocha --forbid-only \" test/unit/**/*.test.ts\" "
23
23
},
24
24
"dependencies" : {
25
- "@contentstack/cli-command" : " ~1.3.2 " ,
26
- "@contentstack/cli-utilities" : " ~1.8.0 "
25
+ "@contentstack/cli-command" : " ~1.3.3 " ,
26
+ "@contentstack/cli-utilities" : " ~1.8.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@fancy-test/nock" : " ^0.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentstack/cli-cm-bootstrap" ,
3
3
"description" : " Bootstrap contentstack apps" ,
4
- "version" : " 1.13.0 " ,
4
+ "version" : " 1.13.1 " ,
5
5
"author" : " Contentstack" ,
6
6
"bugs" : " https://github.com/contentstack/cli/issues" ,
7
7
"scripts" : {
17
17
"test:report" : " nyc --reporter=lcov mocha \" test/**/*.test.js\" "
18
18
},
19
19
"dependencies" : {
20
- "@contentstack/cli-cm-seed" : " ~1.10.0 " ,
21
- "@contentstack/cli-command" : " ~1.3.2 " ,
22
- "@contentstack/cli-utilities" : " ~1.8.0 " ,
20
+ "@contentstack/cli-cm-seed" : " ~1.10.1 " ,
21
+ "@contentstack/cli-command" : " ~1.3.3 " ,
22
+ "@contentstack/cli-utilities" : " ~1.8.1 " ,
23
23
"inquirer" : " 8.2.6" ,
24
24
"mkdirp" : " ^1.0.4" ,
25
25
"tar" : " ^6.2.1 "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentstack/cli-cm-branches" ,
3
3
"description" : " Contentstack CLI plugin to do branches operations" ,
4
- "version" : " 1.2.0 " ,
4
+ "version" : " 1.2.1 " ,
5
5
"author" : " Contentstack" ,
6
6
"bugs" : " https://github.com/contentstack/cli/issues" ,
7
7
"dependencies" : {
8
- "@contentstack/cli-command" : " ~1.3.2 " ,
9
- "@contentstack/cli-utilities" : " ~1.8.0 " ,
8
+ "@contentstack/cli-command" : " ~1.3.3 " ,
9
+ "@contentstack/cli-utilities" : " ~1.8.1 " ,
10
10
"@oclif/core" : " ^3.27.0" ,
11
11
"chalk" : " ^4.1.2" ,
12
12
"just-diff" : " ^6.0.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentstack/cli-cm-bulk-publish" ,
3
3
"description" : " Contentstack CLI plugin for bulk publish actions" ,
4
- "version" : " 1.7.1 " ,
4
+ "version" : " 1.7.2 " ,
5
5
"author" : " Contentstack" ,
6
6
"bugs" : " https://github.com/contentstack/cli/issues" ,
7
7
"dependencies" : {
8
- "@contentstack/cli-command" : " ~1.3.2 " ,
9
- "@contentstack/cli-utilities" : " ~1.8.0 " ,
8
+ "@contentstack/cli-command" : " ~1.3.3 " ,
9
+ "@contentstack/cli-utilities" : " ~1.8.1 " ,
10
10
"chalk" : " ^4.1.2" ,
11
11
"dotenv" : " ^16.4.7" ,
12
12
"inquirer" : " 8.2.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentstack/cli-cm-clone" ,
3
3
"description" : " Contentstack stack clone plugin" ,
4
- "version" : " 1.13.0 " ,
4
+ "version" : " 1.13.1 " ,
5
5
"author" : " Contentstack" ,
6
6
"bugs" : " https://github.com/rohitmishra209/cli-cm-clone/issues" ,
7
7
"dependencies" : {
8
8
"@colors/colors" : " ^1.6.0" ,
9
- "@contentstack/cli-cm-export" : " ~1.14.1 " ,
10
- "@contentstack/cli-cm-import" : " ~1.19.3 " ,
11
- "@contentstack/cli-command" : " ~1.3.2 " ,
12
- "@contentstack/cli-utilities" : " ~1.8.0 " ,
9
+ "@contentstack/cli-cm-export" : " ~1.14.2 " ,
10
+ "@contentstack/cli-cm-import" : " ~1.19.4 " ,
11
+ "@contentstack/cli-command" : " ~1.3.3 " ,
12
+ "@contentstack/cli-utilities" : " ~1.8.1 " ,
13
13
"chalk" : " ^4.1.2" ,
14
14
"inquirer" : " 8.2.6" ,
15
15
"lodash" : " ^4.17.21" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentstack/cli-command" ,
3
3
"description" : " Contentstack CLI plugin for configuration" ,
4
- "version" : " 1.3.2 " ,
4
+ "version" : " 1.3.3 " ,
5
5
"author" : " Contentstack" ,
6
6
"main" : " lib/index.js" ,
7
7
"types" : " lib/index.d.ts" ,
17
17
"format" : " eslint src/**/*.ts --fix"
18
18
},
19
19
"dependencies" : {
20
- "@contentstack/cli-utilities" : " ~1.8.0 " ,
20
+ "@contentstack/cli-utilities" : " ~1.8.1 " ,
21
21
"contentstack" : " ^3.22.1"
22
22
},
23
23
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentstack/cli-config" ,
3
3
"description" : " Contentstack CLI plugin for configuration" ,
4
- "version" : " 1.9.0 " ,
4
+ "version" : " 1.9.1 " ,
5
5
"author" : " Contentstack" ,
6
6
"scripts" : {
7
7
"build" : " npm run clean && npm run compile" ,
21
21
"test:unit:report" : " nyc --extension .ts mocha --forbid-only \" test/unit/**/*.test.ts\" "
22
22
},
23
23
"dependencies" : {
24
- "@contentstack/cli-command" : " ~1.3.2 " ,
25
- "@contentstack/cli-utilities" : " ~1.8.0 " ,
24
+ "@contentstack/cli-command" : " ~1.3.3 " ,
25
+ "@contentstack/cli-utilities" : " ~1.8.1 " ,
26
26
"lodash" : " ^4.17.21"
27
27
},
28
28
"devDependencies" : {
Original file line number Diff line number Diff line change 5
5
"author" : " Abhinav Gupta @abhinav-from-contentstack" ,
6
6
"bugs" : " https://github.com/contentstack/cli/issues" ,
7
7
"dependencies" : {
8
- "@contentstack/cli-command" : " ~1.3.2" ,
9
- "@contentstack/cli-utilities" : " ~1.8.0" ,
10
- "chalk" : " ^4.1.2" ,
8
+ "@contentstack/cli-command" : " ~1.3.3" ,
9
+ "@contentstack/cli-utilities" : " ~1.8.1" ,
11
10
"fast-csv" : " ^4.3.6" ,
12
11
"inquirer" : " 8.2.6" ,
13
12
"inquirer-checkbox-plus-prompt" : " 1.4.2" ,
14
13
"mkdirp" : " ^3.0.1"
15
14
},
16
15
"devDependencies" : {
17
- "@oclif/test" : " ^4.1.6 " ,
16
+ "@oclif/test" : " ^4.1.9 " ,
18
17
"@types/chai" : " ^4.3.20" ,
19
18
"@types/mocha" : " ^10.0.10" ,
20
19
"chai" : " ^4.5.0" ,
21
20
"debug" : " ^4.4.0" ,
22
- "dotenv" : " ^16.4.7" ,
23
21
"eslint" : " ^7.32.0" ,
24
22
"eslint-config-oclif" : " ^4.0.0" ,
25
- "globby" : " ^10.0.2" ,
26
23
"mocha" : " ^10.8.2" ,
27
24
"nyc" : " ^15.1.0" ,
28
25
"oclif" : " ^3.17.2"
You can’t perform that action at this time.
0 commit comments