Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ fileignoreconfig:
- filename: .github/workflows/release-production-pipeline.yml
checksum: 48264fdeb61cbbed348c7271aae5e155651f490aca063dbb1d54f2c15a154090
- filename: pnpm-lock.yaml
checksum: 3143f78aa6c83f0d41ec24a2bb7f25dce0ae25d969ee9fb6bf0787a85773e60a
checksum: c64bb59690952523cb0c314de42499c168d3e08b1810e4583a546c5773bd89fc
version: '1.0'
34 changes: 17 additions & 17 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli",
"description": "Command-line tool (CLI) to interact with Contentstack",
"version": "1.59.0",
"version": "1.60.0",
"author": "Contentstack",
"bin": {
"csdx": "./bin/run.js"
Expand All @@ -19,24 +19,24 @@
"prepack": "pnpm compile && oclif manifest && oclif readme"
},
"dependencies": {
"@contentstack/cli-audit": "~1.18.0",
"@contentstack/cli-cm-export": "~1.23.2",
"@contentstack/cli-cm-import": "~1.31.3",
"@contentstack/cli-auth": "~1.7.3",
"@contentstack/cli-cm-bootstrap": "~1.18.4",
"@contentstack/cli-cm-branches": "~1.6.3",
"@contentstack/cli-cm-bulk-publish": "~1.10.7",
"@contentstack/cli-cm-clone": "~1.20.1",
"@contentstack/cli-cm-export-to-csv": "~1.11.0",
"@contentstack/cli-cm-import-setup": "~1.7.3",
"@contentstack/cli-audit": "~1.19.0",
"@contentstack/cli-cm-export": "~1.24.0",
"@contentstack/cli-cm-import": "~1.32.0",
"@contentstack/cli-auth": "~1.8.0",
"@contentstack/cli-cm-bootstrap": "~1.19.0",
"@contentstack/cli-cm-branches": "~1.7.0",
"@contentstack/cli-cm-bulk-publish": "~1.11.0",
"@contentstack/cli-cm-clone": "~1.21.0",
"@contentstack/cli-cm-export-to-csv": "~1.12.0",
"@contentstack/cli-cm-import-setup": "~1.8.0",
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
"@contentstack/cli-cm-seed": "~1.14.3",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-config": "~1.19.0",
"@contentstack/cli-cm-seed": "~1.15.0",
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-config": "~1.20.0",
"@contentstack/cli-launch": "^1.9.6",
"@contentstack/cli-migration": "~1.11.0",
"@contentstack/cli-utilities": "~1.17.4",
"@contentstack/cli-variants": "~1.3.8",
"@contentstack/cli-migration": "~1.12.0",
"@contentstack/cli-utilities": "~1.18.0",
"@contentstack/cli-variants": "~1.4.0",
"@contentstack/management": "~1.27.5",
"@oclif/core": "^4.8.3",
"@oclif/plugin-help": "^6.2.28",
Expand Down
Loading
Loading