@commercelayer/cli-plugin-resources
Advanced tools
Comparing version 6.6.0 to 6.6.1
@@ -159,3 +159,3 @@ "use strict"; | ||
const sort = this.sortFlag(flags.sort); | ||
const timeout = flags.timeout || 5000; | ||
const timeout = flags.timeout; | ||
if (timeout && ((timeout < requestTimeout.min) || (timeout > requestTimeout.max))) | ||
@@ -162,0 +162,0 @@ this.error(`Invalid timeout: ${cli_core_1.clColor.style.error(String(timeout))}. Timeout value must be in range [${requestTimeout.min} - ${requestTimeout.max}]`); |
{ | ||
"name": "@commercelayer/cli-plugin-resources", | ||
"description": "Commerce Layer CLI Resources plugin", | ||
"version": "6.6.0", | ||
"version": "6.6.1", | ||
"author": "Pierluigi Viti <pierluigi@commercelayer.io>", | ||
@@ -63,7 +63,7 @@ "homepage": "https://github.com/commercelayer/commercelayer-cli-plugin-resources", | ||
"@commercelayer/eslint-config-ts": "^1.4.5", | ||
"@oclif/plugin-help": "^6.2.8", | ||
"@oclif/plugin-help": "^6.2.10", | ||
"@oclif/test": "^3.2.15", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@types/chai": "^4.3.17", | ||
"@types/chai": "^4.3.18", | ||
"@types/inquirer": "^8.2.10", | ||
@@ -77,5 +77,5 @@ "@types/mocha": "^10.0.7", | ||
"nyc": "^15.1.0", | ||
"oclif": "^4.14.22", | ||
"oclif": "^4.14.26", | ||
"semantic-release": "^23.1.1", | ||
"tsx": "^4.17.0", | ||
"tsx": "^4.18.0", | ||
"typescript": "^5.5.4" | ||
@@ -92,3 +92,3 @@ }, | ||
"open": "^8.4.2", | ||
"tslib": "^2.6.3" | ||
"tslib": "^2.7.0" | ||
}, | ||
@@ -95,0 +95,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
298034
Updatedtslib@^2.7.0