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
@@ -1,4 +1,4 @@
fileignoreconfig:
- filename: pnpm-lock.yaml
checksum: 4936f0e86d5b2e1d605ae1915c417110ab649486943bb27375cab1b3b7c42b58
checksum: 4c1a45524e9c7278b90eb3dccfb826fc4c8a0bcab22feafa16fadc613179a685
version: '1.0'
18 changes: 9 additions & 9 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.64.0",
"version": "1.65.0",
"author": "Contentstack",
"bin": {
"csdx": "./bin/run.js"
Expand All @@ -20,23 +20,23 @@
},
"dependencies": {
"@contentstack/cli-audit": "~1.19.5",
"@contentstack/cli-cm-export": "~1.25.2",
"@contentstack/cli-cm-import": "~1.33.4",
"@contentstack/cli-cm-export": "~1.25.3",
"@contentstack/cli-cm-import": "~1.33.5",
"@contentstack/cli-auth": "~1.8.4",
"@contentstack/cli-cm-bootstrap": "~1.19.7",
"@contentstack/cli-cm-branches": "~1.8.3",
"@contentstack/cli-cm-bulk-publish": "~1.12.1",
"@contentstack/cli-cm-clone": "~1.21.8",
"@contentstack/cli-cm-export-to-csv": "~1.12.5",
"@contentstack/cli-cm-import-setup": "~1.8.5",
"@contentstack/cli-cm-migrate-rte": "~1.7.1",
"@contentstack/cli-cm-seed": "~1.15.7",
"@contentstack/cli-cm-clone": "~1.21.9",
"@contentstack/cli-cm-export-to-csv": "~1.12.6",
"@contentstack/cli-cm-import-setup": "~1.8.6",
"@contentstack/cli-cm-migrate-rte": "~1.7.2",
"@contentstack/cli-cm-seed": "~1.15.8",
"@contentstack/cli-command": "~1.8.4",
"@contentstack/cli-config": "~1.20.5",
"@contentstack/cli-launch": "^1.11.1",
"@contentstack/cli-migration": "~1.12.4",
"@contentstack/cli-utilities": "~1.18.5",
"@contentstack/cli-variants": "~1.5.2",
"@contentstack/cli-variants": "~1.6.0",
"@oclif/core": "^4.11.4",
"@oclif/plugin-help": "^6.2.28",
"@oclif/plugin-not-found": "^3.2.53",
Expand Down
Loading
Loading