@thi.ng/memoize 4.0.21 → 4.0.22

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-07-20T14:56:01Z
3
+ - **Last updated**: 2025-07-21T08:21:58Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/memoize",
3
- "version": "4.0.21",
3
+ "version": "4.0.22",
4
4
  "description": "Function memoization with configurable caching and support for async functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,7 +39,7 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.31"
42
+ "@thi.ng/api": "^8.11.32"
43
43
  },
44
44
  "devDependencies": {
45
45
  "esbuild": "^0.25.8",
@@ -98,5 +98,5 @@
98
98
  ],
99
99
  "year": 2018
100
100
  },
101
- "gitHead": "3cd1bea8b2bf6b859609f6d5c14b4eb64745681f\n"
101
+ "gitHead": "11747c482773d3da03c8b7848b25a56251ccd759\n"
102
102
  }