@thi.ng/memoize
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@2.0.2...@thi.ng/memoize@2.0.3) (2020-03-06) | ||
**Note:** Version bump only for package @thi.ng/memoize | ||
## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@2.0.1...@thi.ng/memoize@2.0.2) (2020-02-26) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
export type * from "./api"; | ||
export * from "./api"; | ||
export * from "./defonce"; | ||
@@ -3,0 +3,0 @@ export * from "./memoize"; |
{ | ||
"name": "@thi.ng/memoize", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Function memoization with configurable caching", | ||
@@ -38,6 +38,6 @@ "module": "./index.js", | ||
"typedoc": "^0.16.10", | ||
"typescript": "^3.8.2" | ||
"typescript": "^3.8.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.8.2" | ||
"@thi.ng/api": "^6.8.3" | ||
}, | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "d426e5ee02515cbc6a769458a08c0677fe003ec9" | ||
"gitHead": "18014ee1e4978dac7eb2e5d51d0a6ff7d82e9ffc" | ||
} |
<!-- This file is generated - DO NOT EDIT! --> | ||
# ![@thi.ng/memoize](https://media.thi.ng/umbrella/banners/thing-memoize.svg?1581297777) | ||
# ![@thi.ng/memoize](https://media.thi.ng/umbrella/banners/thing-memoize.svg?1583078710) | ||
@@ -65,3 +65,3 @@ [![npm version](https://img.shields.io/npm/v/@thi.ng/memoize.svg)](https://www.npmjs.com/package/@thi.ng/memoize) | ||
Basic @thi.ng/rstream-gestures multi-touch demo | ||
Basic rstream-gestures multi-touch demo | ||
@@ -72,2 +72,6 @@ [Live demo](https://demo.thi.ng/umbrella/multitouch/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/multitouch) | ||
![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-spreadsheet.png) | ||
rstream based spreadsheet w/ S-expression formula DSL | ||
[Live demo](https://demo.thi.ng/umbrella/rstream-spreadsheet/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-spreadsheet) | ||
@@ -74,0 +78,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
32811
153
163
2
4
40
Updated@thi.ng/api@^6.8.3