Skip to content

Commit ea64fd1

Browse files
committed
Merge branch 'development' into feat/DX-840
2 parents d788154 + 1c8dfb8 commit ea64fd1

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

package-lock.json

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

packages/contentstack-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-auth/1.3.21 darwin-arm64 node-v22.2.0
21+
@contentstack/cli-auth/1.3.20 darwin-arm64 node-v22.2.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack-auth/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-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "1.3.21",
4+
"version": "1.3.20",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {

packages/contentstack-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@colors/colors": "^1.5.0",
99
"@contentstack/cli-cm-export": "~1.11.6",
10-
"@contentstack/cli-cm-import": "~1.16.1",
10+
"@contentstack/cli-cm-import": "~1.16.2",
1111
"@contentstack/cli-command": "~1.2.19",
1212
"@contentstack/cli-utilities": "~1.7.0",
1313
"async": "^3.2.4",

packages/contentstack-import/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ npm install -g @contentstack/cli-cm-import
4747
$ csdx COMMAND
4848
running command...
4949
$ csdx (--version)
50-
@contentstack/cli-cm-import/1.16.1 darwin-arm64 node-v22.2.0
50+
@contentstack/cli-cm-import/1.16.2 darwin-arm64 node-v22.2.0
5151
$ csdx --help [COMMAND]
5252
USAGE
5353
$ csdx COMMAND

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.16.1",
4+
"version": "1.16.2",
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.16.1",
8+
"@contentstack/cli-cm-import": "~1.16.2",
99
"@contentstack/cli-command": "~1.2.19",
1010
"@contentstack/cli-utilities": "~1.7.0",
1111
"inquirer": "8.2.4",

packages/contentstack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
},
2424
"dependencies": {
2525
"@contentstack/cli-audit": "~1.6.4",
26-
"@contentstack/cli-auth": "~1.3.21",
26+
"@contentstack/cli-auth": "~1.3.20",
2727
"@contentstack/cli-cm-bootstrap": "~1.9.4",
2828
"@contentstack/cli-cm-branches": "~1.1.2",
2929
"@contentstack/cli-cm-bulk-publish": "~1.4.8",
3030
"@contentstack/cli-cm-export": "~1.11.6",
3131
"@contentstack/cli-cm-clone": "~1.10.7",
3232
"@contentstack/cli-cm-export-to-csv": "~1.7.2",
33-
"@contentstack/cli-cm-import": "~1.16.1",
33+
"@contentstack/cli-cm-import": "~1.16.2",
3434
"@contentstack/cli-cm-migrate-rte": "~1.4.18",
3535
"@contentstack/cli-cm-seed": "~1.7.7",
3636
"@contentstack/cli-command": "~1.2.19",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)