Skip to content

Commit 3a06fd4

Browse files
fix: version bump
1 parent 90db17e commit 3a06fd4

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

packages/contentstack-auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "2.0.0-beta.16",
4+
"version": "2.0.0-beta.17",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -15,8 +15,8 @@
1515
"lint": "eslint src/**/*.ts"
1616
},
1717
"dependencies": {
18-
"@contentstack/cli-command": "~2.0.0-beta.10",
19-
"@contentstack/cli-utilities": "~2.0.0-beta.11",
18+
"@contentstack/cli-command": "~2.0.0-beta.11",
19+
"@contentstack/cli-utilities": "~2.0.0-beta.12",
2020
"@oclif/core": "^4.11.4",
2121
"otplib": "^12.0.1"
2222
},

packages/contentstack-command/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-command",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "2.0.0-beta.10",
4+
"version": "2.0.0-beta.11",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -14,7 +14,7 @@
1414
"lint": "eslint src/**/*.ts"
1515
},
1616
"dependencies": {
17-
"@contentstack/cli-utilities": "~2.0.0-beta.11",
17+
"@contentstack/cli-utilities": "~2.0.0-beta.12",
1818
"contentstack": "^3.27.0",
1919
"@oclif/core": "^4.11.4"
2020
},

packages/contentstack-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-config",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "2.0.0-beta.14",
4+
"version": "2.0.0-beta.15",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "pnpm compile && oclif manifest && oclif readme",
@@ -14,8 +14,8 @@
1414
"lint": "eslint src/**/*.ts"
1515
},
1616
"dependencies": {
17-
"@contentstack/cli-command": "~2.0.0-beta.10",
18-
"@contentstack/cli-utilities": "~2.0.0-beta.11",
17+
"@contentstack/cli-command": "~2.0.0-beta.11",
18+
"@contentstack/cli-utilities": "~2.0.0-beta.12",
1919
"@contentstack/utils": "~1.9.1",
2020
"@oclif/core": "^4.11.4"
2121
},

packages/contentstack-utilities/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-utilities",
3-
"version": "2.0.0-beta.11",
3+
"version": "2.0.0-beta.12",
44
"description": "Utilities for contentstack projects",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -31,7 +31,7 @@
3131
"@contentstack/management": "~1.30.3",
3232
"@contentstack/marketplace-sdk": "^1.5.2",
3333
"@oclif/core": "^4.11.4",
34-
"axios": "^1.16.1",
34+
"axios": "^1.18.1",
3535
"chalk": "^5.6.2",
3636
"cli-cursor": "^3.1.0",
3737
"cli-progress": "^3.12.0",
@@ -42,7 +42,7 @@
4242
"inquirer": "12.11.1",
4343
"inquirer-search-checkbox": "^1.0.0",
4444
"inquirer-search-list": "^1.2.6",
45-
"js-yaml": "^4.2.0",
45+
"js-yaml": "^4.3.0",
4646
"klona": "^2.0.6",
4747
"lodash": "^4.18.1",
4848
"mkdirp": "^1.0.4",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)