@fileverse-dev/fortune-core 1.1.5-patch.3 → 1.1.5-patch.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.
package/es/types.d.ts CHANGED
@@ -149,7 +149,7 @@ export type LiveQueryData = {
149
149
  row: number;
150
150
  column: number;
151
151
  function: string;
152
- value: string;
152
+ value: any;
153
153
  id: string;
154
154
  name: string;
155
155
  subSheetId: string;
package/lib/types.d.ts CHANGED
@@ -149,7 +149,7 @@ export type LiveQueryData = {
149
149
  row: number;
150
150
  column: number;
151
151
  function: string;
152
- value: string;
152
+ value: any;
153
153
  id: string;
154
154
  name: string;
155
155
  subSheetId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.1.5-patch.3",
3
+ "version": "1.1.5-patch.4",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",