Skip to content

Commit 87e4f0f

Browse files
authored
Merge pull request #2691 from contentstack/development
Development
2 parents e674691 + 2afec4c commit 87e4f0f

3 files changed

Lines changed: 187 additions & 132 deletions

File tree

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: 3894686f64c8bf322cb7917c79193268344c68037ef1a41808f1509fc227087d
3+
checksum: ad8af6ca67f20585ba2e3478cb6119a50508da89492119eabb7d96ec2b56545f
44
- filename: packages/contentstack/README.md
55
checksum: df0892cbcf3f04972161b30a1a0ef8844a2682ce8a3270f2911909e7789ad8d7
66
version: '1.0'

packages/contentstack/package.json

Lines changed: 18 additions & 18 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.66.0",
4+
"version": "1.67.0",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -19,24 +19,24 @@
1919
"prepack": "pnpm compile && oclif manifest && oclif readme"
2020
},
2121
"dependencies": {
22-
"@contentstack/cli-audit": "~1.20.0",
23-
"@contentstack/cli-cm-export": "~1.26.0",
24-
"@contentstack/cli-cm-import": "~1.34.0",
25-
"@contentstack/cli-auth": "~1.8.5",
26-
"@contentstack/cli-cm-bootstrap": "~1.19.8",
27-
"@contentstack/cli-cm-branches": "~1.8.4",
28-
"@contentstack/cli-cm-bulk-publish": "~1.12.2",
29-
"@contentstack/cli-cm-clone": "~1.21.10",
30-
"@contentstack/cli-cm-export-to-csv": "~1.12.7",
31-
"@contentstack/cli-cm-import-setup": "~1.8.7",
32-
"@contentstack/cli-cm-migrate-rte": "~1.7.3",
33-
"@contentstack/cli-cm-seed": "~1.15.9",
34-
"@contentstack/cli-command": "~1.8.5",
35-
"@contentstack/cli-config": "~1.21.0",
22+
"@contentstack/cli-audit": "~1.21.0",
23+
"@contentstack/cli-cm-export": "~1.27.0",
24+
"@contentstack/cli-cm-import": "~1.35.0",
25+
"@contentstack/cli-auth": "~1.8.6",
26+
"@contentstack/cli-cm-bootstrap": "~1.19.9",
27+
"@contentstack/cli-cm-branches": "~1.8.5",
28+
"@contentstack/cli-cm-bulk-publish": "~1.13.0",
29+
"@contentstack/cli-cm-clone": "~1.21.11",
30+
"@contentstack/cli-cm-export-to-csv": "~1.12.8",
31+
"@contentstack/cli-cm-import-setup": "~1.8.8",
32+
"@contentstack/cli-cm-migrate-rte": "~1.7.4",
33+
"@contentstack/cli-cm-seed": "~1.15.10",
34+
"@contentstack/cli-command": "~1.8.6",
35+
"@contentstack/cli-config": "~1.21.1",
3636
"@contentstack/cli-launch": "^1.11.1",
37-
"@contentstack/cli-migration": "~1.12.5",
38-
"@contentstack/cli-utilities": "~1.19.0",
39-
"@contentstack/cli-variants": "~1.6.1",
37+
"@contentstack/cli-migration": "~1.12.6",
38+
"@contentstack/cli-utilities": "~1.19.1",
39+
"@contentstack/cli-variants": "~1.6.2",
4040
"@oclif/core": "^4.11.4",
4141
"@oclif/plugin-help": "^6.2.28",
4242
"@oclif/plugin-not-found": "^3.2.53",

0 commit comments

Comments
 (0)