@dbx-tools/shared-core 0.6.64 → 0.6.66

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/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -408,6 +408,10 @@ const getRanges = functionModule.memoize(fetchRanges, {
408
408
  promises, and supports TTL-based refresh. It is useful for public metadata feeds,
409
409
  SDK catalogues, and expensive computed constants.
410
410
 
411
+ Serializing whole callbacks rather than caching one value is a Node concern
412
+ (it needs `node:worker_threads`), so it lives in
413
+ [`@dbx-tools/core`](../../node/core)'s `processLock` instead.
414
+
411
415
  ## Logging
412
416
 
413
417
  ```ts
package/package.json CHANGED
@@ -43,7 +43,7 @@
43
43
  "./package.json": "./package.json"
44
44
  }
45
45
  },
46
- "version": "0.6.64",
46
+ "version": "0.6.66",
47
47
  "types": "./lib/index.d.ts",
48
48
  "type": "module",
49
49
  "exports": {