Comparing version 2.3.2 to 2.3.3
{ | ||
"name": "pact", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "Pact for all things Javascript", | ||
"main": "./src/pact.js", | ||
"types": "./src/pact.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "clean": "rimraf docs dist coverage logs pacts jscpd.json", |
@@ -38,3 +38,3 @@ /** @module Matchers */ | ||
* The eachLike matcher | ||
* @param {string} content | ||
* @param {any} content | ||
* @param {Object} opts | ||
@@ -61,3 +61,3 @@ * @param {Number} opts.min | ||
* The somethingLike matcher | ||
* @param {string} value - the value to be somethingLike | ||
* @param {any} value - the value to be somethingLike | ||
*/ | ||
@@ -64,0 +64,0 @@ module.exports.somethingLike = (value) => { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1026539
28
11251