@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.
- package/README.md +4 -0
- 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
|