Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
fileignoreconfig:
- filename: package-lock.json
checksum: 09bde87514151440d68bc6154984a984c536728e37d18173bab4fdb53827dadd
checksum: c06c94b01ad82058f0f3f96a9acbe2ebc5e0095d1c2ed179bd271f479431764e
- filename: pnpm-lock.yaml
checksum: e81b8b629ff23df0cd27af8c055c9bb3718b68e388fd9ff5e3485ef37bfe794b
checksum: 9e6a3c280cfd7356f1440a592c8b4f1d6294f4ae133696680c253a029be017c7
- filename: packages/contentstack-bootstrap/src/bootstrap/utils.ts
checksum: 6e6fb00bb11b03141e5ad27eeaa4af9718dc30520c3e73970bc208cc0ba2a7d2
version: '1.0'
1,189 changes: 602 additions & 587 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/contentstack-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"dependencies": {
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/cli-utilities": "~1.17.2",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"@oclif/plugin-plugins": "^5.4.54",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/cli-utilities": "~1.17.2",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"otplib": "^12.0.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/contentstack-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-bootstrap",
"description": "Bootstrap contentstack apps",
"version": "1.18.3",
"version": "1.18.4",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -16,15 +16,15 @@
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
},
"dependencies": {
"@contentstack/cli-cm-seed": "~1.14.2",
"@contentstack/cli-cm-seed": "~1.14.3",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-config": "~1.19.0",
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/cli-utilities": "~1.17.2",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"@oclif/plugin-help": "^6.2.37",
"inquirer": "8.2.7",
"mkdirp": "^1.0.4",
"tar": "^7.5.6"
"tar": "^7.5.7"
},
"devDependencies": {
"@oclif/test": "^4.1.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-branches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@contentstack/cli-command": "~1.7.2",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/cli-utilities": "~1.17.2",
"chalk": "^4.1.2",
"just-diff": "^6.0.2",
"lodash": "^4.17.23"
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-bulk-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-config": "~1.19.0",
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/cli-utilities": "~1.17.2",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"chalk": "^4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"dependencies": {
"@colors/colors": "^1.6.0",
"@contentstack/cli-cm-export": "~1.23.2",
"@contentstack/cli-cm-import": "~1.31.2",
"@contentstack/cli-cm-import": "~1.31.3",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/cli-utilities": "~1.17.2",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"chalk": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
},
"dependencies": {
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/cli-utilities": "~1.17.2",
"contentstack": "^3.25.3",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28"
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.0",
"@contentstack/cli-utilities": "~1.17.2",
"@contentstack/utils": "~1.7.0",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-export-to-csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/cli-utilities": "~1.17.2",
"@oclif/core": "^4.8.0",
"@oclif/plugin-help": "^6.2.32",
"fast-csv": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@contentstack/cli-command": "~1.7.2",
"@oclif/core": "^4.3.3",
"@contentstack/cli-variants": "~1.3.7",
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/cli-utilities": "~1.17.2",
"async": "^3.2.6",
"big-json": "^3.2.0",
"bluebird": "^3.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-import-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/cli-utilities": "~1.17.2",
"@oclif/core": "^4.3.0",
"big-json": "^3.2.0",
"chalk": "^4.1.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/contentstack-import/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@contentstack/cli-cm-import",
"description": "Contentstack CLI plugin to import content into stack",
"version": "1.31.2",
"version": "1.31.3",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-audit": "~1.17.1",
"@contentstack/cli-command": "~1.7.1",
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/management": "~1.27.3",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.2",
"@contentstack/management": "~1.27.5",
"@contentstack/cli-variants": "~1.3.7",
"@oclif/core": "^4.3.0",
"big-json": "^3.2.0",
"bluebird": "^3.7.2",
"chalk": "^4.1.2",
"debug": "^4.4.1",
"fs-extra": "^11.3.0",
"debug": "^4.4.3",
"fs-extra": "^11.3.3",
"lodash": "^4.17.23",
"marked": "^4.3.0",
"merge": "^2.1.1",
Expand All @@ -25,7 +25,7 @@
"winston": "^3.17.0"
},
"devDependencies": {
"@oclif/test": "^4.1.13",
"@oclif/test": "^4.1.16",
"@types/big-json": "^3.2.5",
"@types/bluebird": "^3.5.42",
"@types/fs-extra": "^11.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-migrate-rte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/cli-utilities": "~1.17.2",
"@contentstack/json-rte-serializer": "~2.1.0",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/cli-utilities": "~1.17.2",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"async": "^3.2.6",
Expand Down
20 changes: 10 additions & 10 deletions packages/contentstack-seed/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "@contentstack/cli-cm-seed",
"description": "create a Stack from existing content types, entries, assets, etc.",
"version": "1.14.2",
"version": "1.14.3",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-cm-import": "~1.31.2",
"@contentstack/cli-cm-import": "~1.31.3",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/management": "~1.27.3",
"@contentstack/cli-utilities": "~1.17.2",
"@contentstack/management": "~1.27.5",
"inquirer": "8.2.7",
"mkdirp": "^1.0.4",
"tar": "^7.5.6",
"tmp": "^0.2.3"
"tar": "^7.5.7",
"tmp": "^0.2.5"
},
"devDependencies": {
"@types/inquirer": "^9.0.8",
"@types/inquirer": "^9.0.9",
"@types/jest": "^26.0.24",
"@types/mkdirp": "^1.0.2",
"@types/node": "^14.18.63",
"@types/tar": "^6.1.13",
"@types/tmp": "^0.2.6",
"axios": "^1.8.2",
"axios": "^1.13.5",
"eslint": "^8.57.1",
"eslint-config-oclif": "^6.0.62",
"eslint-config-oclif": "^6.0.137",
"eslint-config-oclif-typescript": "^3.1.14",
"jest": "^29.7.0",
"oclif": "^4.17.46",
"ts-jest": "^29.3.4",
"ts-jest": "^29.4.6",
"ts-node": "^8.10.2",
"typescript": "^4.9.5"
},
Expand Down
10 changes: 5 additions & 5 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.17.1",
"version": "1.17.2",
"description": "Utilities for contentstack projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -32,16 +32,16 @@
"author": "contentstack",
"license": "MIT",
"dependencies": {
"@contentstack/management": "~1.27.3",
"@contentstack/marketplace-sdk": "^1.4.0",
"@contentstack/management": "~1.27.5",
"@contentstack/marketplace-sdk": "^1.5.0",
"@oclif/core": "^4.3.0",
"axios": "^1.9.0",
"axios": "^1.13.5",
"chalk": "^4.1.2",
"cli-cursor": "^3.1.0",
"cli-progress": "^3.12.0",
"cli-table": "^0.3.11",
"conf": "^10.2.0",
"dotenv": "^16.5.0",
"dotenv": "^16.6.1",
"figures": "^3.2.0",
"inquirer": "8.2.7",
"inquirer-search-checkbox": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-variants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typescript": "^5.8.3"
},
"dependencies": {
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/cli-utilities": "~1.17.2",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"lodash": "^4.17.23",
Expand Down
22 changes: 11 additions & 11 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli",
"description": "Command-line tool (CLI) to interact with Contentstack",
"version": "1.58.0",
"version": "1.58.1",
"author": "Contentstack",
"bin": {
"csdx": "./bin/run.js"
Expand All @@ -24,23 +24,23 @@
"dependencies": {
"@contentstack/cli-audit": "~1.17.1",
"@contentstack/cli-cm-export": "~1.23.2",
"@contentstack/cli-cm-import": "~1.31.2",
"@contentstack/cli-cm-import": "~1.31.3",
"@contentstack/cli-auth": "~1.7.3",
"@contentstack/cli-cm-bootstrap": "~1.18.3",
"@contentstack/cli-cm-bootstrap": "~1.18.4",
"@contentstack/cli-cm-branches": "~1.6.3",
"@contentstack/cli-cm-bulk-publish": "~1.10.7",
"@contentstack/cli-cm-clone": "~1.20.1",
"@contentstack/cli-cm-export-to-csv": "~1.11.0",
"@contentstack/cli-cm-import-setup": "~1.7.3",
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
"@contentstack/cli-cm-seed": "~1.14.2",
"@contentstack/cli-cm-seed": "~1.14.3",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-config": "~1.19.0",
"@contentstack/cli-launch": "^1.9.2",
"@contentstack/cli-launch": "^1.9.6",
"@contentstack/cli-migration": "~1.11.0",
"@contentstack/cli-utilities": "~1.17.1",
"@contentstack/cli-utilities": "~1.17.2",
"@contentstack/cli-variants": "~1.3.7",
"@contentstack/management": "~1.27.3",
"@contentstack/management": "~1.27.5",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"@oclif/plugin-not-found": "^3.2.53",
Expand All @@ -57,17 +57,17 @@
"winston": "^3.17.0"
},
"devDependencies": {
"@oclif/test": "^4.1.13",
"@oclif/test": "^4.1.16",
"@types/chai": "^4.3.20",
"@types/inquirer": "^9.0.8",
"@types/inquirer": "^9.0.9",
"@types/mkdirp": "^1.0.2",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
"@types/semver": "^7.7.0",
"@types/sinon": "^21.0.0",
"chai": "^4.5.0",
"eslint": "^8.57.1",
"eslint-config-oclif": "^6.0.62",
"eslint-config-oclif": "^6.0.137",
"eslint-config-oclif-typescript": "^3.1.14",
"globby": "^10.0.2",
"mocha": "10.8.2",
Expand All @@ -77,7 +77,7 @@
"rimraf": "^5.0.10",
"shelljs": "^0.10.0",
"sinon": "^21.0.1",
"tmp": "^0.2.3",
"tmp": "^0.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^4.9.5"
Expand Down
Loading
Loading