Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 17
Upgraded Node version to 22 for plugins and Readme Update#2616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -6,7 +6,7 @@ | ||
| "pnpm": "^10.28.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">=18.0.0" | ||
| "node": ">=22.0.0" | ||
| }, | ||
| "private": true, | ||
| "scripts": { | ||
| 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.3", | ||
| "version": "1.8.4", | ||
| "author": "Contentstack", | ||
| "main": "lib/index.js", | ||
| "types": "lib/index.d.ts", | ||
| @@ -36,7 +36,7 @@ | ||
| "typescript": "^4.9.5" | ||
| }, | ||
| "engines": { | ||
| "node": ">=14.0.0" | ||
| "node": ">=22.0.0" | ||
| }, | ||
harshitha-cstk marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| "files": [ | ||
| "/types", | ||
| 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.4", | ||
| "version": "1.20.5", | ||
| "author": "Contentstack", | ||
| "scripts": { | ||
| "build": "pnpm compile && oclif manifest && oclif readme", | ||
| @@ -14,7 +14,7 @@ | ||
| "lint": "eslint src/**/*.ts" | ||
| }, | ||
| "dependencies": { | ||
| "@contentstack/cli-command": "~1.8.3", | ||
| "@contentstack/cli-command": "~1.8.4", | ||
| "@contentstack/cli-utilities": "~1.18.4", | ||
| "@contentstack/utils": "~1.9.1", | ||
| "@oclif/core": "^4.11.4" | ||
| @@ -42,7 +42,7 @@ | ||
| "typescript": "^4.9.5" | ||
| }, | ||
| "engines": { | ||
| "node": ">=14.0.0" | ||
| "node": ">=22.0.0" | ||
| }, | ||
harshitha-cstk marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| "files": [ | ||
| "/lib", | ||
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -20,21 +20,21 @@ | ||
| }, | ||
| "dependencies": { | ||
| "@contentstack/cli-audit": "~1.19.4", | ||
| "@contentstack/cli-cm-export": "~1.25.1", | ||
| "@contentstack/cli-cm-import": "~1.33.3", | ||
| "@contentstack/cli-auth": "~1.8.3", | ||
| "@contentstack/cli-cm-bootstrap": "~1.19.6", | ||
| "@contentstack/cli-cm-branches": "~1.8.2", | ||
| "@contentstack/cli-cm-bulk-publish": "~1.12.0", | ||
| "@contentstack/cli-cm-clone": "~1.21.7", | ||
| "@contentstack/cli-cm-export-to-csv": "~1.12.3", | ||
| "@contentstack/cli-cm-import-setup": "~1.8.4", | ||
| "@contentstack/cli-cm-migrate-rte": "~1.7.0", | ||
| "@contentstack/cli-cm-seed": "~1.15.6", | ||
| "@contentstack/cli-command": "~1.8.3", | ||
| "@contentstack/cli-config": "~1.20.4", | ||
| "@contentstack/cli-launch": "^1.11.0", | ||
| "@contentstack/cli-migration": "~1.12.3", | ||
| "@contentstack/cli-cm-export": "~1.25.2", | ||
| "@contentstack/cli-cm-import": "~1.33.4", | ||
| "@contentstack/cli-auth": "~1.8.4", | ||
| "@contentstack/cli-cm-bootstrap": "~1.19.7", | ||
| "@contentstack/cli-cm-branches": "~1.8.3", | ||
| "@contentstack/cli-cm-bulk-publish": "~1.12.1", | ||
| "@contentstack/cli-cm-clone": "~1.21.8", | ||
| "@contentstack/cli-cm-export-to-csv": "~1.12.5", | ||
| "@contentstack/cli-cm-import-setup": "~1.8.5", | ||
| "@contentstack/cli-cm-migrate-rte": "~1.7.1", | ||
| "@contentstack/cli-cm-seed": "~1.15.7", | ||
| "@contentstack/cli-command": "~1.8.4", | ||
| "@contentstack/cli-config": "~1.20.5", | ||
| "@contentstack/cli-launch": "^1.11.1", | ||
| "@contentstack/cli-migration": "~1.12.4", | ||
| "@contentstack/cli-utilities": "~1.18.4", | ||
| "@contentstack/cli-variants": "~1.5.1", | ||
| "@oclif/core": "^4.11.4", | ||
| @@ -75,7 +75,7 @@ | ||
| "typescript": "^4.9.5" | ||
| }, | ||
| "engines": { | ||
| "node": ">=14.0.0" | ||
| "node": ">=22.0.0" | ||
| }, | ||
harshitha-cstk marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| "files": [ | ||
| "/bin", | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.