Skip to content
Merged
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@
"pnpm": "^10.28.0"
},
"engines": {
"node": ">=18.0.0"
"node": ">=22.0.0"
},
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-auth/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,7 @@

It is Contentstack’s CLI plugin to perform authentication-related activities. To get started with authentication, refer to the [CLI’s Authentication documentation](https://www.contentstack.com/docs/developers/cli/authentication)

[![License](https://img.shields.io/npm/l/@contentstack/cli)](https://github.com/contentstack/cli/blob/main/LICENSE)
[![License](https://img.shields.io/npm/l/@contentstack/cli-auth)](https://github.com/contentstack/cli/blob/main/LICENSE)

<!-- toc -->
* [@contentstack/cli-auth](#contentstackcli-auth)
Expand All@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-auth/1.8.2 darwin-arm64 node-v24.14.0
@contentstack/cli-auth/1.8.4 darwin-arm64 node-v22.21.1
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
10 changes: 5 additions & 5 deletions packages/contentstack-auth/package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-auth",
"description": "Contentstack CLI plugin for authentication activities",
"version": "1.8.3",
"version": "1.8.4",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All@@ -15,8 +15,8 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-command": "~1.8.3",
"@contentstack/cli-utilities": "~1.18.4",
"@contentstack/cli-command": "~1.8.4",
"@contentstack/cli-utilities": "~1.18.5",
"@oclif/core": "^4.11.4",
"otplib": "^12.0.1"
},
Expand All@@ -33,7 +33,7 @@
"@types/sinon": "^21.0.0",
"chai": "^4.5.0",
"dotenv": "^16.4.7",
"eslint": "^9.26.0",
"eslint": "^10.5.0",
"eslint-config-oclif": "^5.2.2",
"eslint-config-oclif-typescript": "^3.1.14",
"mocha": "10.8.2",
Expand All@@ -45,7 +45,7 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14.0.0"
"node": ">=22.0.0"
},
"files": [
"/lib",
Expand Down
8 changes: 4 additions & 4 deletions packages/contentstack-command/package.json
Original file line numberDiff line numberDiff 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",
Expand All@@ -14,7 +14,7 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-utilities": "~1.18.4",
"@contentstack/cli-utilities": "~1.18.5",
"contentstack": "^3.27.0",
"@oclif/core": "^4.11.4"
},
Expand All@@ -27,7 +27,7 @@
"@oclif/test": "^4.1.18",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
"eslint": "^9.26.0",
"eslint": "^10.5.0",
"eslint-config-oclif": "^6.0.15",
"eslint-config-oclif-typescript": "^3.1.13",
"mocha": "10.8.2",
Expand All@@ -36,7 +36,7 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14.0.0"
"node": ">=22.0.0"
},
"files": [
"/types",
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-config/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,7 @@

The config namespace contains all the commands that you will need to configure the CLI as per your requirements. Contentstack currently supports four regions: North America, Europe, Azure North America and Azure Europe. [Configure the CLI documentation](https://www.contentstack.com/docs/developers/cli/configure-the-cli)

[![License](https://img.shields.io/npm/l/@contentstack/cli)](https://github.com/contentstack/cli/blob/main/LICENSE)
[![License](https://img.shields.io/npm/l/@contentstack/cli-config)](https://github.com/contentstack/cli/blob/main/LICENSE)

<!-- toc -->
* [@contentstack/cli-config](#contentstackcli-config)
Expand All@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-config
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-config/1.20.3 darwin-arm64 node-v24.14.0
@contentstack/cli-config/1.20.5 darwin-arm64 node-v22.21.1
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
10 changes: 5 additions & 5 deletions packages/contentstack-config/package.json
Original file line numberDiff line numberDiff 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",
Expand All@@ -14,8 +14,8 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-command": "~1.8.3",
"@contentstack/cli-utilities": "~1.18.4",
"@contentstack/cli-command": "~1.8.4",
"@contentstack/cli-utilities": "~1.18.5",
"@contentstack/utils": "~1.9.1",
"@oclif/core": "^4.11.4"
},
Expand All@@ -31,7 +31,7 @@
"@types/node": "^14.18.63",
"@types/sinon": "^21.0.0",
"chai": "^4.5.0",
"eslint": "^9.26.0",
"eslint": "^10.5.0",
"eslint-config-oclif": "^6.0.62",
"eslint-config-oclif-typescript": "^3.1.14",
"mocha": "10.8.2",
Expand All@@ -42,7 +42,7 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14.0.0"
"node": ">=22.0.0"
},
"files": [
"/lib",
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-utilities/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-utilities",
"version": "1.18.4",
"version": "1.18.5",
"description": "Utilities for contentstack projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand DownExpand Up@@ -41,7 +41,7 @@
"inquirer": "8.2.7",
"inquirer-search-checkbox": "^1.0.0",
"inquirer-search-list": "^1.2.6",
"js-yaml": "^4.1.1",
"js-yaml": "^4.2.0",
"klona": "^2.0.6",
"lodash": "^4.18.1",
"mkdirp": "^1.0.4",
Expand DownExpand Up@@ -72,7 +72,7 @@
"@types/sinon": "^21.0.0",
"@types/traverse": "^0.6.37",
"chai": "^4.5.0",
"eslint": "^9.26.0",
"eslint": "^10.5.0",
"eslint-config-oclif": "^6.0.62",
"eslint-config-oclif-typescript": "^3.1.14",
"fancy-test": "^2.0.42",
Expand Down
Loading
Loading