Skip to content

Commit ab7a5af

Browse files
authored
Merge pull request #1850 from contentstack/feature/oclif-v4-migration-base
bumped audit version and corrected prepack command in audit
2 parents 3683651 + 7bc608d commit ab7a5af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/contentstack-audit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -70,7 +70,7 @@
7070
"postpack": "shx rm -f oclif.manifest.json",
7171
"posttest": "npm run lint",
7272
"compile": "shx rm -rf lib && tsc -b",
73-
"prepack": "npm run build && oclif manifest && oclif readme",
73+
"prepack": "pnpm compile && oclif manifest && oclif readme",
7474
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
7575
"version": "oclif readme && git add README.md",
7676
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",

packages/contentstack-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-audit": "~1.10.0",
8+
"@contentstack/cli-audit": "~1.11.0",
99
"@contentstack/cli-command": "~1.4.0",
1010
"@contentstack/cli-utilities": "~1.10.0",
1111
"@contentstack/management": "~1.18.4",

packages/contentstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepack": "pnpm compile && oclif manifest && oclif readme"
2323
},
2424
"dependencies": {
25-
"@contentstack/cli-audit": "~1.10.0",
25+
"@contentstack/cli-audit": "~1.11.0",
2626
"@contentstack/cli-auth": "~1.4.0",
2727
"@contentstack/cli-cm-bootstrap": "~1.14.0",
2828
"@contentstack/cli-cm-branches": "~1.4.0",

0 commit comments

Comments
 (0)