@exodus/atoms
Advanced tools
Comparing version 7.4.1 to 7.5.0
@@ -6,2 +6,8 @@ # Change Log | ||
## [7.5.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/atoms@7.4.1...@exodus/atoms@7.5.0) (2024-06-20) | ||
### Features | ||
- add `filter` enhancer ([#7454](https://github.com/ExodusMovement/exodus-hydra/issues/7454)) ([0d43258](https://github.com/ExodusMovement/exodus-hydra/commit/0d43258ecdfa11a63a1143732934594bad711a34)) | ||
## [7.4.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/atoms@7.4.0...@exodus/atoms@7.4.1) (2024-05-27) | ||
@@ -8,0 +14,0 @@ |
@@ -10,2 +10,3 @@ export { default as createAtomMock } from './factories/memory.js'; | ||
export { default as blockUntil } from './enhancers/block-until.js'; | ||
export { default as filter } from './enhancers/filter.js'; | ||
export { default as difference } from './enhancers/difference.js'; | ||
@@ -12,0 +13,0 @@ export { default as withSerialization } from './enhancers/with-serialization.js'; |
@@ -10,2 +10,3 @@ export { default as createAtomMock } from './factories/memory.js'; | ||
export { default as blockUntil } from './enhancers/block-until.js'; | ||
export { default as filter } from './enhancers/filter.js'; | ||
export { default as difference } from './enhancers/difference.js'; | ||
@@ -12,0 +13,0 @@ export { default as withSerialization } from './enhancers/with-serialization.js'; |
{ | ||
"name": "@exodus/atoms", | ||
"version": "7.4.1", | ||
"version": "7.5.0", | ||
"description": "Abstraction for encapsulating a piece of data behind a simple unified interface: get, set, observe", | ||
@@ -31,2 +31,3 @@ "type": "module", | ||
"dependencies": { | ||
"@exodus/basic-utils": "^2.5.2", | ||
"@exodus/storage-interface": "^1.0.0", | ||
@@ -49,3 +50,3 @@ "delay": "^5.0.0", | ||
}, | ||
"gitHead": "ddf3d3995d6204d6fb711f6c9cf1490352b567af" | ||
"gitHead": "fcd5965484abd4f333448c9eaaf1f7fa6c4cb3f1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68477
59
1092
9
+ Added@exodus/basic-utils@^2.5.2
+ Added@exodus/basic-utils@2.5.2(transitive)