testdouble
Advanced tools
Comparing version 3.16.5 to 3.16.6
# Change Log | ||
## 3.16.4 | ||
## 3.16.5 | ||
@@ -8,2 +8,6 @@ * Improve type definition for stubbing a sequence of promises | ||
## 3.16.4 | ||
* Update quibble | ||
## 3.16.3 | ||
@@ -10,0 +14,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '3.16.5'; | ||
exports.default = '3.16.6'; |
{ | ||
"name": "testdouble", | ||
"version": "3.16.5", | ||
"version": "3.16.6", | ||
"description": "A minimal test double library for TDD with JavaScript", | ||
@@ -14,2 +14,3 @@ "homepage": "https://github.com/testdouble/testdouble.js", | ||
".": { | ||
"types": "./index.d.ts", | ||
"require": "./lib/index.js", | ||
@@ -16,0 +17,0 @@ "import": "./lib/index.mjs" |
@@ -1,1 +0,1 @@ | ||
export default '3.16.5' | ||
export default '3.16.6' |
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
524793