@playfast/reform 0.0.3 → 0.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playfast/reform",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "sideEffects": [],
6
6
  "license": "MIT",
@@ -3,7 +3,7 @@ import { type Manifest, definitionClass } from '../definition/definition'
3
3
  import { AsyncReducer } from '../internal/errors'
4
4
  import { type AnyEvent, type EventType } from '../event/event'
5
5
  import type { Store } from '../internal/store'
6
- import { type AnyState, type StateClass, type StateValue } from '../state/state'
6
+ import { type AnyState, type StateValue } from '../state/state'
7
7
  import {
8
8
  type AnyFamily,
9
9
  type FamilyKey,