Skip to content

Commit d6a900a

Browse files
Merge pull request #2579 from contentstack/fix/query-export-version-bump
Fix/query export version bump
2 parents b1b656d + fa6b735 commit d6a900a

3 files changed

Lines changed: 41 additions & 41 deletions

File tree

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: cf79062c4c0ac6aa4e732bd6307ace86e9f2214b659deab8652722fef4dbba98
3+
checksum: e681fe223b950539b98013001ec3efbebb3df00e8546c46f6d31e93e549933e3
44
version: '1.0'

packages/contentstack/package.json

Lines changed: 7 additions & 7 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.62.0",
4+
"version": "1.62.1",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -21,19 +21,19 @@
2121
"dependencies": {
2222
"@contentstack/cli-audit": "~1.19.3",
2323
"@contentstack/cli-cm-export": "~1.25.0",
24-
"@contentstack/cli-cm-import": "~1.33.0",
24+
"@contentstack/cli-cm-import": "~1.33.1",
2525
"@contentstack/cli-auth": "~1.8.2",
26-
"@contentstack/cli-cm-bootstrap": "~1.19.3",
26+
"@contentstack/cli-cm-bootstrap": "~1.19.4",
2727
"@contentstack/cli-cm-branches": "~1.8.1",
2828
"@contentstack/cli-cm-bulk-publish": "~1.11.3",
29-
"@contentstack/cli-cm-clone": "~1.21.4",
29+
"@contentstack/cli-cm-clone": "~1.21.5",
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.3",
33+
"@contentstack/cli-cm-seed": "~1.15.4",
3434
"@contentstack/cli-command": "~1.8.2",
3535
"@contentstack/cli-config": "~1.20.3",
36-
"@contentstack/cli-launch": "^1.9.8",
36+
"@contentstack/cli-launch": "^1.10.0",
3737
"@contentstack/cli-migration": "~1.12.2",
3838
"@contentstack/cli-utilities": "~1.18.3",
3939
"@contentstack/cli-variants": "~1.5.0",
@@ -160,4 +160,4 @@
160160
}
161161
},
162162
"repository": "https://github.com/contentstack/cli"
163-
}
163+
}

pnpm-lock.yaml

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)