Skip to content

Commit 22173f1

Browse files
committed
Update changelog and package versions for CLI components
- Updated versions for @contentstack/cli-cm-export (1.22.3), @contentstack/cli-cm-import (1.30.3), and @contentstack/cli-cm-import-setup (1.7.3) in package.json and package-lock.json. - Enhanced error handling for empty Stack API key across CLI components, providing clearer error messages.
1 parent b7f5206 commit 22173f1

File tree

9 files changed

+42
-24
lines changed

9 files changed

+42
-24
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
Please refer to the Contentstack Command-line Interface release notes [here](https://www.contentstack.com/docs/developers/cli/cli-changelog).
44

5+
## @contentstack/cli-cm-export
6+
### Version: 1.22.3
7+
#### Date: January-12-2026
8+
##### Fix:
9+
- Fixed error handling when empty Stack API key is provided. Now shows a clear error message instead of "tempAPIClient.stack(...).fetch is not a function"
10+
11+
## @contentstack/cli-cm-import
12+
### Version: 1.30.3
13+
#### Date: January-12-2026
14+
##### Fix:
15+
- Fixed error handling when empty Stack API key is provided. Now shows a clear error message instead of SDK-related errors
16+
17+
## @contentstack/cli-cm-import-setup
18+
### Version: 1.7.3
19+
#### Date: January-12-2026
20+
##### Fix:
21+
- Fixed error handling when empty Stack API key is provided. Now shows a clear error message instead of SDK-related errors
22+
523
## @contentstack/cli-config
624
### Version: 1.13.1
725
#### Date: July-21-2025

package-lock.json

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

packages/contentstack-clone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
88
"@colors/colors": "^1.6.0",
9-
"@contentstack/cli-cm-export": "~1.22.2",
10-
"@contentstack/cli-cm-import": "~1.30.2",
9+
"@contentstack/cli-cm-export": "~1.22.3",
10+
"@contentstack/cli-cm-import": "~1.30.3",
1111
"@contentstack/cli-command": "~1.7.1",
1212
"@contentstack/cli-utilities": "~1.16.0",
1313
"@oclif/core": "^4.3.0",

packages/contentstack-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-export",
33
"description": "Contentstack CLI plugin to export content from stack",
4-
"version": "1.22.2",
4+
"version": "1.22.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {

packages/contentstack-import-setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-import-setup",
33
"description": "Contentstack CLI plugin to setup the mappers and configurations for the import command",
4-
"version": "1.7.2",
4+
"version": "1.7.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {

packages/contentstack-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-import",
33
"description": "Contentstack CLI plugin to import content into stack",
4-
"version": "1.30.2",
4+
"version": "1.30.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {

packages/contentstack-seed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-cm-import": "1.30.2",
8+
"@contentstack/cli-cm-import": "1.30.3",
99
"@contentstack/cli-command": "~1.7.1",
1010
"@contentstack/cli-utilities": "~1.16.0",
1111
"@contentstack/management": "~1.22.0",

packages/contentstack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
},
2424
"dependencies": {
2525
"@contentstack/cli-audit": "~1.16.2",
26-
"@contentstack/cli-cm-export": "~1.22.2",
27-
"@contentstack/cli-cm-import": "~1.30.2",
26+
"@contentstack/cli-cm-export": "~1.22.3",
27+
"@contentstack/cli-cm-import": "~1.30.3",
2828
"@contentstack/cli-auth": "~1.6.3",
2929
"@contentstack/cli-cm-bootstrap": "~1.17.2",
3030
"@contentstack/cli-cm-branches": "~1.6.2",
3131
"@contentstack/cli-cm-bulk-publish": "~1.10.4",
3232
"@contentstack/cli-cm-clone": "~1.18.1",
3333
"@contentstack/cli-cm-export-to-csv": "~1.10.2",
34-
"@contentstack/cli-cm-import-setup": "~1.7.2",
34+
"@contentstack/cli-cm-import-setup": "~1.7.3",
3535
"@contentstack/cli-cm-migrate-rte": "~1.6.3",
3636
"@contentstack/cli-cm-seed": "~1.13.2",
3737
"@contentstack/cli-command": "~1.7.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)