|
1 | 1 | { |
2 | 2 | "name": "@contentstack/cli", |
3 | 3 | "description": "Command-line tool (CLI) to interact with Contentstack", |
4 | | - "version": "1.59.0", |
| 4 | + "version": "1.60.0", |
5 | 5 | "author": "Contentstack", |
6 | 6 | "bin": { |
7 | 7 | "csdx": "./bin/run.js" |
|
19 | 19 | "prepack": "pnpm compile && oclif manifest && oclif readme" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | | - "@contentstack/cli-audit": "~1.18.0", |
23 | | - "@contentstack/cli-cm-export": "~1.23.2", |
24 | | - "@contentstack/cli-cm-import": "~1.31.3", |
25 | | - "@contentstack/cli-auth": "~1.7.3", |
26 | | - "@contentstack/cli-cm-bootstrap": "~1.18.4", |
27 | | - "@contentstack/cli-cm-branches": "~1.6.3", |
28 | | - "@contentstack/cli-cm-bulk-publish": "~1.10.7", |
29 | | - "@contentstack/cli-cm-clone": "~1.20.1", |
30 | | - "@contentstack/cli-cm-export-to-csv": "~1.11.0", |
31 | | - "@contentstack/cli-cm-import-setup": "~1.7.3", |
| 22 | + "@contentstack/cli-audit": "~1.19.0", |
| 23 | + "@contentstack/cli-cm-export": "~1.24.0", |
| 24 | + "@contentstack/cli-cm-import": "~1.32.0", |
| 25 | + "@contentstack/cli-auth": "~1.8.0", |
| 26 | + "@contentstack/cli-cm-bootstrap": "~1.19.0", |
| 27 | + "@contentstack/cli-cm-branches": "~1.7.0", |
| 28 | + "@contentstack/cli-cm-bulk-publish": "~1.11.0", |
| 29 | + "@contentstack/cli-cm-clone": "~1.21.0", |
| 30 | + "@contentstack/cli-cm-export-to-csv": "~1.12.0", |
| 31 | + "@contentstack/cli-cm-import-setup": "~1.8.0", |
32 | 32 | "@contentstack/cli-cm-migrate-rte": "~1.6.4", |
33 | | - "@contentstack/cli-cm-seed": "~1.14.3", |
34 | | - "@contentstack/cli-command": "~1.7.2", |
35 | | - "@contentstack/cli-config": "~1.19.0", |
| 33 | + "@contentstack/cli-cm-seed": "~1.15.0", |
| 34 | + "@contentstack/cli-command": "~1.8.0", |
| 35 | + "@contentstack/cli-config": "~1.20.0", |
36 | 36 | "@contentstack/cli-launch": "^1.9.6", |
37 | | - "@contentstack/cli-migration": "~1.11.0", |
38 | | - "@contentstack/cli-utilities": "~1.17.4", |
39 | | - "@contentstack/cli-variants": "~1.3.8", |
| 37 | + "@contentstack/cli-migration": "~1.12.0", |
| 38 | + "@contentstack/cli-utilities": "~1.18.0", |
| 39 | + "@contentstack/cli-variants": "~1.4.0", |
40 | 40 | "@contentstack/management": "~1.27.5", |
41 | 41 | "@oclif/core": "^4.8.3", |
42 | 42 | "@oclif/plugin-help": "^6.2.28", |
|
0 commit comments