Comparing version 4.0.2 to 4.1.0
@@ -0,1 +1,10 @@ | ||
## 4.1.0 (2019-12-15) | ||
* build: update dependencies ([af7e392](https://github.com/kikobeats/whoops/commit/af7e392)) | ||
* fix(package): update clean-stack to version 2.1.0 ([3275e3c](https://github.com/kikobeats/whoops/commit/3275e3c)) | ||
* fix(package): update mimic-fn to version 2.1.0 ([db95daa](https://github.com/kikobeats/whoops/commit/db95daa)) | ||
* fix(package): update mimic-fn to version 3.0.0 ([e1cc912](https://github.com/kikobeats/whoops/commit/e1cc912)) | ||
<a name="4.0.2"></a> | ||
@@ -2,0 +11,0 @@ ## 4.0.2 (2019-03-08) |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/Kikobeats/whoops", | ||
"version": "4.0.2", | ||
"version": "4.1.0", | ||
"main": "lib/index.js", | ||
@@ -28,4 +28,4 @@ "author": { | ||
"dependencies": { | ||
"clean-stack": "~2.0.0", | ||
"mimic-fn": "~2.0.0" | ||
"clean-stack": "~2.2.0", | ||
"mimic-fn": "~3.0.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
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
21472
92498
+ Addedclean-stack@2.2.0(transitive)
+ Addedmimic-fn@3.0.0(transitive)
- Removedclean-stack@2.0.0(transitive)
- Removedmimic-fn@2.0.0(transitive)
Updatedclean-stack@~2.2.0
Updatedmimic-fn@~3.0.0