@pact-foundation/pact-node
Advanced tools
Comparing version 10.2.0 to 10.2.1
@@ -5,2 +5,6 @@ # Change Log | ||
## [10.2.1](https://github.com/pact-foundation/pact-node/compare/v10.2.0...v10.2.1) (2019-11-10) | ||
# [10.2.0](https://github.com/pact-foundation/pact-node/compare/v10.0.1...v10.2.0) (2019-11-08) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "@pact-foundation/pact-node", | ||
"version": "10.2.0", | ||
"version": "10.2.1", | ||
"description": "A wrapper for the Ruby version of Pact to work within Node", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,2 +0,2 @@ | ||
export declare const PACT_STANDALONE_VERSION = "1.70.2"; | ||
export declare const PACT_STANDALONE_VERSION = "1.72.0"; | ||
export declare function createConfig(): Config; | ||
@@ -3,0 +3,0 @@ export declare function getBinaryEntry(platform?: string, arch?: string): BinaryEntry; |
@@ -17,3 +17,3 @@ "use strict"; | ||
}); | ||
exports.PACT_STANDALONE_VERSION = '1.70.2'; | ||
exports.PACT_STANDALONE_VERSION = '1.72.0'; | ||
var PACT_DEFAULT_LOCATION = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v" + exports.PACT_STANDALONE_VERSION + "/"; | ||
@@ -20,0 +20,0 @@ var HTTP_REGEX = /^http(s?):\/\//; |
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
408473