@pact-foundation/pact-cli
Advanced tools
Comparing version 16.0.0 to 16.0.1
{ | ||
"name": "@pact-foundation/pact-cli", | ||
"version": "16.0.0", | ||
"version": "16.0.1", | ||
"description": "Broker CLI for @pact-foundation/pact", | ||
@@ -55,7 +55,7 @@ "main": "src/index.js", | ||
"optionalDependencies": { | ||
"@pact-foundation/pact-cli-darwin-arm64": "16.0.0", | ||
"@pact-foundation/pact-cli-darwin-x64": "16.0.0", | ||
"@pact-foundation/pact-cli-windows-x64": "16.0.0", | ||
"@pact-foundation/pact-cli-linux-x64": "16.0.0", | ||
"@pact-foundation/pact-cli-linux-arm64": "16.0.0" | ||
"@pact-foundation/pact-cli-darwin-arm64": "16.0.1", | ||
"@pact-foundation/pact-cli-darwin-x64": "16.0.1", | ||
"@pact-foundation/pact-cli-windows-x64": "16.0.1", | ||
"@pact-foundation/pact-cli-linux-x64": "16.0.1", | ||
"@pact-foundation/pact-cli-linux-arm64": "16.0.1" | ||
}, | ||
@@ -62,0 +62,0 @@ "dependencies": { |
@@ -1,2 +0,2 @@ | ||
export declare const PACT_STANDALONE_VERSION = "2.4.12"; | ||
export declare const PACT_STANDALONE_VERSION = "2.4.14"; | ||
export declare function createConfig(): Config; | ||
@@ -3,0 +3,0 @@ export declare function getBinaryEntry(platform?: string, arch?: string): BinaryEntry; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const chalk = require("chalk"); | ||
exports.PACT_STANDALONE_VERSION = '2.4.12'; | ||
exports.PACT_STANDALONE_VERSION = '2.4.14'; | ||
function makeError(msg) { | ||
@@ -8,0 +8,0 @@ return new Error(chalk.red(`Error while locating pact binary: ${msg}`)); |
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
227485