sia-reactor 0.0.29 → 0.0.30

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.
@@ -134,7 +134,7 @@ declare const useISOLayoutEffect: typeof useLayoutEffect;
134
134
  /** React props for controlling the vanilla TimeTravel overlay. */
135
135
  interface TimeTravelOverlayProps extends Partial<TimeTravelOverlayConfig> {
136
136
  /** Module instance controlled by this overlay bridge. */
137
- time: TimeTravelModule;
137
+ time: TimeTravelModule<any, any>;
138
138
  }
139
139
  /**
140
140
  - React bridge for mounting and controlling a vanilla TimeTravelOverlay instance.
@@ -134,7 +134,7 @@ declare const useISOLayoutEffect: typeof useLayoutEffect;
134
134
  /** React props for controlling the vanilla TimeTravel overlay. */
135
135
  interface TimeTravelOverlayProps extends Partial<TimeTravelOverlayConfig> {
136
136
  /** Module instance controlled by this overlay bridge. */
137
- time: TimeTravelModule;
137
+ time: TimeTravelModule<any, any>;
138
138
  }
139
139
  /**
140
140
  - React bridge for mounting and controlling a vanilla TimeTravelOverlay instance.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sia-reactor",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "The Programmable Data DOM. A high-performance State & Intent Architecture (S.I.A.) Engine with zero-allocation loops, event propagation, and structural sharing.",
5
5
  "author": "Oketade Oluwatobiloba <tobioketade007@gmail.com>",
6
6
  "license": "MIT",