Skip to content

Commit 6f43cae

Browse files
Merge pull request #1783 from contentstack/fix/DX-2185
DX | 27-02-2025 | Hotfix
2 parents 278f726 + 9062674 commit 6f43cae

File tree

26 files changed

+3803
-1294
lines changed

26 files changed

+3803
-1294
lines changed

package-lock.json

Lines changed: 2975 additions & 771 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.3",
22-
"@contentstack/cli-utilities": "~1.8.1",
22+
"@contentstack/cli-utilities": "~1.8.2",
2323
"@oclif/plugin-help": "^5.2.20",
2424
"@oclif/plugin-plugins": "^5.4.24",
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.3",
26-
"@contentstack/cli-utilities": "~1.8.1"
26+
"@contentstack/cli-utilities": "~1.8.2"
2727
},
2828
"devDependencies": {
2929
"@fancy-test/nock": "^0.1.1",

packages/contentstack-bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@contentstack/cli-cm-seed": "~1.10.1",
2121
"@contentstack/cli-command": "~1.3.3",
22-
"@contentstack/cli-utilities": "~1.8.1",
22+
"@contentstack/cli-utilities": "~1.8.2",
2323
"inquirer": "8.2.6",
2424
"mkdirp": "^1.0.4",
2525
"tar": "^6.2.1 "

packages/contentstack-branches/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.3",
9-
"@contentstack/cli-utilities": "~1.8.1",
9+
"@contentstack/cli-utilities": "~1.8.2",
1010
"@oclif/core": "^3.27.0",
1111
"chalk": "^4.1.2",
1212
"just-diff": "^6.0.2",

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.3",
9-
"@contentstack/cli-utilities": "~1.8.1",
9+
"@contentstack/cli-utilities": "~1.8.2",
1010
"chalk": "^4.1.2",
1111
"dotenv": "^16.4.7",
1212
"inquirer": "8.2.6",

packages/contentstack-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@contentstack/cli-cm-export": "~1.14.2",
1010
"@contentstack/cli-cm-import": "~1.19.4",
1111
"@contentstack/cli-command": "~1.3.3",
12-
"@contentstack/cli-utilities": "~1.8.1",
12+
"@contentstack/cli-utilities": "~1.8.2",
1313
"chalk": "^4.1.2",
1414
"inquirer": "8.2.6",
1515
"lodash": "^4.17.21",

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.8.1",
20+
"@contentstack/cli-utilities": "~1.8.2",
2121
"contentstack": "^3.22.1"
2222
},
2323
"devDependencies": {

packages/contentstack-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@contentstack/cli-command": "~1.3.3",
25-
"@contentstack/cli-utilities": "~1.8.1",
25+
"@contentstack/cli-utilities": "~1.8.2",
2626
"lodash": "^4.17.21"
2727
},
2828
"devDependencies": {

packages/contentstack-export-to-csv/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.3",
9-
"@contentstack/cli-utilities": "~1.8.1",
9+
"@contentstack/cli-utilities": "~1.8.2",
1010
"fast-csv": "^4.3.6",
1111
"inquirer": "8.2.6",
1212
"inquirer-checkbox-plus-prompt": "1.4.2",

0 commit comments

Comments
 (0)