Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7ec4729
chore: release version bumps
May 11, 2026
c9757c8
chore: cli version bump
May 11, 2026
5b480a5
Merge pull request #2564 from contentstack/release/11-05
naman-contentstack May 11, 2026
6178271
Merge branch 'development' into release/11-05
naman-contentstack May 11, 2026
77ef322
Merge pull request #2566 from contentstack/release/11-05
naman-contentstack May 11, 2026
32dacd2
Merge pull request #2565 from contentstack/development
naman-contentstack May 11, 2026
a31bb62
Merge pull request #2567 from contentstack/main
naman-contentstack May 11, 2026
16a18b8
Snyk fixes
netrajpatel May 18, 2026
f35e421
Removed override packages
netrajpatel May 20, 2026
b1b656d
Merge pull request #2576 from contentstack/snyk/fix
netrajpatel May 20, 2026
964cb72
fix management token support in export query, fix asset url mapping i…
shafeeqd959 May 21, 2026
0763a06
Merge branch 'development' into fix/query-export-version-bump
harshitha-cstk May 25, 2026
1c2ec5b
Update @contentstack/cli-launch version to ^1.10.0 in package.json
harshitha-cstk May 25, 2026
fa6b735
Update pnpm-lock.yaml
harshitha-cstk May 25, 2026
d6a900a
Merge pull request #2579 from contentstack/fix/query-export-version-bump
harshitha-cstk May 25, 2026
076adf3
Merge pull request #2582 from contentstack/development
harshitha-cstk May 25, 2026
360223f
Merge pull request #2585 from contentstack/main
cs-raj May 25, 2026
bc79256
Merge pull request #2587 from contentstack/v2-beta
harshitha-cstk May 26, 2026
a2650cb
Merge branch 'development' into fix/back-merge-1
harshitha-cstk May 26, 2026
8fda3d4
chore: update pnpm-lock.yaml and package.json
harshitha-cstk May 26, 2026
f6b3632
Merge pull request #2589 from contentstack/fix/back-merge-1
harshitha-cstk May 26, 2026
df61fe6
dependency updated
cs-raj May 28, 2026
09c0a0f
dependency updated
cs-raj May 28, 2026
eca76fe
added fancy test as devdependency
cs-raj May 28, 2026
b358fb0
Merge pull request #2590 from contentstack/fix/dependency
cs-raj May 29, 2026
67eb848
chore: version for the plugins
cs-raj May 29, 2026
58bb554
Merge pull request #2593 from contentstack/fix/Versionbump
cs-raj May 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fileignoreconfig:
- filename: pnpm-lock.yaml
checksum: 12f27e09d6d1eb198cf3c870b8ddd29280d4f0ab1b708af471d8e658676c0b9a
checksum: 8a5d36937f6b31567f9ecb80e4449d65ace59753ed116b09921304b7d5dee625
version: '1.0'
14 changes: 7 additions & 7 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": "2.0.0-beta.12",
"version": "2.0.0-beta.13",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -15,9 +15,9 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-command": "~2.0.0-beta.7",
"@contentstack/cli-utilities": "~2.0.0-beta.8",
"@oclif/core": "^4.10.5",
"@contentstack/cli-command": "~2.0.0-beta.8",
"@contentstack/cli-utilities": "~2.0.0-beta.9",
"@oclif/core": "^4.11.4",
"otplib": "^12.0.1"
},
"overrides": {
Expand All @@ -26,20 +26,20 @@
}
},
"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",
"@types/sinon": "^21.0.1",
"chai": "^4.5.0",
"dotenv": "^16.4.7",
"dotenv": "^16.6.1",
"eslint": "^9.26.0",
"eslint-config-oclif": "^5.2.2",
"eslint-config-oclif-typescript": "^3.1.14",
"mocha": "10.8.2",
"nock": "^13.5.6",
"nyc": "^15.1.0",
"oclif": "^4.23.0",
"oclif": "^4.23.8",
"sinon": "^21.1.2",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
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": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"author": "Contentstack",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -14,17 +14,17 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-utilities": "~2.0.0-beta.8",
"@contentstack/cli-utilities": "~2.0.0-beta.9",
"contentstack": "^3.27.0",
"@oclif/core": "^4.10.5"
"@oclif/core": "^4.11.4"
},
"overrides": {
"@oclif/core": {
"picomatch": "^4.0.4"
}
},
"devDependencies": {
"@oclif/test": "^4.1.13",
"@oclif/test": "^4.1.18",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
"eslint": "^9.26.0",
Expand Down
12 changes: 6 additions & 6 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": "2.0.0-beta.10",
"version": "2.0.0-beta.11",
"author": "Contentstack",
"scripts": {
"build": "pnpm compile && oclif manifest && oclif readme",
Expand All @@ -14,10 +14,10 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-command": "~2.0.0-beta.7",
"@contentstack/cli-utilities": "~2.0.0-beta.8",
"@contentstack/cli-command": "~2.0.0-beta.8",
"@contentstack/cli-utilities": "~2.0.0-beta.9",
"@contentstack/utils": "~1.9.1",
"@oclif/core": "^4.8.3"
"@oclif/core": "^4.11.4"
},
"overrides": {
"@oclif/core": {
Expand All @@ -32,11 +32,11 @@
"@types/sinon": "^21.0.1",
"chai": "^4.5.0",
"eslint": "^9.26.0",
"eslint-config-oclif": "^6.0.62",
"eslint-config-oclif": "^6.0.166",
"eslint-config-oclif-typescript": "^3.1.14",
"mocha": "10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.23.0",
"oclif": "^4.23.8",
"sinon": "^21.1.2",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
Expand Down
14 changes: 7 additions & 7 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": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"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.30.1",
"@contentstack/marketplace-sdk": "^1.5.1",
"@oclif/core": "^4.10.5",
"axios": "^1.15.2",
"@contentstack/management": "~1.30.3",
"@contentstack/marketplace-sdk": "^1.5.2",
"@oclif/core": "^4.11.4",
"axios": "^1.16.1",
"chalk": "^5.6.2",
"cli-cursor": "^3.1.0",
"cli-progress": "^3.12.0",
Expand All @@ -53,7 +53,7 @@
"traverse": "^0.6.11",
"tty-table": "^4.2.3",
"unique-string": "^2.0.0",
"short-uuid": "^6.0.0",
"short-uuid": "^6.0.3",
"uuid": "^14.0.0",
"winston": "^3.19.0",
"xdg-basedir": "^4.0.0"
Expand All @@ -75,10 +75,10 @@
"eslint": "^9.26.0",
"eslint-config-oclif": "^6.0.62",
"eslint-config-oclif-typescript": "^3.1.14",
"fancy-test": "^2.0.42",
"mocha": "10.8.2",
"nyc": "^15.1.0",
"sinon": "^21.1.2",
"fancy-test": "^2.0.42",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
Expand Down
25 changes: 12 additions & 13 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"@contentstack/cli-cm-seed": "~2.0.0-beta.18",
"@contentstack/cli-command": "~2.0.0-beta.7",
"@contentstack/cli-config": "~2.0.0-beta.9",
"@contentstack/cli-launch": "^1.9.9",
"@contentstack/cli-launch": "^1.10.0",
"@contentstack/cli-migration": "~2.0.0-beta.12",
"@contentstack/cli-utilities": "~2.0.0-beta.8",
"@contentstack/cli-variants": "~2.0.0-beta.14",
"@contentstack/management": "~1.30.1",
"@contentstack/management": "~1.30.3",
"@contentstack/utils": "~1.9.1",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.44",
"@oclif/plugin-not-found": "^3.2.80",
"@oclif/plugin-plugins": "^5.4.61",
"@oclif/core": "^4.11.4",
"@oclif/plugin-help": "^6.2.49",
"@oclif/plugin-not-found": "^3.2.86",
"@oclif/plugin-plugins": "^5.4.69",
"chalk": "^5.6.2",
"cli-progress": "^3.12.0",
"debug": "^4.4.3",
Expand All @@ -50,8 +50,8 @@
"node-machine-id": "^1.1.12",
"open": "^8.4.2",
"ora": "^8.2.0",
"semver": "^7.7.4",
"short-uuid": "^6.0.0",
"semver": "^7.8.1",
"short-uuid": "^6.0.3",
"winston": "^3.19.0"
},
"overrides": {
Expand All @@ -62,26 +62,25 @@
"devDependencies": {
"@oclif/test": "^4.1.18",
"@types/chai": "^4.3.20",
"@types/mocha": "^8.2.3",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.130",
"@types/semver": "^7.7.1",
"@types/sinon": "^10.0.20",
"@types/sinon": "^21.0.0",
"chai": "^4.5.0",
"eslint": "^9.26.0",
"eslint-config-oclif": "^6.0.137",
"eslint-config-oclif-typescript": "^3.1.14",
"globby": "^10.0.2",
"mocha": "10.8.2",
"nock": "^13.5.6",
"nyc": "^15.1.0",
"oclif": "^4.23.0",
"rimraf": "^5.0.10",
"shelljs": "^0.10.0",
"sinon": "^21.1.2",
"tmp": "^0.2.5",
"tmp": "^0.2.7",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^4.9.5"
"typescript": "^5.9.3"
},
"engines": {
"node": ">=14.0.0"
Expand Down
Loading
Loading