@oclif/test
Advanced tools
Comparing version 4.0.4 to 4.0.5
@@ -6,3 +6,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.runHook = exports.runCommand = exports.captureOutput = void 0; | ||
exports.captureOutput = captureOutput; | ||
exports.runCommand = runCommand; | ||
exports.runHook = runHook; | ||
const core_1 = require("@oclif/core"); | ||
@@ -111,3 +113,2 @@ const ansis_1 = __importDefault(require("ansis")); | ||
} | ||
exports.captureOutput = captureOutput; | ||
/** | ||
@@ -135,3 +136,2 @@ * Capture the stderr and stdout output of a command in your CLI | ||
} | ||
exports.runCommand = runCommand; | ||
/** | ||
@@ -159,2 +159,1 @@ * Capture the stderr and stdout output of a hook in your CLI | ||
} | ||
exports.runHook = runHook; |
{ | ||
"name": "@oclif/test", | ||
"description": "test helpers for oclif components", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"author": "Salesforce", | ||
"bugs": "https://github.com/oclif/test/issues", | ||
"dependencies": { | ||
"ansis": "^3.2.0", | ||
"ansis": "^3.3.1", | ||
"debug": "^4.3.5" | ||
@@ -16,3 +16,3 @@ }, | ||
"@commitlint/config-conventional": "^18.6.3", | ||
"@oclif/core": "^4.0.3", | ||
"@oclif/core": "^4.0.12", | ||
"@oclif/prettier-config": "^0.2.1", | ||
@@ -27,11 +27,11 @@ "@types/chai": "^4.3.16", | ||
"eslint-config-oclif": "^5.2.0", | ||
"eslint-config-oclif-typescript": "^3.1.7", | ||
"eslint-config-oclif-typescript": "^3.1.8", | ||
"eslint-config-prettier": "^9.1.0", | ||
"husky": "^9.0.3", | ||
"lint-staged": "^15.2.5", | ||
"husky": "^9.1.1", | ||
"lint-staged": "^15.2.7", | ||
"mocha": "^10", | ||
"prettier": "^3.3.1", | ||
"prettier": "^3.3.3", | ||
"shx": "^0.3.3", | ||
"tsx": "^4.14.1", | ||
"typescript": "^5.4.5" | ||
"tsx": "^4.16.2", | ||
"typescript": "^5.5.3" | ||
}, | ||
@@ -38,0 +38,0 @@ "engines": { |
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
12816
209
Updatedansis@^3.3.1