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,6 +1,6 @@
fileignoreconfig:
- filename: pnpm-lock.yaml
checksum: 3894686f64c8bf322cb7917c79193268344c68037ef1a41808f1509fc227087d
checksum: ad8af6ca67f20585ba2e3478cb6119a50508da89492119eabb7d96ec2b56545f
- filename: packages/contentstack/README.md
checksum: df0892cbcf3f04972161b30a1a0ef8844a2682ce8a3270f2911909e7789ad8d7
version: '1.0'
36 changes: 18 additions & 18 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.66.0",
"version": "1.67.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.20.0",
"@contentstack/cli-cm-export": "~1.26.0",
"@contentstack/cli-cm-import": "~1.34.0",
"@contentstack/cli-auth": "~1.8.5",
"@contentstack/cli-cm-bootstrap": "~1.19.8",
"@contentstack/cli-cm-branches": "~1.8.4",
"@contentstack/cli-cm-bulk-publish": "~1.12.2",
"@contentstack/cli-cm-clone": "~1.21.10",
"@contentstack/cli-cm-export-to-csv": "~1.12.7",
"@contentstack/cli-cm-import-setup": "~1.8.7",
"@contentstack/cli-cm-migrate-rte": "~1.7.3",
"@contentstack/cli-cm-seed": "~1.15.9",
"@contentstack/cli-command": "~1.8.5",
"@contentstack/cli-config": "~1.21.0",
"@contentstack/cli-audit": "~1.21.0",
"@contentstack/cli-cm-export": "~1.27.0",
"@contentstack/cli-cm-import": "~1.35.0",
"@contentstack/cli-auth": "~1.8.6",
"@contentstack/cli-cm-bootstrap": "~1.19.9",
"@contentstack/cli-cm-branches": "~1.8.5",
"@contentstack/cli-cm-bulk-publish": "~1.13.0",
"@contentstack/cli-cm-clone": "~1.21.11",
"@contentstack/cli-cm-export-to-csv": "~1.12.8",
"@contentstack/cli-cm-import-setup": "~1.8.8",
"@contentstack/cli-cm-migrate-rte": "~1.7.4",
"@contentstack/cli-cm-seed": "~1.15.10",
"@contentstack/cli-command": "~1.8.6",
"@contentstack/cli-config": "~1.21.1",
"@contentstack/cli-launch": "^1.11.1",
"@contentstack/cli-migration": "~1.12.5",
"@contentstack/cli-utilities": "~1.19.0",
"@contentstack/cli-variants": "~1.6.1",
"@contentstack/cli-migration": "~1.12.6",
"@contentstack/cli-utilities": "~1.19.1",
"@contentstack/cli-variants": "~1.6.2",
"@oclif/core": "^4.11.4",
"@oclif/plugin-help": "^6.2.28",
"@oclif/plugin-not-found": "^3.2.53",
Expand Down
Loading
Loading