@naturalcycles/js-lib
Advanced tools
Comparing version 4.7.0 to 4.8.0
@@ -0,1 +1,8 @@ | ||
# [4.8.0](https://github.com/NaturalCycles/js-lib/compare/v4.7.0...v4.8.0) (2019-05-03) | ||
### Features | ||
* include `lru-cache` as dependency ([351ddbd](https://github.com/NaturalCycles/js-lib/commit/351ddbd)) | ||
# [4.7.0](https://github.com/NaturalCycles/js-lib/compare/v4.6.0...v4.7.0) (2019-04-26) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@naturalcycles/js-lib", | ||
"version": "4.7.0", | ||
"version": "4.8.0", | ||
"scripts": { | ||
@@ -12,22 +12,11 @@ "build": "del ./dist && tsc", | ||
"@types/lru-cache": "^5.1.0", | ||
"@types/luxon": "^1.4.0" | ||
"lru-cache": "^5.1.1" | ||
}, | ||
"peerDependencies": { | ||
"lru-cache": ">=5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@naturalcycles/dev-lib": "^7.0.0", | ||
"@naturalcycles/semantic-release": "^1.0.0", | ||
"@naturalcycles/shared-module": "^5.1.0", | ||
"@types/benchmark": "^1.0.31", | ||
"@types/jest": "^24.0.6", | ||
"@types/node": "^11.11.3", | ||
"benchmark": "^2.1.4", | ||
"jest": "^24.1.0", | ||
"jest-junit": "^6.2.1", | ||
"lru-cache": "^5.1.1", | ||
"luxon": "^1.4.3", | ||
"prettier": "^1.14.3", | ||
"ts-jest": "^24.0.0", | ||
"ts-node": "^8.0.2", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.2.2" | ||
@@ -34,0 +23,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
2
7
134006
+ Addedlru-cache@^5.1.1
+ Addedlru-cache@5.1.1(transitive)
+ Addedyallist@3.1.1(transitive)
- Removed@types/luxon@^1.4.0
- Removed@types/luxon@1.27.1(transitive)
- Removedlru-cache@11.0.2(transitive)