@thi.ng/cache 2.1.6 → 2.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-04-07T14:17:30Z
3
+ - **Last updated**: 2022-06-09T16:14:01Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -77,7 +77,7 @@ node --experimental-repl-await
77
77
  > const cache = await import("@thi.ng/cache");
78
78
  ```
79
79
 
80
- Package sizes (gzipped, pre-treeshake): ESM: 1.05 KB
80
+ Package sizes (gzipped, pre-treeshake): ESM: 1.06 KB
81
81
 
82
82
  ## Dependencies
83
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/cache",
3
- "version": "2.1.6",
3
+ "version": "2.1.9",
4
4
  "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,17 +34,17 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.3.5",
38
- "@thi.ng/dcons": "^3.2.1",
39
- "@thi.ng/transducers": "^8.3.1"
37
+ "@thi.ng/api": "^8.3.7",
38
+ "@thi.ng/dcons": "^3.2.4",
39
+ "@thi.ng/transducers": "^8.3.4"
40
40
  },
41
41
  "devDependencies": {
42
- "@microsoft/api-extractor": "^7.19.4",
43
- "@thi.ng/testament": "^0.2.5",
42
+ "@microsoft/api-extractor": "^7.25.0",
43
+ "@thi.ng/testament": "^0.2.8",
44
44
  "rimraf": "^3.0.2",
45
45
  "tools": "^0.0.1",
46
- "typedoc": "^0.22.13",
47
- "typescript": "^4.6.2"
46
+ "typedoc": "^0.22.17",
47
+ "typescript": "^4.7.3"
48
48
  },
49
49
  "keywords": [
50
50
  "acceleration",
@@ -90,5 +90,5 @@
90
90
  ],
91
91
  "year": 2018
92
92
  },
93
- "gitHead": "5ee1feb590dd935593b1dd4e7f38a3ed3ba64765\n"
93
+ "gitHead": "9e516d30a1a537e027a6b3d78bf9121bc5831d31\n"
94
94
  }