Skip to content

Commit 684f2ab

Browse files
Merge pull request #2536 from contentstack/development
2 parents a04cf1f + 34de73e commit 684f2ab

3 files changed

Lines changed: 1366 additions & 1385 deletions

File tree

.talismanrc

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: d52ed9fafd614f870b7ae040fa1ccf216bff4545c9268081fcba6fb1bfd9a01b
4-
- filename: packages/contentstack-utilities/src/proxy-helper.ts
5-
checksum: 2169f25563bca3a0fe54edd00c73646ed56d36aa7e8effe904de26b0c1633759
6-
- filename: .cursor/skills/code-review/SKILL.md
7-
checksum: 29d812ac5c2ed4c55490f8d31e15eb592851601a6a141354cb458b1b9f1daa7a
8-
- filename: .cursor/skills/contentstack-cli/SKILL.md
9-
checksum: 2130a0c665821cd2831644aa238afef09992388f67f682c867820c0d98ab2406
10-
- filename: .cursor/skills/contentstack-cli/references/contentstack-patterns.md
11-
checksum: 159d7e31f9e32ceb708c702699c36459ed2210a61ff29ebb78efb66cec466128
12-
- filename: .cursor/skills/code-review/references/code-review-checklist.md
13-
checksum: bdf7453f08d7209deaee411f47a1132ee872b28f0eb082563dfe20aa56eab057
14-
- filename: .cursor/skills/testing/references/testing-patterns.md
15-
checksum: 0a6cb66f27eda46b40508517063a2f43fea1b4b8df878e7ddff404ab7fc126f8
16-
- filename: .github/workflows/release-production-pipeline.yml
17-
checksum: 4aef94feea3ea0538162a9454cfd30457ec85e3123672f0933713e3d113d4504
3+
checksum: 9adb49c9ba560758c6d4550fd318c53554534c3f883ba6b824c1a4338d2f50a7
184
version: '1.0'

packages/contentstack/package.json

Lines changed: 15 additions & 15 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.60.1",
4+
"version": "1.61.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.19.1",
23-
"@contentstack/cli-cm-export": "~1.24.1",
24-
"@contentstack/cli-cm-import": "~1.32.1",
22+
"@contentstack/cli-audit": "~1.19.2",
23+
"@contentstack/cli-cm-export": "~1.24.2",
24+
"@contentstack/cli-cm-import": "~1.32.2",
2525
"@contentstack/cli-auth": "~1.8.1",
26-
"@contentstack/cli-cm-bootstrap": "~1.19.0",
27-
"@contentstack/cli-cm-branches": "~1.7.1",
28-
"@contentstack/cli-cm-bulk-publish": "~1.11.1",
29-
"@contentstack/cli-cm-clone": "~1.21.1",
30-
"@contentstack/cli-cm-export-to-csv": "~1.12.0",
31-
"@contentstack/cli-cm-import-setup": "~1.8.1",
26+
"@contentstack/cli-cm-bootstrap": "~1.19.1",
27+
"@contentstack/cli-cm-branches": "~1.8.0",
28+
"@contentstack/cli-cm-bulk-publish": "~1.11.2",
29+
"@contentstack/cli-cm-clone": "~1.21.2",
30+
"@contentstack/cli-cm-export-to-csv": "~1.12.1",
31+
"@contentstack/cli-cm-import-setup": "~1.8.2",
3232
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
33-
"@contentstack/cli-cm-seed": "~1.15.0",
33+
"@contentstack/cli-cm-seed": "~1.15.1",
3434
"@contentstack/cli-command": "~1.8.1",
3535
"@contentstack/cli-config": "~1.20.2",
3636
"@contentstack/cli-launch": "^1.9.7",
37-
"@contentstack/cli-migration": "~1.12.0",
38-
"@contentstack/cli-utilities": "~1.18.1",
39-
"@contentstack/cli-variants": "~1.4.1",
37+
"@contentstack/cli-migration": "~1.12.1",
38+
"@contentstack/cli-utilities": "~1.18.2",
39+
"@contentstack/cli-variants": "~1.4.2",
4040
"@contentstack/management": "~1.30.1",
4141
"@oclif/core": "^4.10.5",
4242
"@oclif/plugin-help": "^6.2.28",
@@ -170,4 +170,4 @@
170170
}
171171
},
172172
"repository": "https://github.com/contentstack/cli"
173-
}
173+
}

0 commit comments

Comments
 (0)