Skip to content

Commit b461b49

Browse files
Merge pull request #782 from contentstack/development
Staging <- Development : 11/05/2023 (2)
2 parents 96bd3e0 + 722e167 commit b461b49

29 files changed

Lines changed: 199 additions & 197 deletions

File tree

package-lock.json

Lines changed: 60 additions & 62 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.2 darwin-arm64 node-v18.15.0
21+
@contentstack/cli-auth/1.3.3 darwin-arm64 node-v18.15.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack-auth/package.json

Lines changed: 3 additions & 3 deletions
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.2",
4+
"version": "1.3.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -21,8 +21,8 @@
2121
"test:unit": "mocha --forbid-only \"test/unit/*.test.ts\""
2222
},
2323
"dependencies": {
24-
"@contentstack/cli-command": "^1.2.3",
25-
"@contentstack/cli-utilities": "^1.4.0",
24+
"@contentstack/cli-command": "^1.2.4",
25+
"@contentstack/cli-utilities": "^1.4.1",
2626
"chalk": "^4.0.0",
2727
"debug": "^4.1.1",
2828
"inquirer": "8.2.4",

packages/contentstack-bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-bootstrap
1515
$ csdx COMMAND
1616
running command...
1717
$ csdx (--version)
18-
@contentstack/cli-cm-bootstrap/1.4.2 darwin-arm64 node-v18.15.0
18+
@contentstack/cli-cm-bootstrap/1.4.3 darwin-arm64 node-v18.15.0
1919
$ csdx --help [COMMAND]
2020
USAGE
2121
$ csdx COMMAND

packages/contentstack-bootstrap/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-bootstrap",
33
"description": "Bootstrap contentstack apps",
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -17,9 +17,9 @@
1717
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1818
},
1919
"dependencies": {
20-
"@contentstack/cli-cm-seed": "^1.4.2",
21-
"@contentstack/cli-command": "^1.2.3",
22-
"@contentstack/cli-utilities": "^1.4.0",
20+
"@contentstack/cli-cm-seed": "^1.4.3",
21+
"@contentstack/cli-command": "^1.2.4",
22+
"@contentstack/cli-utilities": "^1.4.1",
2323
"inquirer": "8.2.4",
2424
"mkdirp": "^1.0.4",
2525
"tar": "^6.1.13"

packages/contentstack-bulk-publish/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-cm-bulk-publish
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-cm-bulk-publish/1.3.2 darwin-arm64 node-v18.15.0
21+
@contentstack/cli-cm-bulk-publish/1.3.3 darwin-arm64 node-v18.15.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack-bulk-publish/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@contentstack/cli-cm-bulk-publish",
33
"description": "Contentstack CLI plugin for bulk publish actions",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "^1.2.3",
9-
"@contentstack/cli-utilities": "^1.4.0",
8+
"@contentstack/cli-command": "^1.2.4",
9+
"@contentstack/cli-utilities": "^1.4.1",
1010
"bluebird": "^3.7.2",
1111
"chalk": "^4.1.2",
1212
"inquirer": "8.2.4",

packages/contentstack-clone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-clone
1515
$ csdx COMMAND
1616
running command...
1717
$ csdx (--version)
18-
@contentstack/cli-cm-clone/1.4.2 darwin-arm64 node-v18.15.0
18+
@contentstack/cli-cm-clone/1.4.3 darwin-arm64 node-v18.15.0
1919
$ csdx --help [COMMAND]
2020
USAGE
2121
$ csdx COMMAND

packages/contentstack-clone/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
8-
"@contentstack/cli-cm-export": "^1.5.2",
9-
"@contentstack/cli-cm-import": "^1.5.2",
10-
"@contentstack/cli-command": "^1.2.3",
11-
"@contentstack/cli-utilities": "^1.4.0",
8+
"@contentstack/cli-cm-export": "^1.5.3",
9+
"@contentstack/cli-cm-import": "^1.5.3",
10+
"@contentstack/cli-command": "^1.2.4",
11+
"@contentstack/cli-utilities": "^1.4.1",
1212
"async": "^3.2.4",
1313
"chalk": "^4.1.0",
1414
"child_process": "^1.0.2",

0 commit comments

Comments
 (0)