shared-store
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -0,1 +1,7 @@ | ||
### 4.0.1 - 2020-04-30 | ||
* chore: update package and remove unused bluebird pkg - **[@aaarichter](https://github.com/aaarichter)** [#42](https://github.com/groupon/shared-store/pull/42) | ||
- [`36a7c5a`](https://github.com/groupon/shared-store/commit/36a7c5a93705db5f89cd4f32d21452f47acd7d39) **chore:** update package and remove unused bluebird pkg | ||
### 4.0.0 - 2020-04-07 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "shared-store", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Keeping config data in sync", | ||
@@ -36,3 +36,2 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"bluebird": "^3.7.2", | ||
"cson-parser": "^4.0.4", | ||
@@ -53,7 +52,7 @@ "debug": "^4.1.1", | ||
"eslint-plugin-node": "^11.0.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"mocha": "^7.1.1", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"mocha": "^7.1.2", | ||
"nlm": "^4.2.0", | ||
"nyc": "^15.0.1", | ||
"prettier": "^2.0.3", | ||
"prettier": "^2.0.5", | ||
"rimraf": "^3.0.2", | ||
@@ -60,0 +59,0 @@ "tmp": "^0.1.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
64527
7
- Removedbluebird@^3.7.2
- Removedbluebird@3.7.2(transitive)