Skip to content

Commit 32d36b5

Browse files
Merge pull request #745 from contentstack/staging
Main <- Staging : 25/04/2023: Hotfix for 'open' package issue (3)
2 parents 28719f8 + e88bfe8 commit 32d36b5

4 files changed

Lines changed: 17 additions & 12 deletions

File tree

package-lock.json

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-utilities",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Utilities for contentstack projects",
55
"main": "lib/index.js",
66
"types": "./types/index.d.ts",

packages/contentstack/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run"
@@ -33,7 +33,7 @@
3333
"@contentstack/cli-command": "^1.2.2",
3434
"@contentstack/cli-config": "^1.3.1",
3535
"@contentstack/cli-migration": "^1.3.1",
36-
"@contentstack/cli-utilities": "^1.3.1",
36+
"@contentstack/cli-utilities": "^1.3.2",
3737
"@contentstack/management": "^1.6.1",
3838
"@oclif/core": "^2.3.0",
3939
"@oclif/plugin-help": "^5",
@@ -43,10 +43,11 @@
4343
"debug": "^4.1.1",
4444
"figlet": "^1.5.2",
4545
"inquirer": "8.2.4",
46-
"uuid": "^9.0.0",
47-
"winston": "^3.7.2",
4846
"node-machine-id": "^1.1.12",
49-
"short-uuid": "^4.2.2"
47+
"open": "^8.4.2",
48+
"short-uuid": "^4.2.2",
49+
"uuid": "^9.0.0",
50+
"winston": "^3.7.2"
5051
},
5152
"devDependencies": {
5253
"@oclif/test": "^2.2.10",
@@ -148,4 +149,4 @@
148149
}
149150
},
150151
"repository": "https://github.com/contentstack/cli"
151-
}
152+
}

pnpm-lock.yaml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)