Skip to content

Commit 32dacd2

Browse files
Merge pull request #2565 from contentstack/development
DX | 11-05-2026 | Release
2 parents 60fc680 + 77ef322 commit 32dacd2

3 files changed

Lines changed: 440 additions & 428 deletions

File tree

.talismanrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fileignoreconfig:
2-
- filename: packages/contentstack/README.md
3-
checksum: 1846c4aefe667bf30c352009ac7aa90f6f966af5a9dfc71c4b5a7c66cd444c9c
2+
- filename: pnpm-lock.yaml
3+
checksum: ce59711c92f86740c966bc881cac51f3afcea2af46858d715419b5d4914ad24e
44
version: '1.0'

packages/contentstack/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "1.61.1",
4+
"version": "1.62.0",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -20,23 +20,23 @@
2020
},
2121
"dependencies": {
2222
"@contentstack/cli-audit": "~1.19.3",
23-
"@contentstack/cli-cm-export": "~1.24.3",
24-
"@contentstack/cli-cm-import": "~1.32.3",
23+
"@contentstack/cli-cm-export": "~1.25.0",
24+
"@contentstack/cli-cm-import": "~1.33.0",
2525
"@contentstack/cli-auth": "~1.8.2",
26-
"@contentstack/cli-cm-bootstrap": "~1.19.2",
26+
"@contentstack/cli-cm-bootstrap": "~1.19.3",
2727
"@contentstack/cli-cm-branches": "~1.8.1",
2828
"@contentstack/cli-cm-bulk-publish": "~1.11.3",
29-
"@contentstack/cli-cm-clone": "~1.21.3",
29+
"@contentstack/cli-cm-clone": "~1.21.4",
3030
"@contentstack/cli-cm-export-to-csv": "~1.12.2",
3131
"@contentstack/cli-cm-import-setup": "~1.8.3",
3232
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
33-
"@contentstack/cli-cm-seed": "~1.15.2",
33+
"@contentstack/cli-cm-seed": "~1.15.3",
3434
"@contentstack/cli-command": "~1.8.2",
3535
"@contentstack/cli-config": "~1.20.3",
3636
"@contentstack/cli-launch": "^1.9.8",
3737
"@contentstack/cli-migration": "~1.12.2",
3838
"@contentstack/cli-utilities": "~1.18.3",
39-
"@contentstack/cli-variants": "~1.4.3",
39+
"@contentstack/cli-variants": "~1.5.0",
4040
"@oclif/core": "^4.10.5",
4141
"@oclif/plugin-help": "^6.2.28",
4242
"@oclif/plugin-not-found": "^3.2.53",
@@ -160,4 +160,4 @@
160160
}
161161
},
162162
"repository": "https://github.com/contentstack/cli"
163-
}
163+
}

0 commit comments

Comments
 (0)