@exodus/atoms
Advanced tools
Comparing version 7.3.3 to 7.4.0
@@ -6,2 +6,8 @@ # Change Log | ||
## [7.4.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/atoms@7.3.3...@exodus/atoms@7.4.0) (2024-05-24) | ||
### Features | ||
- add storage cache atom enhancer ([#7083](https://github.com/ExodusMovement/exodus-hydra/issues/7083)) ([3983ac6](https://github.com/ExodusMovement/exodus-hydra/commit/3983ac610808a0d70b106829998362dd3b52c263)) | ||
## [7.3.3](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/atoms@7.3.2...@exodus/atoms@7.3.3) (2024-05-17) | ||
@@ -8,0 +14,0 @@ |
@@ -20,2 +20,3 @@ export { default as createAtomMock } from './factories/memory.js'; | ||
export { default as mergeWithValue } from './enhancers/merge-with-value.js'; | ||
export { default as withStorageCache } from './enhancers/with-storage-cache.js'; | ||
export { default as waitUntil } from './effects/wait-until.js'; | ||
@@ -22,0 +23,0 @@ export { default as enforceObservableRules } from './enforce-rules.js'; |
@@ -20,4 +20,5 @@ export { default as createAtomMock } from './factories/memory.js'; | ||
export { default as mergeWithValue } from './enhancers/merge-with-value.js'; | ||
export { default as withStorageCache } from './enhancers/with-storage-cache.js'; | ||
export { default as waitUntil } from './effects/wait-until.js'; | ||
export { default as enforceObservableRules } from './enforce-rules.js'; | ||
export { default as fromEventEmitter } from './event-emitter.js'; |
{ | ||
"name": "@exodus/atoms", | ||
"version": "7.3.3", | ||
"version": "7.4.0", | ||
"description": "Abstraction for encapsulating a piece of data behind a simple unified interface: get, set, observe", | ||
@@ -48,3 +48,3 @@ "type": "module", | ||
}, | ||
"gitHead": "9e3d2a8f5856af1ccfe3b851608d433ba1313e97" | ||
"gitHead": "240b0901d2a97ec1fe86be7c450cc289e28c98bf" | ||
} |
66693
57
1064