From 3da449754f05705d82cf720935789f0d90254ab8 Mon Sep 17 00:00:00 2001 From: raj pandey Date: Wed, 12 Feb 2025 17:00:19 +0530 Subject: [PATCH 1/2] Fix: Added use of delivery token alias in cross publish and unpublish --- package-lock.json | 45 +- packages/contentstack-bulk-publish/README.md | 17 +- .../contentstack-bulk-publish/package.json | 4 +- .../src/commands/cm/assets/publish.js | 9 + .../src/commands/cm/assets/unpublish.js | 11 +- .../commands/cm/bulk-publish/cross-publish.js | 10 +- .../src/commands/cm/bulk-publish/index.js | 14 - .../src/commands/cm/entries/publish.js | 8 + .../src/commands/cm/entries/unpublish.js | 13 +- .../src/commands/cm/stacks/unpublish.js | 10 +- .../src/producer/cross-publish.js | 1 - packages/contentstack/README.md | 33 +- packages/contentstack/package.json | 2 +- pnpm-lock.yaml | 422 +++++++++--------- 14 files changed, 308 insertions(+), 291 deletions(-) delete mode 100644 packages/contentstack-bulk-publish/src/commands/cm/bulk-publish/index.js diff --git a/package-lock.json b/package-lock.json index e213ab5906..0c2b0b30af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -892,15 +892,15 @@ } }, "node_modules/@contentstack/types-generator": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@contentstack/types-generator/-/types-generator-2.1.0.tgz", - "integrity": "sha512-+yb9QU2K0+KpbOV05M+pVG801e3Z+PNsGjQi5v/8edqNngD/Eza1/L2LARn7LjKlZJsmDm5Wy5iJYpIR8IpnJQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@contentstack/types-generator/-/types-generator-2.2.0.tgz", + "integrity": "sha512-yDSeseNl0jlgf61J3bSq0zUIfy36aosKlNOpDVUiGHkH5rddpN74WSUbXzGsjJgtE7RHJdNIFln/+Z8A6AYfIg==", "dependencies": { - "@contentstack/delivery-sdk": "^4.4.4", + "@contentstack/delivery-sdk": "^4.5.0", "@gql2ts/from-schema": "^2.0.0-4", - "axios": "^1.7.8", + "axios": "^1.7.9", "lodash": "^4.17.21", - "prettier": "^3.3.3" + "prettier": "^3.4.2" } }, "node_modules/@contentstack/types-generator/node_modules/@gql2ts/from-schema": { @@ -942,9 +942,9 @@ } }, "node_modules/@contentstack/utils": { - "version": "1.3.16", - "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.3.16.tgz", - "integrity": "sha512-HfVEwh7Da8xV4iZth/ci5bcOqszTx/U2mOzsWbyjHLeOfiU9U7uj6DefrrAPhNhL7JgCq/EpRd3vFtaxiEHBlA==" + "version": "1.3.17", + "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.3.17.tgz", + "integrity": "sha512-RwuhAUa28wTuHoDkzMFFcookangKr3gJVzyk9nd48RO+8WHSboFGVy4NCI8Zx2BiqbhjcYGtPyMZrLiIuNtyVQ==" }, "node_modules/@cspotcode/source-map-support": { "version": "0.8.1", @@ -6038,13 +6038,13 @@ } }, "node_modules/contentstack-cli-tsgen": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/contentstack-cli-tsgen/-/contentstack-cli-tsgen-3.2.0.tgz", - "integrity": "sha512-A/WhEdQhOZhD8FW2MK+j9u0rMIg7Rs5BLEHzkhad2VKqubpJQBwiLJ8zAPr3pdQPs+h2n+hxjEGhUPHa0fM6YQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/contentstack-cli-tsgen/-/contentstack-cli-tsgen-3.3.0.tgz", + "integrity": "sha512-TokQ2uiwAtAbe3orFDjPVixV/bVQ3eylj+eilObIUsVrniOkMuA/zIfg1zF3yj6xE42olDMfXiZhm3/hcCYoNQ==", "dependencies": { "@contentstack/cli-command": "^1.3.2", "@contentstack/cli-utilities": "^1.8.0", - "@contentstack/types-generator": "^2.1.0", + "@contentstack/types-generator": "^2.2.0", "async": "^3.2.6", "dotenv": "^16.4.7", "fancy-test": "^3.0.16", @@ -7003,12 +7003,15 @@ } }, "node_modules/es-shim-unscopables": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", - "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz", + "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==", "dev": true, "dependencies": { - "hasown": "^2.0.0" + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" } }, "node_modules/es-to-primitive": { @@ -24614,14 +24617,14 @@ }, "packages/contentstack": { "name": "@contentstack/cli", - "version": "1.35.0", + "version": "1.35.1", "license": "MIT", "dependencies": { "@contentstack/cli-audit": "~1.7.5", "@contentstack/cli-auth": "~1.3.23", "@contentstack/cli-cm-bootstrap": "~1.13.1", "@contentstack/cli-cm-branches": "~1.2.1", - "@contentstack/cli-cm-bulk-publish": "~1.7.2", + "@contentstack/cli-cm-bulk-publish": "~1.8.0", "@contentstack/cli-cm-clone": "~1.13.1", "@contentstack/cli-cm-export": "~1.14.2", "@contentstack/cli-cm-export-to-csv": "~1.7.3", @@ -25005,7 +25008,7 @@ }, "packages/contentstack-bulk-publish": { "name": "@contentstack/cli-cm-bulk-publish", - "version": "1.7.2", + "version": "1.8.0", "license": "MIT", "dependencies": { "@contentstack/cli-command": "~1.3.3", @@ -25017,7 +25020,7 @@ "winston": "^3.17.0" }, "devDependencies": { - "@oclif/test": "^4.1.6", + "@oclif/test": "^4.1.9", "chai": "^4.5.0", "eslint": "^8.57.1", "eslint-config-oclif": "^4.0.0", diff --git a/packages/contentstack-bulk-publish/README.md b/packages/contentstack-bulk-publish/README.md index 8f2e81dee1..fd3941ee85 100644 --- a/packages/contentstack-bulk-publish/README.md +++ b/packages/contentstack-bulk-publish/README.md @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-cm-bulk-publish $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-bulk-publish/1.7.2 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-bulk-publish/1.8.0 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND @@ -31,7 +31,6 @@ USAGE * [`csdx cm:assets:publish [-a ] [--retry-failed ] [-e ] [--folder-uid ] [--bulk-publish ] [-c ] [-y] [--locales ] [--branch ] [--delivery-token ] [--source-env ]`](#csdx-cmassetspublish--a-value---retry-failed-value--e-value---folder-uid-value---bulk-publish-value--c-value--y---locales-value---branch-value---delivery-token-value---source-env-value) * [`csdx cm:assets:unpublish`](#csdx-cmassetsunpublish) -* [`csdx cm:bulk-publish`](#csdx-cmbulk-publish) * [`csdx cm:entries:update-and-publish [-a ] [--retry-failed ] [--bulk-publish ] [--content-types ] [-t ] [-e ] [-c ] [-y] [--locales ] [--branch ]`](#csdx-cmentriesupdate-and-publish--a-value---retry-failed-value---bulk-publish-value---content-types-value--t-value--e-value--c-value--y---locales-value---branch-value) * [`csdx cm:assets:publish [-a ] [--retry-failed ] [-e ] [--folder-uid ] [--bulk-publish ] [-c ] [-y] [--locales ] [--branch ] [--delivery-token ] [--source-env ]`](#csdx-cmassetspublish--a-value---retry-failed-value--e-value---folder-uid-value---bulk-publish-value--c-value--y---locales-value---branch-value---delivery-token-value---source-env-value-1) * [`csdx cm:bulk-publish:clear`](#csdx-cmbulk-publishclear) @@ -216,20 +215,6 @@ EXAMPLES _See code: [src/commands/cm/assets/unpublish.js](https://github.com/contentstack/cli/blob/main/packages/contentstack-bulk-publish/src/commands/cm/assets/unpublish.js)_ -## `csdx cm:bulk-publish` - -Bulk Publish script for managing entries and assets - -``` -USAGE - $ csdx cm:bulk-publish - -DESCRIPTION - Bulk Publish script for managing entries and assets -``` - -_See code: [src/commands/cm/bulk-publish/index.js](https://github.com/contentstack/cli/blob/main/packages/contentstack-bulk-publish/src/commands/cm/bulk-publish/index.js)_ - ## `csdx cm:entries:update-and-publish [-a ] [--retry-failed ] [--bulk-publish ] [--content-types ] [-t ] [-e ] [-c ] [-y] [--locales ] [--branch ]` Add fields from updated content types to their respective entries diff --git a/packages/contentstack-bulk-publish/package.json b/packages/contentstack-bulk-publish/package.json index c406725a19..a4ceb6a484 100644 --- a/packages/contentstack-bulk-publish/package.json +++ b/packages/contentstack-bulk-publish/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli-cm-bulk-publish", "description": "Contentstack CLI plugin for bulk publish actions", - "version": "1.7.2", + "version": "1.8.0", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { @@ -14,7 +14,7 @@ "winston": "^3.17.0" }, "devDependencies": { - "@oclif/test": "^4.1.6", + "@oclif/test": "^4.1.9", "chai": "^4.5.0", "eslint": "^8.57.1", "eslint-config-oclif": "^4.0.0", diff --git a/packages/contentstack-bulk-publish/src/commands/cm/assets/publish.js b/packages/contentstack-bulk-publish/src/commands/cm/assets/publish.js index 5e919b05d0..3c87ee49b5 100644 --- a/packages/contentstack-bulk-publish/src/commands/cm/assets/publish.js +++ b/packages/contentstack-bulk-publish/src/commands/cm/assets/publish.js @@ -83,9 +83,18 @@ class AssetsPublishCommand extends Command { if (updatedFlags['source-env']) { updatedFlags.deliveryToken = updatedFlags['delivery-token']; + if (updatedFlags.deliveryToken) { + const configToken = this.getToken(updatedFlags.deliveryToken) + if(configToken) { + updatedFlags.deliveryToken = configToken.token; + } else { + this.error(`Delivery Token alias does not exist run the csdx auth:tokens command to verify`,{ exit: 2 }) + } + } updatedFlags.destEnv = updatedFlags.environments; updatedFlags.environment = updatedFlags['source-env']; updatedFlags.onlyAssets = true; + console.log(updatedFlags) if (updatedFlags.locales instanceof Array) { updatedFlags.locales.forEach((locale) => { updatedFlags.locale = locale; diff --git a/packages/contentstack-bulk-publish/src/commands/cm/assets/unpublish.js b/packages/contentstack-bulk-publish/src/commands/cm/assets/unpublish.js index a074f1e838..ceff82ba14 100644 --- a/packages/contentstack-bulk-publish/src/commands/cm/assets/unpublish.js +++ b/packages/contentstack-bulk-publish/src/commands/cm/assets/unpublish.js @@ -55,7 +55,16 @@ class UnpublishCommand extends Command { this.error('Please use `--alias` or `--stack-api-key` to proceed.', { exit: 2 }); } if (!updatedFlags.deliveryToken) { - updatedFlags.deliveryToken = await cliux.prompt('Enter delivery token of your source environment'); + updatedFlags.deliveryToken = await cliux.prompt('Enter delivery token alias of your source environment'); + } + + if (updatedFlags.deliveryToken) { + const configToken = this.getToken(updatedFlags.deliveryToken) + if(configToken) { + updatedFlags.deliveryToken = configToken.token; + } else { + this.error(`Delivery Token alias does not exist run the csdx auth:tokens command to verify`,{ exit: 2 }) + } } updatedFlags.bulkUnpublish = updatedFlags.bulkUnpublish === 'false' ? false : true; stack = await getStack(config); diff --git a/packages/contentstack-bulk-publish/src/commands/cm/bulk-publish/cross-publish.js b/packages/contentstack-bulk-publish/src/commands/cm/bulk-publish/cross-publish.js index ce3057c6bf..862cdc20ad 100644 --- a/packages/contentstack-bulk-publish/src/commands/cm/bulk-publish/cross-publish.js +++ b/packages/contentstack-bulk-publish/src/commands/cm/bulk-publish/cross-publish.js @@ -43,8 +43,16 @@ class CrossPublishCommand extends Command { this.error('Please use `--alias` or `--stack-api-key` to proceed.', { exit: 2 }); } if (!updatedFlags.deliveryToken) { - updatedFlags.deliveryToken = await cliux.prompt('Enter delivery token of your source environment'); + updatedFlags.deliveryToken = await cliux.prompt('Enter delivery token alias of your source environment'); } + if (updatedFlags.deliveryToken) { + const configToken = this.getToken(updatedFlags.deliveryToken) + if(configToken) { + updatedFlags.deliveryToken = configToken.token; + } else { + this.error(`Delivery Token alias does not exist run the csdx auth:tokens command to verify`,{ exit: 2 }) + } + } updatedFlags.bulkPublish = updatedFlags.bulkPublish === 'false' ? false : true; updatedFlags.includeVariants = updatedFlags.includeVariants === false ? false : true; stack = await getStack(config); diff --git a/packages/contentstack-bulk-publish/src/commands/cm/bulk-publish/index.js b/packages/contentstack-bulk-publish/src/commands/cm/bulk-publish/index.js deleted file mode 100644 index dc188241e6..0000000000 --- a/packages/contentstack-bulk-publish/src/commands/cm/bulk-publish/index.js +++ /dev/null @@ -1,14 +0,0 @@ -const { Command } = require('@contentstack/cli-command'); - -class HelloCommand extends Command { - async run() { - this.log('Please run `csdx cm:bulk-publish --help` to view help section'); - } -} - -HelloCommand.description = `Bulk Publish script for managing entries and assets -`; - -HelloCommand.flags = {}; - -module.exports = HelloCommand; diff --git a/packages/contentstack-bulk-publish/src/commands/cm/entries/publish.js b/packages/contentstack-bulk-publish/src/commands/cm/entries/publish.js index 60796a8028..9ab635fc9b 100644 --- a/packages/contentstack-bulk-publish/src/commands/cm/entries/publish.js +++ b/packages/contentstack-bulk-publish/src/commands/cm/entries/publish.js @@ -84,6 +84,14 @@ class PublishEntriesCommand extends Command { if (updatedFlags['source-env']) { updatedFlags.deliveryToken = updatedFlags['delivery-token']; + if (updatedFlags.deliveryToken) { + const configToken = this.getToken(updatedFlags.deliveryToken) + if(configToken) { + updatedFlags.deliveryToken = configToken.token; + } else { + this.error(`Delivery Token alias does not exist run the csdx auth:tokens command to verify`,{ exit: 2 }) + } + } updatedFlags.destEnv = updatedFlags.environments; updatedFlags.environment = updatedFlags['source-env']; updatedFlags.onlyEntries = true; diff --git a/packages/contentstack-bulk-publish/src/commands/cm/entries/unpublish.js b/packages/contentstack-bulk-publish/src/commands/cm/entries/unpublish.js index 16428596f8..b9c1d32bbe 100644 --- a/packages/contentstack-bulk-publish/src/commands/cm/entries/unpublish.js +++ b/packages/contentstack-bulk-publish/src/commands/cm/entries/unpublish.js @@ -58,14 +58,25 @@ class UnpublishCommand extends Command { this.error('Please use `--alias` or `--stack-api-key` to proceed.', { exit: 2 }); } if (!updatedFlags.deliveryToken) { - updatedFlags.deliveryToken = await cliux.prompt('Enter delivery token of your source environment'); + updatedFlags.deliveryToken = await cliux.prompt('Enter delivery token alias of your source environment'); } + + if (updatedFlags.deliveryToken) { + const configToken = this.getToken(updatedFlags.deliveryToken) + if(configToken) { + updatedFlags.deliveryToken = configToken.token; + } else { + this.error(`Delivery Token alias does not exist run the csdx auth:tokens command to verify`,{ exit: 2 }) + } + } + updatedFlags.bulkUnpublish = updatedFlags.bulkUnpublish === 'false' ? false : true; stack = await getStack(config); } if (!updatedFlags.deliveryToken && updatedFlags.deliveryToken.length === 0) { this.error('Delivery Token is required for executing this command', { exit: 2 }); } + if (await this.confirmFlags(updatedFlags)) { try { diff --git a/packages/contentstack-bulk-publish/src/commands/cm/stacks/unpublish.js b/packages/contentstack-bulk-publish/src/commands/cm/stacks/unpublish.js index 54591b41eb..48e76ea8a4 100644 --- a/packages/contentstack-bulk-publish/src/commands/cm/stacks/unpublish.js +++ b/packages/contentstack-bulk-publish/src/commands/cm/stacks/unpublish.js @@ -59,7 +59,15 @@ class UnpublishCommand extends Command { this.error('Please use `--alias` or `--stack-api-key` to proceed.', { exit: 2 }); } if (!updatedFlags.deliveryToken) { - updatedFlags.deliveryToken = await cliux.prompt('Enter delivery token of your source environment'); + updatedFlags.deliveryToken = await cliux.prompt('Enter delivery token alias of your source environment'); + } + if (updatedFlags.deliveryToken) { + const configToken = this.getToken(updatedFlags.deliveryToken) + if(configToken) { + updatedFlags.deliveryToken = configToken.token; + } else { + this.error(`Delivery Token alias does not exist run the csdx auth:tokens command to verify`,{ exit: 2 }) + } } updatedFlags.bulkUnpublish = updatedFlags.bulkUnpublish === 'false' ? false : true; stack = await getStack(config); diff --git a/packages/contentstack-bulk-publish/src/producer/cross-publish.js b/packages/contentstack-bulk-publish/src/producer/cross-publish.js index 128e412bbb..faa6b5d8bd 100644 --- a/packages/contentstack-bulk-publish/src/producer/cross-publish.js +++ b/packages/contentstack-bulk-publish/src/producer/cross-publish.js @@ -336,7 +336,6 @@ async function start( } process.exit(0); }); - if (retryFailed) { if (typeof retryFailed === 'string' && retryFailed.length > 0) { if (!validateFile(retryFailed, ['cross-publish', 'bulk-cross-publish'])) { diff --git a/packages/contentstack/README.md b/packages/contentstack/README.md index 74dc1c7713..fb3bcc8d05 100644 --- a/packages/contentstack/README.md +++ b/packages/contentstack/README.md @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli $ csdx COMMAND running command... $ csdx (--version|-v) -@contentstack/cli/1.35.0 darwin-arm64 node-v22.2.0 +@contentstack/cli/1.35.1 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND @@ -45,7 +45,6 @@ USAGE * [`csdx cm:branches:delete [-uid ] [-k ]`](#csdx-cmbranchesdelete--uid-value--k-value) * [`csdx cm:branches:diff [--base-branch ] [--compare-branch ] [-k ][--module ]`](#csdx-cmbranchesdiff---base-branch-value---compare-branch-value--k-value--module-value) * [`csdx cm:branches:merge [-k ][--compare-branch ] [--no-revert] [--export-summary-path ] [--use-merge-summary ] [--comment ] [--base-branch ]`](#csdx-cmbranchesmerge--k-value--compare-branch-value---no-revert---export-summary-path-value---use-merge-summary-value---comment-value---base-branch-value) -* [`csdx cm:bulk-publish`](#csdx-cmbulk-publish) * [`csdx cm:entries:update-and-publish [-a ] [--retry-failed ] [--bulk-publish ] [--content-types ] [-t ] [-e ] [-c ] [-y] [--locales ] [--branch ]`](#csdx-cmentriesupdate-and-publish--a-value---retry-failed-value---bulk-publish-value---content-types-value--t-value--e-value--c-value--y---locales-value---branch-value) * [`csdx cm:assets:publish [-a ] [--retry-failed ] [-e ] [--folder-uid ] [--bulk-publish ] [-c ] [-y] [--locales ] [--branch ] [--delivery-token ] [--source-env ]`](#csdx-cmassetspublish--a-value---retry-failed-value--e-value---folder-uid-value---bulk-publish-value--c-value--y---locales-value---branch-value---delivery-token-value---source-env-value-1) * [`csdx cm:bulk-publish:clear`](#csdx-cmbulk-publishclear) @@ -760,20 +759,6 @@ EXAMPLES _See code: [@contentstack/cli-cm-branches](https://github.com/contentstack/cli/blob/main/packages/contentstack-export/src/commands/cm/branches/merge.ts)_ -## `csdx cm:bulk-publish` - -Bulk Publish script for managing entries and assets - -``` -USAGE - $ csdx cm:bulk-publish - -DESCRIPTION - Bulk Publish script for managing entries and assets -``` - -_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/main/packages/contentstack-bulk-publish/src/commands/cm/bulk-publish/index.js)_ - ## `csdx cm:entries:update-and-publish [-a ] [--retry-failed ] [--bulk-publish ] [--content-types ] [-t ] [-e ] [-c ] [-y] [--locales ] [--branch ]` Add fields from updated content types to their respective entries @@ -3897,7 +3882,7 @@ EXAMPLES $ csdx plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.30/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/index.ts)_ ## `csdx plugins:add PLUGIN` @@ -3971,7 +3956,7 @@ EXAMPLES $ csdx plugins:inspect myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.30/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/inspect.ts)_ ## `csdx plugins:install PLUGIN` @@ -4020,7 +4005,7 @@ EXAMPLES $ csdx plugins:install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.30/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/install.ts)_ ## `csdx plugins:link PATH` @@ -4051,7 +4036,7 @@ EXAMPLES $ csdx plugins:link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.30/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/link.ts)_ ## `csdx plugins:remove [PLUGIN]` @@ -4092,7 +4077,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.30/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/reset.ts)_ ## `csdx plugins:uninstall [PLUGIN]` @@ -4120,7 +4105,7 @@ EXAMPLES $ csdx plugins:uninstall myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.30/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/uninstall.ts)_ ## `csdx plugins:unlink [PLUGIN]` @@ -4164,7 +4149,7 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.30/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/update.ts)_ ## `csdx tokens` @@ -4232,7 +4217,7 @@ EXAMPLES $ csdx tsgen -a "delivery token alias" -o "contentstack/generated.d.ts" --api-type graphql --namespace "GraphQL" ``` -_See code: [contentstack-cli-tsgen](https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/blob/v3.1.0/src/commands/tsgen.ts)_ +_See code: [contentstack-cli-tsgen](https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/blob/v3.3.0/src/commands/tsgen.ts)_ ## `csdx whoami` diff --git a/packages/contentstack/package.json b/packages/contentstack/package.json index 7428a67c12..ceed06fb8c 100755 --- a/packages/contentstack/package.json +++ b/packages/contentstack/package.json @@ -26,7 +26,7 @@ "@contentstack/cli-auth": "~1.3.23", "@contentstack/cli-cm-bootstrap": "~1.13.1", "@contentstack/cli-cm-branches": "~1.2.1", - "@contentstack/cli-cm-bulk-publish": "~1.7.2", + "@contentstack/cli-cm-bulk-publish": "~1.8.0", "@contentstack/cli-cm-clone": "~1.13.1", "@contentstack/cli-cm-export": "~1.14.2", "@contentstack/cli-cm-export-to-csv": "~1.7.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 661079efdc..65e3d9345a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,7 +14,7 @@ importers: '@contentstack/cli-auth': ~1.3.23 '@contentstack/cli-cm-bootstrap': ~1.13.1 '@contentstack/cli-cm-branches': ~1.2.1 - '@contentstack/cli-cm-bulk-publish': ~1.7.2 + '@contentstack/cli-cm-bulk-publish': ~1.8.0 '@contentstack/cli-cm-clone': ~1.13.1 '@contentstack/cli-cm-export': ~1.14.2 '@contentstack/cli-cm-export-to-csv': ~1.7.3 @@ -91,9 +91,9 @@ importers: '@oclif/core': 3.27.0 '@oclif/plugin-help': 5.2.20_ogreqof3k35xezedraj6pnd45y '@oclif/plugin-not-found': 2.4.3_ogreqof3k35xezedraj6pnd45y - '@oclif/plugin-plugins': 5.4.30 + '@oclif/plugin-plugins': 5.4.31 chalk: 4.1.2 - contentstack-cli-tsgen: 3.1.0_debug@4.4.0 + contentstack-cli-tsgen: 3.3.0_debug@4.4.0 debug: 4.4.0 figlet: 1.8.0 inquirer: 8.2.6 @@ -162,7 +162,7 @@ importers: '@contentstack/cli-command': link:../contentstack-command '@contentstack/cli-utilities': link:../contentstack-utilities '@oclif/plugin-help': 5.2.20_bbnwi6tuoel5sz7amk3w436iom - '@oclif/plugin-plugins': 5.4.30 + '@oclif/plugin-plugins': 5.4.31 chalk: 4.1.2 fast-csv: 4.3.6 fs-extra: 11.3.0 @@ -331,7 +331,7 @@ importers: specifiers: '@contentstack/cli-command': ~1.3.3 '@contentstack/cli-utilities': ~1.8.1 - '@oclif/test': ^4.1.6 + '@oclif/test': ^4.1.9 chai: ^4.5.0 chalk: ^4.1.2 dotenv: ^16.4.7 @@ -999,11 +999,11 @@ packages: '@jridgewell/trace-mapping': 0.3.25 dev: true - /@apollo/client/3.12.9_graphql@16.10.0: - resolution: {integrity: sha512-rH2Vzfbp+IR0l/xAjUIbDH4/sqBzPATMbzXv/L36E33yhp40yM5LFJnC6cc4YDPUH2gom7Dk4BrYZVLbFpYTsA==} + /@apollo/client/3.12.11_graphql@16.10.0: + resolution: {integrity: sha512-1RppV9U3E6Uusl/33yGkZa+rXpkGU5iCstcYltwWjdTjoA/YBD2Yyu0aHy8J4uKfIExUgnMW1HJWn4A0E0rRsw==} peerDependencies: graphql: ^15.0.0 || ^16.0.0 - graphql-ws: ^5.5.5 + graphql-ws: ^5.5.5 || ^6.0.3 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc subscriptions-transport-ws: ^0.9.0 || ^0.11.0 @@ -1050,25 +1050,26 @@ packages: picocolors: 1.1.1 dev: true - /@babel/compat-data/7.26.5: - resolution: {integrity: sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==} + /@babel/compat-data/7.26.8: + resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==} engines: {node: '>=6.9.0'} dev: true - /@babel/core/7.26.7: - resolution: {integrity: sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==} + /@babel/core/7.26.8: + resolution: {integrity: sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.5 + '@babel/generator': 7.26.8 '@babel/helper-compilation-targets': 7.26.5 - '@babel/helper-module-transforms': 7.26.0_@babel+core@7.26.7 + '@babel/helper-module-transforms': 7.26.0_@babel+core@7.26.8 '@babel/helpers': 7.26.7 - '@babel/parser': 7.26.7 - '@babel/template': 7.25.9 - '@babel/traverse': 7.26.7 - '@babel/types': 7.26.7 + '@babel/parser': 7.26.8 + '@babel/template': 7.26.8 + '@babel/traverse': 7.26.8 + '@babel/types': 7.26.8 + '@types/gensync': 1.0.4 convert-source-map: 2.0.0 debug: 4.4.0 gensync: 1.0.0-beta.2 @@ -1078,40 +1079,40 @@ packages: - supports-color dev: true - /@babel/eslint-parser/7.26.5_eoc7qxk4ewspdqx2vmm2ppyr5e: - resolution: {integrity: sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==} + /@babel/eslint-parser/7.26.8_lk3x4rrmoc6qoj6vvgzdxfqdcu: + resolution: {integrity: sha512-3tBctaHRW6xSub26z7n8uyOTwwUsCdvIug/oxBH9n6yCO5hMj2vwDJAo7RbBMKrM7P+W2j61zLKviJQFGOYKMg==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 eslint: 7.32.0 eslint-visitor-keys: 2.1.0 semver: 6.3.1 dev: true - /@babel/eslint-parser/7.26.5_jmrhv2buhpwovgrnz4amktrqmm: - resolution: {integrity: sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==} + /@babel/eslint-parser/7.26.8_srz55k5zh4xe3fuaqqnf5p75qm: + resolution: {integrity: sha512-3tBctaHRW6xSub26z7n8uyOTwwUsCdvIug/oxBH9n6yCO5hMj2vwDJAo7RbBMKrM7P+W2j61zLKviJQFGOYKMg==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 eslint: 8.57.1 eslint-visitor-keys: 2.1.0 semver: 6.3.1 dev: true - /@babel/generator/7.26.5: - resolution: {integrity: sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==} + /@babel/generator/7.26.8: + resolution: {integrity: sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/parser': 7.26.7 - '@babel/types': 7.26.7 + '@babel/parser': 7.26.8 + '@babel/types': 7.26.8 '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 @@ -1121,7 +1122,7 @@ packages: resolution: {integrity: sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.26.5 + '@babel/compat-data': 7.26.8 '@babel/helper-validator-option': 7.25.9 browserslist: 4.24.4 lru-cache: 5.1.1 @@ -1132,22 +1133,22 @@ packages: resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/traverse': 7.26.7 - '@babel/types': 7.26.7 + '@babel/traverse': 7.26.8 + '@babel/types': 7.26.8 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-module-transforms/7.26.0_@babel+core@7.26.7: + /@babel/helper-module-transforms/7.26.0_@babel+core@7.26.8: resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 transitivePeerDependencies: - supports-color dev: true @@ -1176,8 +1177,8 @@ packages: resolution: {integrity: sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.25.9 - '@babel/types': 7.26.7 + '@babel/template': 7.26.8 + '@babel/types': 7.26.8 dev: true /@babel/highlight/7.25.9: @@ -1190,170 +1191,170 @@ packages: picocolors: 1.1.1 dev: true - /@babel/parser/7.26.7: - resolution: {integrity: sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==} + /@babel/parser/7.26.8: + resolution: {integrity: sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.26.7 + '@babel/types': 7.26.8 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.26.7: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.26.8: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.26.7: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.26.8: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.26.7: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.26.8: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.26.7: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.26.8: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-import-attributes/7.26.0_@babel+core@7.26.7: + /@babel/plugin-syntax-import-attributes/7.26.0_@babel+core@7.26.8: resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.26.7: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.26.8: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.26.7: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.26.8: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-jsx/7.25.9_@babel+core@7.26.7: + /@babel/plugin-syntax-jsx/7.25.9_@babel+core@7.26.8: resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.26.7: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.26.8: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.26.7: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.26.8: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.26.7: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.26.8: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.26.7: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.26.8: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.26.7: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.26.8: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.26.7: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.26.8: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.26.7: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.26.8: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.26.7: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.26.8: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true - /@babel/plugin-syntax-typescript/7.25.9_@babel+core@7.26.7: + /@babel/plugin-syntax-typescript/7.25.9_@babel+core@7.26.8: resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 dev: true @@ -1364,32 +1365,32 @@ packages: regenerator-runtime: 0.14.1 dev: true - /@babel/template/7.25.9: - resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} + /@babel/template/7.26.8: + resolution: {integrity: sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.26.2 - '@babel/parser': 7.26.7 - '@babel/types': 7.26.7 + '@babel/parser': 7.26.8 + '@babel/types': 7.26.8 dev: true - /@babel/traverse/7.26.7: - resolution: {integrity: sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==} + /@babel/traverse/7.26.8: + resolution: {integrity: sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.5 - '@babel/parser': 7.26.7 - '@babel/template': 7.25.9 - '@babel/types': 7.26.7 + '@babel/generator': 7.26.8 + '@babel/parser': 7.26.8 + '@babel/template': 7.26.8 + '@babel/types': 7.26.8 debug: 4.4.0 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.26.7: - resolution: {integrity: sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==} + /@babel/types/7.26.8: + resolution: {integrity: sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.25.9 @@ -1425,12 +1426,12 @@ packages: engines: {node: '>=14.0.0'} hasBin: true dependencies: - '@apollo/client': 3.12.9_graphql@16.10.0 + '@apollo/client': 3.12.11_graphql@16.10.0 '@contentstack/cli-command': 1.3.2 '@contentstack/cli-utilities': 1.8.0 '@oclif/core': 3.27.0 '@oclif/plugin-help': 5.2.20_ogreqof3k35xezedraj6pnd45y - '@oclif/plugin-plugins': 5.4.30 + '@oclif/plugin-plugins': 5.4.31 '@types/express': 4.17.21 '@types/express-serve-static-core': 4.19.6 adm-zip: 0.5.16 @@ -1508,7 +1509,7 @@ packages: resolution: {integrity: sha512-f3AUA3VV7m4YXCIdK5hVb8GnCwChj/qyJ8z0fYvAJ1+rRUPiyLl6o966eGFYa/+gM75+jpAxMj6f5SR/HwuaGQ==} dependencies: '@contentstack/core': 1.2.0_debug@4.4.0 - '@contentstack/utils': 1.3.16 + '@contentstack/utils': 1.3.17 '@types/humps': 2.0.6 axios: 1.7.9_debug@4.4.0 dotenv: 16.4.7 @@ -1587,21 +1588,21 @@ packages: - debug dev: false - /@contentstack/types-generator/2.0.3_zav7a7arc4aduyoecinlry72ui: - resolution: {integrity: sha512-d7P6KqGpet/W7QwtLMvQ0hyuk79vpftYPZot3yVKJuYETTB/JdF78J2q//Y08sYEcu5DMoVtQ5koDBs9tIlBaA==} + /@contentstack/types-generator/2.2.0_zav7a7arc4aduyoecinlry72ui: + resolution: {integrity: sha512-yDSeseNl0jlgf61J3bSq0zUIfy36aosKlNOpDVUiGHkH5rddpN74WSUbXzGsjJgtE7RHJdNIFln/+Z8A6AYfIg==} dependencies: '@contentstack/delivery-sdk': 4.5.0_debug@4.4.0 '@gql2ts/from-schema': 2.0.0-4_graphql@16.10.0 axios: 1.7.9_debug@4.4.0 lodash: 4.17.21 - prettier: 3.4.2 + prettier: 3.5.0 transitivePeerDependencies: - debug - graphql dev: false - /@contentstack/utils/1.3.16: - resolution: {integrity: sha512-HfVEwh7Da8xV4iZth/ci5bcOqszTx/U2mOzsWbyjHLeOfiU9U7uj6DefrrAPhNhL7JgCq/EpRd3vFtaxiEHBlA==} + /@contentstack/utils/1.3.17: + resolution: {integrity: sha512-RwuhAUa28wTuHoDkzMFFcookangKr3gJVzyk9nd48RO+8WHSboFGVy4NCI8Zx2BiqbhjcYGtPyMZrLiIuNtyVQ==} dev: false /@cspotcode/source-map-support/0.8.1: @@ -1994,7 +1995,7 @@ packages: resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 babel-plugin-istanbul: 6.1.1 @@ -2622,7 +2623,7 @@ packages: engines: {node: '>=18.0.0'} dependencies: ansi-escapes: 4.3.2 - ansis: 3.10.0 + ansis: 3.12.0 clean-stack: 3.0.1 cli-spinners: 2.9.2 debug: 4.4.0_supports-color@8.1.1 @@ -2742,12 +2743,12 @@ packages: - typescript dev: true - /@oclif/plugin-plugins/5.4.30: - resolution: {integrity: sha512-k4Vm6KfHLp7s3da9UH6vb+6ldLr7NPkBqykCMPSbIVCDbyk9Ck9RzPm3n7uIx+Gv3E6L0PCm/83CDaJVIns/dA==} + /@oclif/plugin-plugins/5.4.31: + resolution: {integrity: sha512-yruQEWxwn99qHtK510KuCmW8M1eQexBLzH4FsPavXkHfhcxH/dE37r9ydmY8ZI34oNuvsvmM1SLIkOi5U7qrJw==} engines: {node: '>=18.0.0'} dependencies: '@oclif/core': 4.2.6 - ansis: 3.10.0 + ansis: 3.12.0 debug: 4.4.0 npm: 10.9.2 npm-package-arg: 11.0.3 @@ -2839,7 +2840,7 @@ packages: peerDependencies: '@oclif/core': '>= 3.0.0' dependencies: - ansis: 3.10.0 + ansis: 3.12.0 debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -2852,7 +2853,7 @@ packages: '@oclif/core': '>= 3.0.0' dependencies: '@oclif/core': 3.27.0 - ansis: 3.10.0 + ansis: 3.12.0 debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -3109,8 +3110,8 @@ packages: /@types/babel__core/7.20.5: resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} dependencies: - '@babel/parser': 7.26.7 - '@babel/types': 7.26.7 + '@babel/parser': 7.26.8 + '@babel/types': 7.26.8 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.6 @@ -3119,20 +3120,20 @@ packages: /@types/babel__generator/7.6.8: resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} dependencies: - '@babel/types': 7.26.7 + '@babel/types': 7.26.8 dev: true /@types/babel__template/7.4.4: resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} dependencies: - '@babel/parser': 7.26.7 - '@babel/types': 7.26.7 + '@babel/parser': 7.26.8 + '@babel/types': 7.26.8 dev: true /@types/babel__traverse/7.20.6: resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==} dependencies: - '@babel/types': 7.26.7 + '@babel/types': 7.26.8 dev: true /@types/big-json/3.2.5: @@ -3208,6 +3209,10 @@ packages: '@types/node': 20.17.17 dev: true + /@types/gensync/1.0.4: + resolution: {integrity: sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==} + dev: true + /@types/glob-to-regexp/0.4.4: resolution: {integrity: sha512-nDKoaKJYbnn1MZxUY0cA1bPmmgZbg0cTq7Rh13d0KWYNOiKbqoR+2d89SnRPszGh7ROzSwZ/GOjZ4jPbmmZ6Eg==} dev: false @@ -4127,9 +4132,9 @@ packages: /ansicolors/0.3.2: resolution: {integrity: sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==} - /ansis/3.10.0: - resolution: {integrity: sha512-hxDKLYT7hy3Y4sF3HxI926A3urzPxi73mZBB629m9bCVF+NyKNxbwCqqm+C/YrGPtxLwnl6d8/ZASCsz6SyvJA==} - engines: {node: '>=16'} + /ansis/3.12.0: + resolution: {integrity: sha512-SxhlInpMkv9QCyI2yHyrhVrTF8dH93M/S86DT5f9brFgr92uJLOCg0RNmtx3YKWKcRmNAaU+gyUfHMdUiqxvFw==} + engines: {node: '>=14'} /any-base/1.1.0: resolution: {integrity: sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==} @@ -4283,7 +4288,7 @@ packages: es-abstract: 1.23.9 es-errors: 1.3.0 es-object-atoms: 1.1.1 - es-shim-unscopables: 1.0.2 + es-shim-unscopables: 1.1.0 dev: true /array.prototype.flat/1.3.3: @@ -4293,7 +4298,7 @@ packages: call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.9 - es-shim-unscopables: 1.0.2 + es-shim-unscopables: 1.1.0 dev: true /array.prototype.flatmap/1.3.3: @@ -4303,7 +4308,7 @@ packages: call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.9 - es-shim-unscopables: 1.0.2 + es-shim-unscopables: 1.1.0 dev: true /arraybuffer.prototype.slice/1.0.4: @@ -4375,7 +4380,7 @@ packages: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} dependencies: - possible-typed-array-names: 1.0.0 + possible-typed-array-names: 1.1.0 /aws-sdk/2.1692.0: resolution: {integrity: sha512-x511uiJ/57FIsbgUe5csJ13k3uzu25uWQE+XqfBis/sB0SFoiElJWXRkgEAUh0U6n40eT3ay5Ue4oPkRMu1LYw==} @@ -4423,17 +4428,17 @@ packages: - debug dev: false - /babel-jest/29.7.0_@babel+core@7.26.7: + /babel-jest/29.7.0_@babel+core@7.26.8: resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@jest/transform': 29.7.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3_@babel+core@7.26.7 + babel-preset-jest: 29.6.3_@babel+core@7.26.8 chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -4458,44 +4463,44 @@ packages: resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/template': 7.25.9 - '@babel/types': 7.26.7 + '@babel/template': 7.26.8 + '@babel/types': 7.26.8 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 dev: true - /babel-preset-current-node-syntax/1.1.0_@babel+core@7.26.7: + /babel-preset-current-node-syntax/1.1.0_@babel+core@7.26.8: resolution: {integrity: sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.26.7 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.26.7 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.26.7 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.26.7 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.26.7 - '@babel/plugin-syntax-import-attributes': 7.26.0_@babel+core@7.26.7 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.26.7 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.26.7 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.26.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.26.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.26.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.26.7 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.26.7 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.26.7 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.26.7 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.26.7 - dev: true - - /babel-preset-jest/29.6.3_@babel+core@7.26.7: + '@babel/core': 7.26.8 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.26.8 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.26.8 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.26.8 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.26.8 + '@babel/plugin-syntax-import-attributes': 7.26.0_@babel+core@7.26.8 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.26.8 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.26.8 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.26.8 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.26.8 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.26.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.26.8 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.26.8 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.26.8 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.26.8 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.26.8 + dev: true + + /babel-preset-jest/29.6.3_@babel+core@7.26.8: resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.1.0_@babel+core@7.26.7 + babel-preset-current-node-syntax: 1.1.0_@babel+core@7.26.8 dev: true /balanced-match/1.0.2: @@ -4601,8 +4606,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001697 - electron-to-chromium: 1.5.91 + caniuse-lite: 1.0.30001699 + electron-to-chromium: 1.5.97 node-releases: 2.0.19 update-browserslist-db: 1.1.2_browserslist@4.24.4 dev: true @@ -4860,8 +4865,8 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite/1.0.30001697: - resolution: {integrity: sha512-GwNPlWJin8E+d7Gxq96jxM6w0w+VFeyyXRsjU58emtkYqnbwHqXm5uT2uCmO0RQE9htWknOP4xtBlLmM/gWxvQ==} + /caniuse-lite/1.0.30001699: + resolution: {integrity: sha512-b+uH5BakXZ9Do9iK+CkDmctUSEqZl+SP056vc5usa0PL+ev5OHw003rZXcnjNDv3L8P5j6rwT6C0BPKSikW08w==} dev: true /cardinal/2.1.1: @@ -5301,19 +5306,19 @@ packages: resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} engines: {node: '>= 0.6'} - /contentstack-cli-tsgen/3.1.0_debug@4.4.0: - resolution: {integrity: sha512-BcMk/ubDNzvp6Pp0u3e1xc7zxRWMXOIHaD+GYS/RTg+2+TySiJPDC7URfjsUATkyrVt0Ba+R2QmJNlIjJ5oaXQ==} + /contentstack-cli-tsgen/3.3.0_debug@4.4.0: + resolution: {integrity: sha512-TokQ2uiwAtAbe3orFDjPVixV/bVQ3eylj+eilObIUsVrniOkMuA/zIfg1zF3yj6xE42olDMfXiZhm3/hcCYoNQ==} engines: {node: '>=8.0.0'} dependencies: '@contentstack/cli-command': 1.3.2 '@contentstack/cli-utilities': 1.8.0 - '@contentstack/types-generator': 2.0.3_zav7a7arc4aduyoecinlry72ui + '@contentstack/types-generator': 2.2.0_zav7a7arc4aduyoecinlry72ui async: 3.2.6 dotenv: 16.4.7 fancy-test: 3.0.16 graphql: 16.10.0 lodash: 4.17.21 - prettier: 3.4.2 + prettier: 3.5.0 tslib: 2.8.1 transitivePeerDependencies: - debug @@ -5324,9 +5329,9 @@ packages: resolution: {integrity: sha512-HG8YkyG2VxN70d30ygfd38wXHA94qnGsXnIc3K9F8dAeUTx5jIIqPXahvg4B0yotr0OyoOaxuR0zUhyO1hku9Q==} engines: {node: '>= 10.14.2'} dependencies: - '@contentstack/utils': 1.3.16 + '@contentstack/utils': 1.3.17 es6-promise: 4.2.8 - fetch-mock: 12.2.1 + fetch-mock: 12.3.0 localStorage: 1.0.4 qs: 6.14.0 dev: false @@ -5762,8 +5767,8 @@ packages: dependencies: jake: 10.9.2 - /electron-to-chromium/1.5.91: - resolution: {integrity: sha512-sNSHHyq048PFmZY4S90ax61q+gLCs0X0YmcOII9wG9S2XwbVr+h4VW2wWhnbp/Eys3cCwTxVF292W3qPaxIapQ==} + /electron-to-chromium/1.5.97: + resolution: {integrity: sha512-HKLtaH02augM7ZOdYRuO19rWDeY+QSJ1VxnXFa/XDFLf07HvM90pALIJFgrO+UVaajI3+aJMMpojoUTLZyQ7JQ==} dev: true /elegant-spinner/1.0.1: @@ -5810,8 +5815,8 @@ packages: once: 1.4.0 dev: true - /enhanced-resolve/5.18.0: - resolution: {integrity: sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ==} + /enhanced-resolve/5.18.1: + resolution: {integrity: sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.11 @@ -5885,7 +5890,7 @@ packages: is-typed-array: 1.1.15 is-weakref: 1.1.1 math-intrinsics: 1.1.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 object-keys: 1.1.1 object.assign: 4.1.7 own-keys: 1.0.1 @@ -5927,8 +5932,9 @@ packages: has-tostringtag: 1.0.2 hasown: 2.0.2 - /es-shim-unscopables/1.0.2: - resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} + /es-shim-unscopables/1.1.0: + resolution: {integrity: sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==} + engines: {node: '>= 0.4'} dependencies: hasown: 2.0.2 dev: true @@ -6156,7 +6162,7 @@ packages: dependencies: '@nolyfill/is-core-module': 1.0.39 debug: 4.4.0 - enhanced-resolve: 5.18.0 + enhanced-resolve: 5.18.1 eslint: 8.57.1 eslint-plugin-import: 2.31.0_zbepezaaublhvylkyjjcp6z3si fast-glob: 3.3.3 @@ -6494,8 +6500,8 @@ packages: peerDependencies: eslint: '>=7.0.0' dependencies: - '@babel/core': 7.26.7 - '@babel/eslint-parser': 7.26.5_eoc7qxk4ewspdqx2vmm2ppyr5e + '@babel/core': 7.26.8 + '@babel/eslint-parser': 7.26.8_lk3x4rrmoc6qoj6vvgzdxfqdcu eslint: 7.32.0 eslint-visitor-keys: 2.1.0 esquery: 1.6.0 @@ -6509,8 +6515,8 @@ packages: peerDependencies: eslint: '>=7.0.0' dependencies: - '@babel/core': 7.26.7 - '@babel/eslint-parser': 7.26.5_jmrhv2buhpwovgrnz4amktrqmm + '@babel/core': 7.26.8 + '@babel/eslint-parser': 7.26.8_srz55k5zh4xe3fuaqqnf5p75qm eslint: 8.57.1 eslint-visitor-keys: 2.1.0 esquery: 1.6.0 @@ -6769,8 +6775,8 @@ packages: jest-util: 29.7.0 dev: true - /exponential-backoff/3.1.1: - resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} + /exponential-backoff/3.1.2: + resolution: {integrity: sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA==} dev: true /express/4.21.2: @@ -6924,8 +6930,8 @@ packages: resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==} dev: false - /fetch-mock/12.2.1: - resolution: {integrity: sha512-ZUEDYDCr/qeZ3paYVyt6VkmuV/3HhZFVsih1Mt8hAAT34Gsc6HUv2qaFd5nh82BMhOaFjYL2yZbYi5VMuIhXKw==} + /fetch-mock/12.3.0: + resolution: {integrity: sha512-+ZHzLuzrKpP3u5PZo8ghFP1Kr3UJUTZ5PT/uQZtLv7UagDCVRt1bSzVg6MoTFdjQ0GXsx/crq2t0tGabkbH2yA==} engines: {node: '>=18.11.0'} dependencies: '@types/glob-to-regexp': 0.4.4 @@ -7115,8 +7121,8 @@ packages: debug: 4.4.0 dev: false - /for-each/0.3.4: - resolution: {integrity: sha512-kKaIINnFpzW6ffJNDjjyjrk21BkDx38c0xa/klsT8VzLCaMEefv4ZTacrcVR4DmgTeBra++jMDAfS/tS799YDw==} + /for-each/0.3.5: + resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==} engines: {node: '>= 0.4'} dependencies: is-callable: 1.2.7 @@ -7974,8 +7980,8 @@ packages: binary-extensions: 2.3.0 dev: true - /is-boolean-object/1.2.1: - resolution: {integrity: sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==} + /is-boolean-object/1.2.2: + resolution: {integrity: sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==} engines: {node: '>= 0.4'} dependencies: call-bound: 1.0.3 @@ -8285,7 +8291,7 @@ packages: resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -8297,8 +8303,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.26.7 - '@babel/parser': 7.26.7 + '@babel/core': 7.26.8 + '@babel/parser': 7.26.8 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -8310,8 +8316,8 @@ packages: resolution: {integrity: sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.26.7 - '@babel/parser': 7.26.7 + '@babel/core': 7.26.8 + '@babel/parser': 7.26.8 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.7.1 @@ -8454,11 +8460,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 '@types/node': 14.18.63 - babel-jest: 29.7.0_@babel+core@7.26.7 + babel-jest: 29.7.0_@babel+core@7.26.8 chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -8495,11 +8501,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 '@types/node': 20.17.17 - babel-jest: 29.7.0_@babel+core@7.26.7 + babel-jest: 29.7.0_@babel+core@7.26.8 chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -8750,15 +8756,15 @@ packages: resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.26.7 - '@babel/generator': 7.26.5 - '@babel/plugin-syntax-jsx': 7.25.9_@babel+core@7.26.7 - '@babel/plugin-syntax-typescript': 7.25.9_@babel+core@7.26.7 - '@babel/types': 7.26.7 + '@babel/core': 7.26.8 + '@babel/generator': 7.26.8 + '@babel/plugin-syntax-jsx': 7.25.9_@babel+core@7.26.8 + '@babel/plugin-syntax-typescript': 7.25.9_@babel+core@7.26.8 + '@babel/types': 7.26.8 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-preset-current-node-syntax: 1.1.0_@babel+core@7.26.7 + babel-preset-current-node-syntax: 1.1.0_@babel+core@7.26.8 chalk: 4.1.2 expect: 29.7.0 graceful-fs: 4.2.11 @@ -8923,7 +8929,7 @@ packages: engines: {node: '>=12.0.0'} hasBin: true dependencies: - '@babel/parser': 7.26.7 + '@babel/parser': 7.26.8 '@jsdoc/salty': 0.2.9 '@types/markdown-it': 14.1.2 bluebird: 3.7.2 @@ -10046,7 +10052,7 @@ packages: hasBin: true dependencies: env-paths: 2.2.1 - exponential-backoff: 3.1.1 + exponential-backoff: 3.1.2 glob: 7.2.3 graceful-fs: 4.2.11 make-fetch-happen: 10.2.1 @@ -10067,7 +10073,7 @@ packages: hasBin: true dependencies: env-paths: 2.2.1 - exponential-backoff: 3.1.1 + exponential-backoff: 3.1.2 glob: 7.2.3 graceful-fs: 4.2.11 make-fetch-happen: 10.2.1_bluebird@3.7.2 @@ -10471,8 +10477,8 @@ packages: resolution: {integrity: sha512-7n4IpLMzGGcLEMiQKsNR7vCe+N5E9LORFrtNUVy4sO3dj9a3HedZCxEL2T7QuLhcHN1NBuBsMOKaOsAYI9IIvg==} dev: true - /object-inspect/1.13.3: - resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} + /object-inspect/1.13.4: + resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==} engines: {node: '>= 0.4'} /object-keys/1.1.1: @@ -11219,8 +11225,8 @@ packages: hasBin: true dev: true - /possible-typed-array-names/1.0.0: - resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} + /possible-typed-array-names/1.1.0: + resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==} engines: {node: '>= 0.4'} /preferred-pm/3.1.4: @@ -11238,8 +11244,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier/3.4.2: - resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} + /prettier/3.5.0: + resolution: {integrity: sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==} engines: {node: '>=14'} hasBin: true dev: false @@ -12106,7 +12112,7 @@ packages: engines: {node: '>= 0.4'} dependencies: es-errors: 1.3.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 /side-channel-map/1.0.1: resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==} @@ -12115,7 +12121,7 @@ packages: call-bound: 1.0.3 es-errors: 1.3.0 get-intrinsic: 1.2.7 - object-inspect: 1.13.3 + object-inspect: 1.13.4 /side-channel-weakmap/1.0.2: resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==} @@ -12124,7 +12130,7 @@ packages: call-bound: 1.0.3 es-errors: 1.3.0 get-intrinsic: 1.2.7 - object-inspect: 1.13.3 + object-inspect: 1.13.4 side-channel-map: 1.0.1 /side-channel/1.1.0: @@ -12132,7 +12138,7 @@ packages: engines: {node: '>= 0.4'} dependencies: es-errors: 1.3.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 side-channel-list: 1.0.0 side-channel-map: 1.0.1 side-channel-weakmap: 1.0.2 @@ -12224,7 +12230,7 @@ packages: dependencies: agent-base: 6.0.2 debug: 4.4.0 - socks: 2.8.3 + socks: 2.8.4 transitivePeerDependencies: - supports-color dev: true @@ -12235,13 +12241,13 @@ packages: dependencies: agent-base: 6.0.2 debug: 4.4.0 - socks: 2.8.3 + socks: 2.8.4 transitivePeerDependencies: - supports-color dev: true - /socks/2.8.3: - resolution: {integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==} + /socks/2.8.4: + resolution: {integrity: sha512-D3YaD0aRxR3mEcqnidIs7ReYJFVzWdd6fXJYUM8ixcQcJRGTka/b3saV0KflYhyVJXKhb947GndU35SxYNResQ==} engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} dependencies: ip-address: 9.0.5 @@ -13064,7 +13070,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.8 - for-each: 0.3.4 + for-each: 0.3.5 gopd: 1.2.0 has-proto: 1.2.0 is-typed-array: 1.1.15 @@ -13075,7 +13081,7 @@ packages: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.8 - for-each: 0.3.4 + for-each: 0.3.5 gopd: 1.2.0 has-proto: 1.2.0 is-typed-array: 1.1.15 @@ -13086,10 +13092,10 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.8 - for-each: 0.3.4 + for-each: 0.3.5 gopd: 1.2.0 is-typed-array: 1.1.15 - possible-typed-array-names: 1.0.0 + possible-typed-array-names: 1.1.0 reflect.getprototypeof: 1.0.10 /typedarray-to-buffer/3.1.5: @@ -13449,7 +13455,7 @@ packages: engines: {node: '>= 0.4'} dependencies: is-bigint: 1.1.0 - is-boolean-object: 1.2.1 + is-boolean-object: 1.2.2 is-number-object: 1.1.1 is-string: 1.1.1 is-symbol: 1.1.1 @@ -13500,7 +13506,7 @@ packages: available-typed-arrays: 1.0.7 call-bind: 1.0.8 call-bound: 1.0.3 - for-each: 0.3.4 + for-each: 0.3.5 gopd: 1.2.0 has-tostringtag: 1.0.2 From d6584f815c271f41304c7fde1cf173e4857e7524 Mon Sep 17 00:00:00 2001 From: raj pandey Date: Wed, 12 Feb 2025 17:01:53 +0530 Subject: [PATCH 2/2] Removed log --- .../contentstack-bulk-publish/src/commands/cm/assets/publish.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/contentstack-bulk-publish/src/commands/cm/assets/publish.js b/packages/contentstack-bulk-publish/src/commands/cm/assets/publish.js index 3c87ee49b5..81cf1a778d 100644 --- a/packages/contentstack-bulk-publish/src/commands/cm/assets/publish.js +++ b/packages/contentstack-bulk-publish/src/commands/cm/assets/publish.js @@ -94,7 +94,6 @@ class AssetsPublishCommand extends Command { updatedFlags.destEnv = updatedFlags.environments; updatedFlags.environment = updatedFlags['source-env']; updatedFlags.onlyAssets = true; - console.log(updatedFlags) if (updatedFlags.locales instanceof Array) { updatedFlags.locales.forEach((locale) => { updatedFlags.locale = locale;