Skip to content

Commit adf2faf

Browse files
authored
Merge pull request #1598 from contentstack/feat/DX-1501-variant-personalize-oauth
feat: oauth support in variant & personalize
2 parents dbc1005 + 00e8a15 commit adf2faf

File tree

45 files changed

+596
-159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+596
-159
lines changed

package-lock.json

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

packages/contentstack-audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"@contentstack/cli-command": "~1.3.0",
22-
"@contentstack/cli-utilities": "~1.7.2",
22+
"@contentstack/cli-utilities": "~1.8.0",
2323
"@oclif/plugin-help": "^5",
2424
"@oclif/plugin-plugins": "^5.0.0",
2525
"chalk": "^4.1.2",

packages/contentstack-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@contentstack/cli-command": "~1.3.0",
26-
"@contentstack/cli-utilities": "~1.7.2",
26+
"@contentstack/cli-utilities": "~1.8.0",
2727
"chalk": "^4.0.0",
2828
"debug": "^4.1.1",
2929
"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.12.0 darwin-arm64 node-v22.2.0
18+
@contentstack/cli-cm-bootstrap/1.13.0 darwin-arm64 node-v22.2.0
1919
$ csdx --help [COMMAND]
2020
USAGE
2121
$ csdx COMMAND

packages/contentstack-bootstrap/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-cm-bootstrap",
33
"description": "Bootstrap contentstack apps",
4-
"version": "1.12.0",
4+
"version": "1.13.0",
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.9.0",
20+
"@contentstack/cli-cm-seed": "~1.10.0",
2121
"@contentstack/cli-command": "~1.3.0",
22-
"@contentstack/cli-utilities": "~1.7.2",
22+
"@contentstack/cli-utilities": "~1.8.0",
2323
"inquirer": "8.2.4",
2424
"mkdirp": "^1.0.4",
2525
"tar": "^6.2.1 "

packages/contentstack-branches/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.3.0",
9-
"@contentstack/cli-utilities": "~1.7.2",
9+
"@contentstack/cli-utilities": "~1.8.0",
1010
"@oclif/core": "^3.26.5",
1111
"async": "^3.2.4",
1212
"big-json": "^3.2.0",
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@contentstack/cli-auth": "~1.3.19",
29-
"@contentstack/cli-config": "~1.7.0",
29+
"@contentstack/cli-config": "~1.7.2",
3030
"@contentstack/cli-dev-dependencies": "~1.2.4",
3131
"@oclif/plugin-help": "^5.1.19",
3232
"@oclif/test": "^2.5.6",

packages/contentstack-bulk-publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.3.0",
9-
"@contentstack/cli-utilities": "~1.7.2",
9+
"@contentstack/cli-utilities": "~1.8.0",
1010
"bluebird": "^3.7.2",
1111
"chalk": "^4.1.2",
1212
"dotenv": "^16.1.4",

packages/contentstack-clone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-clone
1616
$ csdx COMMAND
1717
running command...
1818
$ csdx (--version)
19-
@contentstack/cli-cm-clone/1.12.0 darwin-arm64 node-v22.2.0
19+
@contentstack/cli-cm-clone/1.13.0 darwin-arm64 node-v22.2.0
2020
$ csdx --help [COMMAND]
2121
USAGE
2222
$ csdx COMMAND

packages/contentstack-clone/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "1.12.0",
4+
"version": "1.13.0",
55
"author": "Contentstack",
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
88
"@colors/colors": "^1.5.0",
9-
"@contentstack/cli-cm-export": "~1.13.0",
10-
"@contentstack/cli-cm-import": "~1.18.0",
9+
"@contentstack/cli-cm-export": "~1.14.0",
10+
"@contentstack/cli-cm-import": "~1.19.0",
1111
"@contentstack/cli-command": "~1.3.0",
12-
"@contentstack/cli-utilities": "~1.7.2",
12+
"@contentstack/cli-utilities": "~1.8.0",
1313
"async": "^3.2.4",
1414
"chalk": "^4.1.0",
1515
"child_process": "^1.0.2",

packages/contentstack-command/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"format": "eslint src/**/*.ts --fix"
1818
},
1919
"dependencies": {
20-
"@contentstack/cli-utilities": "~1.7.2",
20+
"@contentstack/cli-utilities": "~1.8.0",
2121
"contentstack": "^3.10.1"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)