Skip to content

Commit 91c7eeb

Browse files
authored
Merge pull request #2334 from contentstack/main-to-stage
Main to stage
2 parents 2fe3703 + e18e382 commit 91c7eeb

File tree

20 files changed

+61
-61
lines changed

20 files changed

+61
-61
lines changed

package-lock.json

Lines changed: 21 additions & 21 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.7.1",
22-
"@contentstack/cli-utilities": "~1.16.0",
22+
"@contentstack/cli-utilities": "~1.16.1",
2323
"@oclif/core": "^4.3.0",
2424
"@oclif/plugin-help": "^6.2.28",
2525
"@oclif/plugin-plugins": "^5.4.54",

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.7.1",
26-
"@contentstack/cli-utilities": "~1.16.0",
26+
"@contentstack/cli-utilities": "~1.16.1",
2727
"@oclif/core": "^4.3.0",
2828
"@oclif/plugin-help": "^6.2.28",
2929
"otplib": "^12.0.1"

packages/contentstack-bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@contentstack/cli-cm-seed": "~1.14.1",
2020
"@contentstack/cli-command": "~1.7.1",
21-
"@contentstack/cli-utilities": "~1.16.0",
21+
"@contentstack/cli-utilities": "~1.16.1",
2222
"@oclif/core": "^4.3.0",
2323
"@oclif/plugin-help": "^6.2.28",
2424
"inquirer": "8.2.7",

packages/contentstack-branches/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@contentstack/cli-command": "~1.7.1",
99
"@oclif/core": "^4.3.0",
1010
"@oclif/plugin-help": "^6.2.28",
11-
"@contentstack/cli-utilities": "~1.16.0",
11+
"@contentstack/cli-utilities": "~1.16.1",
1212
"chalk": "^4.1.2",
1313
"just-diff": "^6.0.2",
1414
"lodash": "^4.17.21"

packages/contentstack-bulk-publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@contentstack/cli-command": "~1.7.1",
99
"@contentstack/cli-config": "~1.17.0",
10-
"@contentstack/cli-utilities": "~1.16.0",
10+
"@contentstack/cli-utilities": "~1.16.1",
1111
"@oclif/core": "^4.3.0",
1212
"@oclif/plugin-help": "^6.2.28",
1313
"chalk": "^4.1.2",

packages/contentstack-clone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"dependencies": {
88
"@colors/colors": "^1.6.0",
99
"@contentstack/cli-cm-export": "~1.23.0",
10-
"@contentstack/cli-cm-import": "~1.31.0",
10+
"@contentstack/cli-cm-import": "~1.31.1",
1111
"@contentstack/cli-command": "~1.7.1",
12-
"@contentstack/cli-utilities": "~1.16.0",
12+
"@contentstack/cli-utilities": "~1.16.1",
1313
"@oclif/core": "^4.3.0",
1414
"@oclif/plugin-help": "^6.2.28",
1515
"chalk": "^4.1.2",

packages/contentstack-command/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
2020
},
2121
"dependencies": {
22-
"@contentstack/cli-utilities": "~1.16.0",
22+
"@contentstack/cli-utilities": "~1.16.1",
2323
"contentstack": "^3.25.3",
2424
"@oclif/core": "^4.3.0",
2525
"@oclif/plugin-help": "^6.2.28"

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.7.1",
25-
"@contentstack/cli-utilities": "~1.16.0",
25+
"@contentstack/cli-utilities": "~1.16.1",
2626
"@oclif/core": "^4.3.0",
2727
"@oclif/plugin-help": "^6.2.28",
2828
"lodash": "^4.17.21"

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.7.1",
9-
"@contentstack/cli-utilities": "~1.16.0",
9+
"@contentstack/cli-utilities": "~1.16.1",
1010
"@oclif/core": "^4.3.0",
1111
"@oclif/plugin-help": "^6.2.32",
1212
"fast-csv": "^4.3.6",

0 commit comments

Comments
 (0)