Skip to content
Merged
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fileignoreconfig:
- filename: pnpm-lock.yaml
checksum: 445d77cc28199508bb51188b622523184baf109cffd6a027403463b00d7c7698
checksum: d52ed9fafd614f870b7ae040fa1ccf216bff4545c9268081fcba6fb1bfd9a01b
- filename: packages/contentstack-utilities/src/proxy-helper.ts
checksum: 2169f25563bca3a0fe54edd00c73646ed56d36aa7e8effe904de26b0c1633759
- filename: .cursor/skills/code-review/SKILL.md
Expand Down
10 changes: 5 additions & 5 deletions packages/contentstack-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-auth",
"description": "Contentstack CLI plugin for authentication activities",
"version": "1.8.0",
"version": "1.8.1",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -15,10 +15,10 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-utilities": "~1.18.0",
"@oclif/core": "^4.8.3",
"@oclif/plugin-help": "^6.2.28",
"@contentstack/cli-command": "~1.8.1",
"@contentstack/cli-utilities": "~1.18.2",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.44",
"otplib": "^12.0.1"
},
"overrides": {
Expand Down
8 changes: 4 additions & 4 deletions packages/contentstack-command/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-command",
"description": "Contentstack CLI plugin for configuration",
"version": "1.8.0",
"version": "1.8.1",
"author": "Contentstack",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -14,9 +14,9 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-utilities": "~1.18.0",
"contentstack": "^3.25.3",
"@oclif/core": "^4.8.3",
"@contentstack/cli-utilities": "~1.18.2",
"contentstack": "^3.27.0",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.28"
},
"overrides": {
Expand Down
10 changes: 5 additions & 5 deletions packages/contentstack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-config",
"description": "Contentstack CLI plugin for configuration",
"version": "1.20.1",
"version": "1.20.2",
"author": "Contentstack",
"scripts": {
"build": "pnpm compile && oclif manifest && oclif readme",
Expand All @@ -14,9 +14,9 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-utilities": "~1.18.0",
"@contentstack/utils": "~1.7.0",
"@contentstack/cli-command": "~1.8.1",
"@contentstack/cli-utilities": "~1.18.2",
"@contentstack/utils": "~1.9.1",
"@oclif/core": "^4.8.3",
"@oclif/plugin-help": "^6.2.28",
"lodash": "^4.18.1"
Expand All @@ -27,7 +27,7 @@
}
},
"devDependencies": {
"@oclif/test": "^4.1.13",
"@oclif/test": "^4.1.18",
"@types/chai": "^4.3.20",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
Expand Down
16 changes: 8 additions & 8 deletions packages/contentstack-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-utilities",
"version": "1.18.1",
"version": "1.18.2",
"description": "Utilities for contentstack projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,10 +27,10 @@
"author": "contentstack",
"license": "MIT",
"dependencies": {
"@contentstack/management": "~1.27.5",
"@contentstack/marketplace-sdk": "^1.5.0",
"@oclif/core": "^4.8.3",
"axios": "^1.13.5",
"@contentstack/management": "~1.30.1",
"@contentstack/marketplace-sdk": "^1.5.1",
"@oclif/core": "^4.10.5",
"axios": "^1.15.1",
"chalk": "^4.1.2",
"cli-cursor": "^3.1.0",
"cli-progress": "^3.12.0",
Expand All @@ -54,7 +54,7 @@
"tty-table": "^4.2.3",
"unique-string": "^2.0.0",
"uuid": "^9.0.1",
"winston": "^3.17.0",
"winston": "^3.19.0",
"xdg-basedir": "^4.0.0"
},
"overrides": {
Expand All @@ -64,7 +64,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/inquirer": "^9.0.8",
"@types/inquirer": "^9.0.9",
"@types/mkdirp": "^1.0.2",
"@types/mocha": "^10.0.10",
"@types/node": "^14.18.63",
Expand All @@ -77,7 +77,7 @@
"fancy-test": "^2.0.42",
"mocha": "10.8.2",
"nyc": "^15.1.0",
"sinon": "^21.0.1",
"sinon": "^21.1.2",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"dependencies": {
"@contentstack/cli-audit": "~1.19.1",
"@contentstack/cli-cm-export": "~1.24.0",
"@contentstack/cli-cm-import": "~1.32.0",
"@contentstack/cli-auth": "~1.8.0",
"@contentstack/cli-cm-export": "~1.24.1",
"@contentstack/cli-cm-import": "~1.32.1",
"@contentstack/cli-auth": "~1.8.1",
"@contentstack/cli-cm-bootstrap": "~1.19.0",
"@contentstack/cli-cm-branches": "~1.7.1",
"@contentstack/cli-cm-bulk-publish": "~1.11.1",
Expand All @@ -31,14 +31,14 @@
"@contentstack/cli-cm-import-setup": "~1.8.1",
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
"@contentstack/cli-cm-seed": "~1.15.0",
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-config": "~1.20.1",
"@contentstack/cli-command": "~1.8.1",
"@contentstack/cli-config": "~1.20.2",
"@contentstack/cli-launch": "^1.9.7",
"@contentstack/cli-migration": "~1.12.0",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-variants": "~1.4.1",
"@contentstack/management": "~1.27.5",
"@oclif/core": "^4.8.3",
"@contentstack/management": "~1.30.1",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.28",
"@oclif/plugin-not-found": "^3.2.53",
"@oclif/plugin-plugins": "^5.4.54",
Expand Down
Loading
Loading