@virtuoso.dev/reactive-engine-react 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -2
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -134,8 +134,6 @@ export declare const useCellValue: typeof useCellValueWithStore;
134
134
  * }
135
135
  * ```
136
136
  */
137
- export declare function useCellValues(...cells: Out[]): unknown[];
138
-
139
137
  /** @hidden */
140
138
  export declare function useCellValues<T1>(...cells: [Out<T1>]): [T1];
141
139
 
@@ -175,6 +173,9 @@ export declare function useCellValues<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T
175
173
  /** @hidden */
176
174
  export declare function useCellValues<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(...cells: [Out<T1>, Out<T2>, Out<T3>, Out<T4>, Out<T5>, Out<T6>, Out<T7>, Out<T8>, Out<T9>, Out<T10>, Out<T11>, Out<T12>, Out<T13>]): [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13];
177
175
 
176
+ /** @hidden */
177
+ export declare function useCellValues(...cells: Out[]): unknown[];
178
+
178
179
  declare function useCellValueWithStore<T>(cell: Out<T>): T;
179
180
 
180
181
  /**
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
- "version": "0.0.3",
6
+ "version": "0.0.4",
7
7
  "module": "dist/index.js",
8
8
  "main": "dist/index.js",
9
9
  "types": "dist/index.d.ts",
@@ -45,8 +45,8 @@
45
45
  "vite-plugin-dts": "^4.5.4",
46
46
  "vitest": "^4.0.16",
47
47
  "vitest-browser-react": "^2.0.2",
48
- "@virtuoso.dev/reactive-engine-core": "0.0.3",
49
- "@virtuoso.dev/tooling": "0.1.0"
48
+ "@virtuoso.dev/tooling": "0.1.0",
49
+ "@virtuoso.dev/reactive-engine-core": "0.0.3"
50
50
  },
51
51
  "files": [
52
52
  "dist"