Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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: 0143e8facd41a337309a64a6ce5505b3fd4ae9cf926bd664a32ae7f3c2ac4a20
checksum: 445d77cc28199508bb51188b622523184baf109cffd6a027403463b00d7c7698
- filename: packages/contentstack-utilities/src/proxy-helper.ts
checksum: 2169f25563bca3a0fe54edd00c73646ed56d36aa7e8effe904de26b0c1633759
- filename: .cursor/skills/code-review/SKILL.md
Expand Down
16 changes: 8 additions & 8 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.60.1",
"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.19.0",
"@contentstack/cli-audit": "~1.19.1",
"@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-branches": "~1.7.1",
"@contentstack/cli-cm-bulk-publish": "~1.11.1",
"@contentstack/cli-cm-clone": "~1.21.1",
"@contentstack/cli-cm-export-to-csv": "~1.12.0",
"@contentstack/cli-cm-import-setup": "~1.8.0",
"@contentstack/cli-cm-import-setup": "~1.8.1",
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
"@contentstack/cli-cm-seed": "~1.15.0",
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-config": "~1.20.1",
"@contentstack/cli-launch": "^1.9.6",
"@contentstack/cli-launch": "^1.9.7",
"@contentstack/cli-migration": "~1.12.0",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-variants": "~1.4.0",
"@contentstack/cli-variants": "~1.4.1",
"@contentstack/management": "~1.27.5",
"@oclif/core": "^4.8.3",
"@oclif/plugin-help": "^6.2.28",
Expand Down
Loading
Loading