Skip to content

Commit be20526

Browse files
committed
fix: Sanitized the path to avoid excluding the files
1 parent c5aaab0 commit be20526

File tree

28 files changed

+83
-78
lines changed

28 files changed

+83
-78
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.3.2",
22-
"@contentstack/cli-utilities": "~1.8.0",
22+
"@contentstack/cli-utilities": "~1.8.1",
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.2",
26-
"@contentstack/cli-utilities": "~1.8.0",
26+
"@contentstack/cli-utilities": "~1.8.1",
2727
"chalk": "^4.1.2",
2828
"debug": "^4.4.0",
2929
"inquirer": "8.2.6",

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.0",
2121
"@contentstack/cli-command": "~1.3.2",
22-
"@contentstack/cli-utilities": "~1.8.0",
22+
"@contentstack/cli-utilities": "~1.8.1",
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.2",
9-
"@contentstack/cli-utilities": "~1.8.0",
9+
"@contentstack/cli-utilities": "~1.8.1",
1010
"@oclif/core": "^3.27.0",
1111
"async": "^3.2.6",
1212
"big-json": "^3.2.0",

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.2",
9-
"@contentstack/cli-utilities": "~1.8.0",
9+
"@contentstack/cli-utilities": "~1.8.1",
1010
"bluebird": "^3.7.2",
1111
"chalk": "^4.1.2",
1212
"dotenv": "^16.4.7",

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.1",
1010
"@contentstack/cli-cm-import": "~1.19.3",
1111
"@contentstack/cli-command": "~1.3.2",
12-
"@contentstack/cli-utilities": "~1.8.0",
12+
"@contentstack/cli-utilities": "~1.8.1",
1313
"async": "^3.2.6",
1414
"chalk": "^4.1.2",
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.8.0",
20+
"@contentstack/cli-utilities": "~1.8.1",
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.2",
25-
"@contentstack/cli-utilities": "~1.8.0",
25+
"@contentstack/cli-utilities": "~1.8.1",
2626
"chalk": "^4.1.2",
2727
"debug": "^4.4.0",
2828
"inquirer": "8.2.6",

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.2",
9-
"@contentstack/cli-utilities": "~1.8.0",
9+
"@contentstack/cli-utilities": "~1.8.1",
1010
"chalk": "^4.1.2",
1111
"fast-csv": "^4.3.6",
1212
"inquirer": "8.2.6",

0 commit comments

Comments
 (0)