Skip to content

Commit

Permalink
Merge pull request #778 from contentstack/staging
Browse files Browse the repository at this point in the history
Main <- Staging : 11/05/2023
  • Loading branch information
abhinav-from-contentstack authored May 16, 2023
2 parents 3479b68 + a1f71e2 commit 9694313
Show file tree
Hide file tree
Showing 40 changed files with 348 additions and 365 deletions.
123 changes: 60 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/contentstack-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-auth/1.3.2 darwin-arm64 node-v18.11.0
@contentstack/cli-auth/1.3.3 darwin-arm64 node-v18.15.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-auth",
"description": "Contentstack CLI plugin for authentication activities",
"version": "1.3.2",
"version": "1.3.3",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -21,8 +21,8 @@
"test:unit": "mocha --forbid-only \"test/unit/*.test.ts\""
},
"dependencies": {
"@contentstack/cli-command": "^1.2.3",
"@contentstack/cli-utilities": "^1.4.0",
"@contentstack/cli-command": "^1.2.4",
"@contentstack/cli-utilities": "^1.4.1",
"chalk": "^4.0.0",
"debug": "^4.1.1",
"inquirer": "8.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-bootstrap
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-bootstrap/1.4.2 darwin-arm64 node-v18.11.0
@contentstack/cli-cm-bootstrap/1.4.3 darwin-arm64 node-v18.15.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
8 changes: 4 additions & 4 deletions packages/contentstack-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-bootstrap",
"description": "Bootstrap contentstack apps",
"version": "1.4.2",
"version": "1.4.3",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -17,9 +17,9 @@
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
},
"dependencies": {
"@contentstack/cli-cm-seed": "^1.4.2",
"@contentstack/cli-command": "^1.2.3",
"@contentstack/cli-utilities": "^1.4.0",
"@contentstack/cli-cm-seed": "^1.4.3",
"@contentstack/cli-command": "^1.2.4",
"@contentstack/cli-utilities": "^1.4.1",
"inquirer": "8.2.4",
"mkdirp": "^1.0.4",
"tar": "^6.1.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-branches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ npm install -g @contentstack/cli-cm-branches
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-branches/1.0.0 darwin-arm64 node-v18.11.0
@contentstack/cli-cm-branches/1.0.0 darwin-arm64 node-v18.15.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-bulk-publish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-cm-bulk-publish
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-bulk-publish/1.3.2 darwin-arm64 node-v18.11.0
@contentstack/cli-cm-bulk-publish/1.3.3 darwin-arm64 node-v18.15.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-bulk-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@contentstack/cli-cm-bulk-publish",
"description": "Contentstack CLI plugin for bulk publish actions",
"version": "1.3.2",
"version": "1.3.3",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "^1.2.3",
"@contentstack/cli-utilities": "^1.4.0",
"@contentstack/cli-command": "^1.2.4",
"@contentstack/cli-utilities": "^1.4.1",
"bluebird": "^3.7.2",
"chalk": "^4.1.2",
"inquirer": "8.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-clone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-clone
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-clone/1.4.2 darwin-arm64 node-v18.11.0
@contentstack/cli-cm-clone/1.4.3 darwin-arm64 node-v18.15.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
10 changes: 5 additions & 5 deletions packages/contentstack-clone/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@contentstack/cli-cm-clone",
"description": "Contentstack stack clone plugin",
"version": "1.4.2",
"version": "1.4.3",
"author": "Contentstack",
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
"dependencies": {
"@contentstack/cli-cm-export": "^1.5.2",
"@contentstack/cli-cm-import": "^1.5.2",
"@contentstack/cli-command": "^1.2.3",
"@contentstack/cli-utilities": "^1.4.0",
"@contentstack/cli-cm-export": "^1.5.3",
"@contentstack/cli-cm-import": "^1.5.3",
"@contentstack/cli-command": "^1.2.4",
"@contentstack/cli-utilities": "^1.4.1",
"async": "^3.2.4",
"chalk": "^4.1.0",
"child_process": "^1.0.2",
Expand Down
Loading

0 comments on commit 9694313

Please sign in to comment.