File tree Expand file tree Collapse file tree
contentstack-bulk-publish
contentstack-dev-dependencies
contentstack-export-to-csv Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @contentstack/cli-auth" ,
33 "description" : " Contentstack CLI plugin for authentication activities" ,
4- "version" : " 1.3.2 " ,
4+ "version" : " 1.3.3 " ,
55 "author" : " Contentstack" ,
66 "bugs" : " https://github.com/contentstack/cli/issues" ,
77 "scripts" : {
2121 "test:unit" : " mocha --forbid-only \" test/unit/*.test.ts\" "
2222 },
2323 "dependencies" : {
24- "@contentstack/cli-command" : " ^1.2.3 " ,
25- "@contentstack/cli-utilities" : " ^1.3.3 " ,
24+ "@contentstack/cli-command" : " ^1.2.4 " ,
25+ "@contentstack/cli-utilities" : " ^1.4.1 " ,
2626 "chalk" : " ^4.0.0" ,
2727 "debug" : " ^4.1.1" ,
2828 "inquirer" : " 8.2.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @contentstack/cli-cm-bootstrap" ,
33 "description" : " Bootstrap contentstack apps" ,
4- "version" : " 1.4.2 " ,
4+ "version" : " 1.4.3 " ,
55 "author" : " Contentstack" ,
66 "bugs" : " https://github.com/contentstack/cli/issues" ,
77 "scripts" : {
1717 "test:report" : " nyc --reporter=lcov mocha \" test/**/*.test.js\" "
1818 },
1919 "dependencies" : {
20- "@contentstack/cli-cm-seed" : " ^1.4.2 " ,
21- "@contentstack/cli-command" : " ^1.2.3 " ,
22- "@contentstack/cli-utilities" : " ^1.3.3 " ,
20+ "@contentstack/cli-cm-seed" : " ^1.4.3 " ,
21+ "@contentstack/cli-command" : " ^1.2.4 " ,
22+ "@contentstack/cli-utilities" : " ^1.4.1 " ,
2323 "inquirer" : " 8.2.4" ,
2424 "mkdirp" : " ^1.0.4" ,
2525 "tar" : " ^6.1.13"
Original file line number Diff line number Diff line change 11{
22 "name" : " @contentstack/cli-cm-bulk-publish" ,
33 "description" : " Contentstack CLI plugin for bulk publish actions" ,
4- "version" : " 1.3.2 " ,
4+ "version" : " 1.3.3 " ,
55 "author" : " Contentstack" ,
66 "bugs" : " https://github.com/contentstack/cli/issues" ,
77 "dependencies" : {
8- "@contentstack/cli-command" : " ^1.2.3 " ,
9- "@contentstack/cli-utilities" : " ^1.3.3 " ,
8+ "@contentstack/cli-command" : " ^1.2.4 " ,
9+ "@contentstack/cli-utilities" : " ^1.4.1 " ,
1010 "bluebird" : " ^3.7.2" ,
1111 "chalk" : " ^4.1.2" ,
1212 "inquirer" : " 8.2.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @contentstack/cli-cm-clone" ,
33 "description" : " Contentstack stack clone plugin" ,
4- "version" : " 1.4.2 " ,
4+ "version" : " 1.4.3 " ,
55 "author" : " Contentstack" ,
66 "bugs" : " https://github.com/rohitmishra209/cli-cm-clone/issues" ,
77 "dependencies" : {
88 "@contentstack/cli-cm-export" : " ^1.5.3" ,
9- "@contentstack/cli-cm-import" : " ^1.5.2 " ,
10- "@contentstack/cli-command" : " ^1.2.3 " ,
11- "@contentstack/cli-utilities" : " ^1.3.3 " ,
9+ "@contentstack/cli-cm-import" : " ^1.5.3 " ,
10+ "@contentstack/cli-command" : " ^1.2.4 " ,
11+ "@contentstack/cli-utilities" : " ^1.4.1 " ,
1212 "async" : " ^3.2.4" ,
1313 "chalk" : " ^4.1.0" ,
1414 "child_process" : " ^1.0.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @contentstack/cli-command" ,
33 "description" : " Contentstack CLI plugin for configuration" ,
4- "version" : " 1.2.3 " ,
4+ "version" : " 1.2.4 " ,
55 "author" : " Contentstack" ,
66 "main" : " lib/index.js" ,
77 "types" : " ./types/index.d.ts" ,
1717 "format" : " eslint src/**/*.ts --fix"
1818 },
1919 "dependencies" : {
20- "@contentstack/cli-utilities" : " ^1.3.3 " ,
20+ "@contentstack/cli-utilities" : " ^1.4.1 " ,
2121 "contentstack" : " ^3.10.1"
2222 },
2323 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @contentstack/cli-config" ,
33 "description" : " Contentstack CLI plugin for configuration" ,
4- "version" : " 1.3.2 " ,
4+ "version" : " 1.4.1 " ,
55 "author" : " Contentstack" ,
66 "scripts" : {
77 "build" : " npm run clean && npm run compile" ,
2020 "test:unit" : " mocha --forbid-only \" test/unit/*.test.ts\" --unit-test"
2121 },
2222 "dependencies" : {
23- "@contentstack/cli-command" : " ^1.2.3 " ,
24- "@contentstack/cli-utilities" : " ^1.3.3 " ,
23+ "@contentstack/cli-command" : " ^1.2.4 " ,
24+ "@contentstack/cli-utilities" : " ^1.4.1 " ,
2525 "chalk" : " ^4.0.0" ,
2626 "debug" : " ^4.1.1" ,
2727 "inquirer" : " 8.2.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @contentstack/cli-dev-dependencies" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.2 " ,
44 "description" : " Customized dev dependencies for ContentStack projects" ,
55 "main" : " lib/index.js" ,
66 "types" : " ./types/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @contentstack/cli-cm-export-to-csv" ,
33 "description" : " Export entities to csv" ,
4- "version" : " 1.3.2 " ,
4+ "version" : " 1.3.3 " ,
55 "author" : " Abhinav Gupta @abhinav-from-contentstack" ,
66 "bugs" : " https://github.com/contentstack/cli/issues" ,
77 "dependencies" : {
8- "@contentstack/cli-command" : " ^1.2.3 " ,
9- "@contentstack/cli-utilities" : " ^1.3.3 " ,
8+ "@contentstack/cli-command" : " ^1.2.4 " ,
9+ "@contentstack/cli-utilities" : " ^1.4.1 " ,
1010 "chalk" : " ^4.1.0" ,
1111 "fast-csv" : " ^4.3.6" ,
1212 "inquirer" : " 8.2.4" ,
Original file line number Diff line number Diff line change 55 "author" : " Contentstack" ,
66 "bugs" : " https://github.com/contentstack/cli/issues" ,
77 "dependencies" : {
8- "@contentstack/cli-command" : " ^1.2.3 " ,
9- "@contentstack/cli-utilities" : " ^1.3.3 " ,
8+ "@contentstack/cli-command" : " ^1.2.4 " ,
9+ "@contentstack/cli-utilities" : " ^1.4.1 " ,
1010 "@oclif/command" : " ^1.8.16" ,
1111 "@oclif/config" : " ^1.18.3" ,
1212 "async" : " ^3.2.4" ,
2323 "winston" : " ^3.7.2"
2424 },
2525 "devDependencies" : {
26- "@contentstack/cli-auth" : " ^1.3.1 " ,
27- "@contentstack/cli-config" : " ^1.3 .1" ,
28- "@contentstack/cli-dev-dependencies" : " ^1.2.0 " ,
26+ "@contentstack/cli-auth" : " ^1.3.3 " ,
27+ "@contentstack/cli-config" : " ^1.4 .1" ,
28+ "@contentstack/cli-dev-dependencies" : " ^1.2.2 " ,
2929 "@oclif/plugin-help" : " ^5.1.19" ,
3030 "@oclif/test" : " ^1.2.6" ,
3131 "assert" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @contentstack/cli-cm-import" ,
33 "description" : " Contentstack CLI plugin to import content into stack" ,
4- "version" : " 1.5.2 " ,
4+ "version" : " 1.5.3 " ,
55 "author" : " Contentstack" ,
66 "bugs" : " https://github.com/contentstack/cli/issues" ,
77 "dependencies" : {
8- "@contentstack/cli-command" : " ^1.2.3 " ,
9- "@contentstack/cli-utilities" : " ^1.3.3 " ,
8+ "@contentstack/cli-command" : " ^1.2.4 " ,
9+ "@contentstack/cli-utilities" : " ^1.4.1 " ,
1010 "@oclif/config" : " ^1.18.3" ,
1111 "big-json" : " ^3.2.0" ,
1212 "bluebird" : " ^3.7.2" ,
You can’t perform that action at this time.
0 commit comments