Skip to content

Commit 08c8094

Browse files
authored
Merge branch 'development' into feat/oauth-sdk-integration
2 parents 1ff5ac7 + ab7a5af commit 08c8094

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.20.1",

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)