@thi.ng/memoize 3.3.3 → 3.3.4

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**: 2024-04-23T07:02:18Z
3
+ - **Last updated**: 2024-05-08T18:24:31Z
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
@@ -89,7 +89,7 @@ For Node.js REPL:
89
89
  const mem = await import("@thi.ng/memoize");
90
90
  ```
91
91
 
92
- Package sizes (brotli'd, pre-treeshake): ESM: 518 bytes
92
+ Package sizes (brotli'd, pre-treeshake): ESM: 515 bytes
93
93
 
94
94
  ## Dependencies
95
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/memoize",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "description": "Function memoization with configurable caching",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,13 +36,13 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.1"
39
+ "@thi.ng/api": "^8.11.2"
40
40
  },
41
41
  "devDependencies": {
42
- "@microsoft/api-extractor": "^7.43.0",
43
- "esbuild": "^0.20.2",
44
- "typedoc": "^0.25.12",
45
- "typescript": "^5.4.3"
42
+ "@microsoft/api-extractor": "^7.43.2",
43
+ "esbuild": "^0.21.1",
44
+ "typedoc": "^0.25.13",
45
+ "typescript": "^5.4.5"
46
46
  },
47
47
  "keywords": [
48
48
  "cache",
@@ -95,5 +95,5 @@
95
95
  ],
96
96
  "year": 2018
97
97
  },
98
- "gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n"
98
+ "gitHead": "df34b4a9e650cc7323575356de207d78933bdcf3\n"
99
99
  }