sinon-chai
Advanced tools
Comparing version 3.4.0 to 3.5.0
@@ -6,2 +6,7 @@ # Change log | ||
### Features | ||
* Add support for sinon 9 ([#147](https://github.com/domenic/sinon-chai/issues/147)) | ||
## 3.4.0 | ||
### Features | ||
* Add support for sinon 8 ([#143](https://github.com/domenic/sinon-chai/issues/143)) |
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)", | ||
@@ -36,3 +36,3 @@ "contributors": [ | ||
"chai": "^4.0.0", | ||
"sinon": ">=4.0.0 <9.0.0" | ||
"sinon": ">=4.0.0 <10.0.0" | ||
}, | ||
@@ -42,7 +42,7 @@ "devDependencies": { | ||
"eslint": "^6.8.0", | ||
"mocha": "^6.2.2", | ||
"mocha": "^7.0.1", | ||
"nyc": "^15.0.0", | ||
"opener": "^1.5.1", | ||
"sinon": "^8.0.1" | ||
"sinon": "^9.0.0" | ||
} | ||
} |
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
16583