@thi.ng/memoize
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="0.2.2"></a> | ||
## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@0.2.1...@thi.ng/memoize@0.2.2) (2018-09-22) | ||
**Note:** Version bump only for package @thi.ng/memoize | ||
<a name="0.2.1"></a> | ||
@@ -8,0 +17,0 @@ ## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@0.2.0...@thi.ng/memoize@0.2.1) (2018-09-10) |
{ | ||
"name": "@thi.ng/memoize", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Function memoization with configurable caches", | ||
@@ -27,7 +27,7 @@ "main": "./index.js", | ||
"nyc": "^12.0.2", | ||
"typedoc": "^0.11.1", | ||
"typedoc": "^0.12.0", | ||
"typescript": "^3.0.1" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^4.1.1" | ||
"@thi.ng/api": "^4.2.0" | ||
}, | ||
@@ -43,3 +43,4 @@ "keywords": [ | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "02548fd2518eb97eb11a9834c4e0a8e6ab5499a7" | ||
} |
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
23213
Updated@thi.ng/api@^4.2.0