@exodus/atoms 9.0.1 → 9.0.2

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [9.0.2](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/atoms@9.0.1...@exodus/atoms@9.0.2) (2025-03-19)
7
+
8
+ **Note:** Version bump only for package @exodus/atoms
9
+
6
10
  ## [9.0.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/atoms@9.0.0...@exodus/atoms@9.0.1) (2025-01-31)
7
11
 
8
12
  ### Bug Fixes
package/lib/index.d.ts CHANGED
@@ -22,4 +22,4 @@ export { default as withStorageCache } from './enhancers/with-storage-cache.js';
22
22
  export { default as waitUntil } from './effects/wait-until.js';
23
23
  export { default as enforceObservableRules } from './enforce-rules.js';
24
24
  export { default as fromEventEmitter } from './event-emitter.js';
25
- export type { Atom, ReadonlyAtom, Listener, Unsubscribe } from './utils/types.js';
25
+ export type * from './utils/types.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/atoms",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
4
4
  "description": "Abstraction for encapsulating a piece of data behind a simple unified interface: get, set, observe",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -50,5 +50,5 @@
50
50
  "@types/minimalistic-assert": "^1.0.2",
51
51
  "events": "^3.3.0"
52
52
  },
53
- "gitHead": "1bacabfb80e78c2253cc20e3abafd7602663f37e"
53
+ "gitHead": "86e9ba86050f754e564bcba758ccee8f9797c32d"
54
54
  }