@utoo/web 1.2.2 → 1.2.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/esm/utoo/index.js CHANGED
@@ -255,25 +255,25 @@ if (cachedTextEncoder) {
255
255
  };
256
256
  }
257
257
  let WASM_VECTOR_LEN = 0;
258
- function __wasm_bindgen_func_elem_152832(arg0, arg1, arg2) {
258
+ function __wasm_bindgen_func_elem_22631(arg0, arg1) {
259
+ wasm.__wasm_bindgen_func_elem_22631(arg0, arg1);
260
+ }
261
+ function __wasm_bindgen_func_elem_83500(arg0, arg1, arg2) {
262
+ wasm.__wasm_bindgen_func_elem_83500(arg0, arg1, addHeapObject(arg2));
263
+ }
264
+ function __wasm_bindgen_func_elem_83302(arg0, arg1, arg2) {
265
+ wasm.__wasm_bindgen_func_elem_83302(arg0, arg1, addHeapObject(arg2));
266
+ }
267
+ function __wasm_bindgen_func_elem_83555(arg0, arg1, arg2) {
259
268
  try {
260
- wasm.__wasm_bindgen_func_elem_152832(arg0, arg1, addBorrowedObject(arg2));
269
+ wasm.__wasm_bindgen_func_elem_83555(arg0, arg1, addBorrowedObject(arg2));
261
270
  }
262
271
  finally {
263
272
  heap[stack_pointer++] = undefined;
264
273
  }
265
274
  }
266
- function __wasm_bindgen_func_elem_29354(arg0, arg1) {
267
- wasm.__wasm_bindgen_func_elem_29354(arg0, arg1);
268
- }
269
- function __wasm_bindgen_func_elem_152568(arg0, arg1, arg2) {
270
- wasm.__wasm_bindgen_func_elem_152568(arg0, arg1, addHeapObject(arg2));
271
- }
272
- function __wasm_bindgen_func_elem_152777(arg0, arg1, arg2) {
273
- wasm.__wasm_bindgen_func_elem_152777(arg0, arg1, addHeapObject(arg2));
274
- }
275
- function __wasm_bindgen_func_elem_3390(arg0, arg1, arg2, arg3) {
276
- wasm.__wasm_bindgen_func_elem_3390(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
275
+ function __wasm_bindgen_func_elem_3406(arg0, arg1, arg2, arg3) {
276
+ wasm.__wasm_bindgen_func_elem_3406(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
277
277
  }
278
278
  const __wbindgen_enum_DirEntryType = ["file", "directory"];
279
279
  const __wbindgen_enum_FileSystemChangeRecordType = ["appeared", "disappeared", "errored", "modified", "moved", "unknown"];
@@ -1251,7 +1251,7 @@ function __wbg_get_imports(memory) {
1251
1251
  return addHeapObject(ret);
1252
1252
  }, arguments);
1253
1253
  };
1254
- imports.wbg.__wbg_changedHandle_351098b912fb3009 = function (arg0) {
1254
+ imports.wbg.__wbg_changedHandle_4d8c6b92249a3e27 = function (arg0) {
1255
1255
  const ret = getObject(arg0).changedHandle;
1256
1256
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
1257
1257
  };
@@ -1466,6 +1466,13 @@ function __wbg_get_imports(memory) {
1466
1466
  const ret = Metadata.__wrap(arg0);
1467
1467
  return addHeapObject(ret);
1468
1468
  };
1469
+ imports.wbg.__wbg_name_7716fd7c364d6ae5 = function (arg0, arg1) {
1470
+ const ret = getObject(arg1).name;
1471
+ const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
1472
+ const len1 = WASM_VECTOR_LEN;
1473
+ getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1474
+ getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1475
+ };
1469
1476
  imports.wbg.__wbg_name_9136863a055402ff = function (arg0, arg1) {
1470
1477
  const ret = getObject(arg1).name;
1471
1478
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
@@ -1501,6 +1508,10 @@ function __wbg_get_imports(memory) {
1501
1508
  const ret = new Uint8Array(getObject(arg0));
1502
1509
  return addHeapObject(ret);
1503
1510
  };
1511
+ imports.wbg.__wbg_new_8001e3307a01feca = function (arg0) {
1512
+ const ret = new FileSystemObserver(getObject(arg0));
1513
+ return addHeapObject(ret);
1514
+ };
1504
1515
  imports.wbg.__wbg_new_881a222c65f168fc = function () {
1505
1516
  return handleError(function () {
1506
1517
  const ret = new AbortController();
@@ -1515,10 +1526,6 @@ function __wbg_get_imports(memory) {
1515
1526
  const ret = new Map();
1516
1527
  return addHeapObject(ret);
1517
1528
  };
1518
- imports.wbg.__wbg_new_c9c263f8e50c1faf = function (arg0) {
1519
- const ret = new FileSystemObserver(getObject(arg0));
1520
- return addHeapObject(ret);
1521
- };
1522
1529
  imports.wbg.__wbg_new_de1e660b88fc921f = function (arg0) {
1523
1530
  const ret = new Int32Array(getObject(arg0));
1524
1531
  return addHeapObject(ret);
@@ -1530,7 +1537,7 @@ function __wbg_get_imports(memory) {
1530
1537
  const a = state0.a;
1531
1538
  state0.a = 0;
1532
1539
  try {
1533
- return __wasm_bindgen_func_elem_3390(a, state0.b, arg0, arg1);
1540
+ return __wasm_bindgen_func_elem_3406(a, state0.b, arg0, arg1);
1534
1541
  }
1535
1542
  finally {
1536
1543
  state0.a = a;
@@ -1597,7 +1604,7 @@ function __wbg_get_imports(memory) {
1597
1604
  const ret = Date.now();
1598
1605
  return ret;
1599
1606
  };
1600
- imports.wbg.__wbg_observe_ebe4ca8634f9653e = function (arg0, arg1, arg2) {
1607
+ imports.wbg.__wbg_observe_e8235923767a3bbd = function (arg0, arg1, arg2) {
1601
1608
  const ret = getObject(arg0).observe(getObject(arg1), getObject(arg2));
1602
1609
  return addHeapObject(ret);
1603
1610
  };
@@ -1649,7 +1656,7 @@ function __wbg_get_imports(memory) {
1649
1656
  return ret;
1650
1657
  }, arguments);
1651
1658
  };
1652
- imports.wbg.__wbg_relativePathComponents_84b0ffdf8a944179 = function (arg0) {
1659
+ imports.wbg.__wbg_relativePathComponents_bf57d17d1baeacbf = function (arg0) {
1653
1660
  const ret = getObject(arg0).relativePathComponents;
1654
1661
  return addHeapObject(ret);
1655
1662
  };
@@ -1661,6 +1668,10 @@ function __wbg_get_imports(memory) {
1661
1668
  const ret = Promise.resolve(getObject(arg0));
1662
1669
  return addHeapObject(ret);
1663
1670
  };
1671
+ imports.wbg.__wbg_root_ebd46cfbf4e9ba1a = function (arg0) {
1672
+ const ret = getObject(arg0).root;
1673
+ return addHeapObject(ret);
1674
+ };
1664
1675
  imports.wbg.__wbg_setTimeout_63008613644b07af = function () {
1665
1676
  return handleError(function (arg0, arg1, arg2) {
1666
1677
  const ret = getObject(arg0).setTimeout(getObject(arg1), arg2);
@@ -1714,7 +1725,7 @@ function __wbg_get_imports(memory) {
1714
1725
  imports.wbg.__wbg_set_onmessage_deb94985de696ac7 = function (arg0, arg1) {
1715
1726
  getObject(arg0).onmessage = getObject(arg1);
1716
1727
  };
1717
- imports.wbg.__wbg_set_recursive_5a8f2fa22a1d9d48 = function (arg0, arg1) {
1728
+ imports.wbg.__wbg_set_recursive_38cb17f25aad7488 = function (arg0, arg1) {
1718
1729
  getObject(arg0).recursive = arg1 !== 0;
1719
1730
  };
1720
1731
  imports.wbg.__wbg_set_recursive_7ac0b14755335bfb = function (arg0, arg1) {
@@ -1798,7 +1809,7 @@ function __wbg_get_imports(memory) {
1798
1809
  getObject(arg0).truncate(arg1 >>> 0);
1799
1810
  }, arguments);
1800
1811
  };
1801
- imports.wbg.__wbg_type_7927e500427dce19 = function (arg0) {
1812
+ imports.wbg.__wbg_type_d3d1c61e705de78a = function (arg0) {
1802
1813
  const ret = getObject(arg0).type;
1803
1814
  return (__wbindgen_enum_FileSystemChangeRecordType.indexOf(ret) + 1 || 7) - 1;
1804
1815
  };
@@ -1855,9 +1866,14 @@ function __wbg_get_imports(memory) {
1855
1866
  return ret;
1856
1867
  }, arguments);
1857
1868
  };
1858
- imports.wbg.__wbindgen_cast_128d904901c806b6 = function (arg0, arg1) {
1859
- // Cast intrinsic for `Closure(Closure { dtor_idx: 8667, function: Function { arguments: [Ref(NamedExternref("MessageEvent"))], shim_idx: 8668, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1860
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_152831, __wasm_bindgen_func_elem_152832);
1869
+ imports.wbg.__wbindgen_cast_0e5b713b593f81d2 = function (arg0, arg1) {
1870
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 7395, function: Function { arguments: [], shim_idx: 1843, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1871
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_83562, __wasm_bindgen_func_elem_22631);
1872
+ return addHeapObject(ret);
1873
+ };
1874
+ imports.wbg.__wbindgen_cast_128a6cb04f687bdb = function (arg0, arg1) {
1875
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 7392, function: Function { arguments: [Ref(NamedExternref("MessageEvent"))], shim_idx: 7393, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1876
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_83554, __wasm_bindgen_func_elem_83555);
1861
1877
  return addHeapObject(ret);
1862
1878
  };
1863
1879
  imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function (arg0, arg1) {
@@ -1865,19 +1881,19 @@ function __wbg_get_imports(memory) {
1865
1881
  const ret = getStringFromWasm0(arg0, arg1);
1866
1882
  return addHeapObject(ret);
1867
1883
  };
1884
+ imports.wbg.__wbindgen_cast_3e92ac1544ddfe96 = function (arg0, arg1) {
1885
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 7370, function: Function { arguments: [Externref], shim_idx: 7388, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1886
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_83301, __wasm_bindgen_func_elem_83500);
1887
+ return addHeapObject(ret);
1888
+ };
1868
1889
  imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function (arg0) {
1869
1890
  // Cast intrinsic for `U64 -> Externref`.
1870
1891
  const ret = BigInt.asUintN(64, arg0);
1871
1892
  return addHeapObject(ret);
1872
1893
  };
1873
- imports.wbg.__wbindgen_cast_526f2cc3d412e0a4 = function (arg0, arg1) {
1874
- // Cast intrinsic for `Closure(Closure { dtor_idx: 8662, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 8663, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1875
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_152776, __wasm_bindgen_func_elem_152777);
1876
- return addHeapObject(ret);
1877
- };
1878
- imports.wbg.__wbindgen_cast_5ba20501db8214d0 = function (arg0, arg1) {
1879
- // Cast intrinsic for `Closure(Closure { dtor_idx: 8670, function: Function { arguments: [], shim_idx: 1967, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1880
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_152839, __wasm_bindgen_func_elem_29354);
1894
+ imports.wbg.__wbindgen_cast_59119310efc0809b = function (arg0, arg1) {
1895
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 7370, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 7371, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
1896
+ const ret = makeClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_83301, __wasm_bindgen_func_elem_83302);
1881
1897
  return addHeapObject(ret);
1882
1898
  };
1883
1899
  imports.wbg.__wbindgen_cast_76322aab70622876 = function (arg0, arg1) {
@@ -1887,9 +1903,14 @@ function __wbg_get_imports(memory) {
1887
1903
  const ret = v0;
1888
1904
  return addHeapObject(ret);
1889
1905
  };
1890
- imports.wbg.__wbindgen_cast_7eab25ba5d0f4e21 = function (arg0, arg1) {
1891
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1966, function: Function { arguments: [], shim_idx: 1967, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1892
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_29352, __wasm_bindgen_func_elem_29354);
1906
+ imports.wbg.__wbindgen_cast_77028afeba0f6822 = function (arg0, arg1) {
1907
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 1842, function: Function { arguments: [], shim_idx: 1843, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1908
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_22629, __wasm_bindgen_func_elem_22631);
1909
+ return addHeapObject(ret);
1910
+ };
1911
+ imports.wbg.__wbindgen_cast_8403c3c3f1a760d4 = function (arg0, arg1) {
1912
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 7370, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 7388, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1913
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_83301, __wasm_bindgen_func_elem_83500);
1893
1914
  return addHeapObject(ret);
1894
1915
  };
1895
1916
  imports.wbg.__wbindgen_cast_9ae0607507abb057 = function (arg0) {
@@ -1897,16 +1918,6 @@ function __wbg_get_imports(memory) {
1897
1918
  const ret = arg0;
1898
1919
  return addHeapObject(ret);
1899
1920
  };
1900
- imports.wbg.__wbindgen_cast_a981ffcb4ade917e = function (arg0, arg1) {
1901
- // Cast intrinsic for `Closure(Closure { dtor_idx: 8643, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 8644, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
1902
- const ret = makeClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_152399, __wasm_bindgen_func_elem_152568);
1903
- return addHeapObject(ret);
1904
- };
1905
- imports.wbg.__wbindgen_cast_bfef43f7beb609f0 = function (arg0, arg1) {
1906
- // Cast intrinsic for `Closure(Closure { dtor_idx: 8662, function: Function { arguments: [Externref], shim_idx: 8663, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1907
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_152776, __wasm_bindgen_func_elem_152777);
1908
- return addHeapObject(ret);
1909
- };
1910
1921
  imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function (arg0) {
1911
1922
  // Cast intrinsic for `F64 -> Externref`.
1912
1923
  const ret = arg0;
Binary file
@@ -45,7 +45,7 @@ export const runLoaderWorkerPool = async (binding, projectCwd, loaderWorkerUrl,
45
45
  workerData: {
46
46
  cwd: finalCwd,
47
47
  projectRoot: projectCwd,
48
- workerId: workerId,
48
+ threadId: workerId,
49
49
  },
50
50
  loaderAssets: {
51
51
  importMaps: { ...loadersImportMap },
@@ -2,15 +2,16 @@ import { Buffer } from "buffer";
2
2
  import path from "path";
3
3
  import { Stats } from "../../types";
4
4
  import { promises } from "./fsPromisesPolyfill";
5
+ import { workerData } from "./workerThreadsPolyfill";
5
6
  function resolvePath(p) {
6
- var _a, _b, _c;
7
+ var _a, _b;
7
8
  // @ts-ignore
8
- const cwd = ((_b = (_a = self.process) === null || _a === void 0 ? void 0 : _a.cwd) === null || _b === void 0 ? void 0 : _b.call(_a)) || ((_c = self.workerData) === null || _c === void 0 ? void 0 : _c.cwd) || "/";
9
+ const cwd = ((_b = (_a = self.process) === null || _a === void 0 ? void 0 : _a.cwd) === null || _b === void 0 ? void 0 : _b.call(_a)) || (workerData === null || workerData === void 0 ? void 0 : workerData.cwd) || "/";
9
10
  return path.resolve(cwd, p);
10
11
  }
11
12
  function getFs() {
12
13
  // @ts-ignore
13
- const fs = self.workerData.fs;
14
+ const fs = workerData.fs;
14
15
  if (!fs) {
15
16
  throw new Error("FS not initialized");
16
17
  }
@@ -1,15 +1,16 @@
1
1
  import { Buffer } from "buffer";
2
2
  import path from "path";
3
3
  import { Stats } from "../../types";
4
+ import { workerData } from "./workerThreadsPolyfill";
4
5
  function resolvePath(p) {
5
- var _a, _b, _c;
6
+ var _a, _b;
6
7
  // @ts-ignore
7
- const cwd = ((_b = (_a = self.process) === null || _a === void 0 ? void 0 : _a.cwd) === null || _b === void 0 ? void 0 : _b.call(_a)) || ((_c = self.workerData) === null || _c === void 0 ? void 0 : _c.cwd) || "/";
8
+ const cwd = ((_b = (_a = self.process) === null || _a === void 0 ? void 0 : _a.cwd) === null || _b === void 0 ? void 0 : _b.call(_a)) || (workerData === null || workerData === void 0 ? void 0 : workerData.cwd) || "/";
8
9
  return path.resolve(cwd, p);
9
10
  }
10
11
  function getFs() {
11
12
  // @ts-ignore
12
- const fs = self.workerData.fs;
13
+ const fs = workerData.fs;
13
14
  if (!fs) {
14
15
  throw new Error("FS not initialized");
15
16
  }
@@ -1,3 +1,5 @@
1
+ import * as fs from "./fsPolyfill";
2
+ import * as workerThreads from "./workerThreadsPolyfill";
1
3
  const buffer = require("buffer");
2
4
  self.Buffer = buffer.Buffer;
3
5
  const process = require("process");
@@ -5,7 +7,7 @@ const originalCwd = process.cwd;
5
7
  process.cwd = () => {
6
8
  var _a;
7
9
  // @ts-ignore
8
- return ((_a = self.workerData) === null || _a === void 0 ? void 0 : _a.cwd) || (originalCwd === null || originalCwd === void 0 ? void 0 : originalCwd()) || "/";
10
+ return ((_a = workerThreads.workerData) === null || _a === void 0 ? void 0 : _a.cwd) || (originalCwd === null || originalCwd === void 0 ? void 0 : originalCwd()) || "/";
9
11
  };
10
12
  if (!process.versions)
11
13
  process.versions = {};
@@ -18,21 +20,17 @@ const originalResolve = path.resolve;
18
20
  path.resolve = (...args) => {
19
21
  var _a;
20
22
  // @ts-ignore
21
- const cwd = ((_a = self.workerData) === null || _a === void 0 ? void 0 : _a.cwd) || "/";
23
+ const cwd = ((_a = workerThreads.workerData) === null || _a === void 0 ? void 0 : _a.cwd) || "/";
22
24
  return originalResolve(cwd, ...args);
23
25
  };
24
- import * as fs from "./fsPolyfill";
25
- import * as workerThreads from "./workerThreadsPolyfill";
26
- const workerThreadsWithLiveWorkerData = {
26
+ const workerThreadsWithWorkerData = {
27
27
  ...workerThreads,
28
28
  get workerData() {
29
- // @ts-ignore
30
- return self.workerData;
29
+ return workerThreads.workerData;
31
30
  },
32
31
  get threadId() {
33
32
  var _a;
34
- // @ts-ignore
35
- return ((_a = self.workerData) === null || _a === void 0 ? void 0 : _a.workerId) || 0;
33
+ return ((_a = workerThreads.workerData) === null || _a === void 0 ? void 0 : _a.threadId) || 0;
36
34
  },
37
35
  };
38
36
  // Used to directly inject polyfill instance into systemjs
@@ -225,6 +223,6 @@ export default {
225
223
  get "node:util"() {
226
224
  return require("util");
227
225
  },
228
- worker_threads: workerThreadsWithLiveWorkerData,
229
- "node:worker_threads": workerThreadsWithLiveWorkerData,
226
+ worker_threads: workerThreadsWithWorkerData,
227
+ "node:worker_threads": workerThreadsWithWorkerData,
230
228
  };
@@ -1,5 +1,23 @@
1
- // @ts-ignore
2
- export const workerData = self.workerData;
1
+ const globalSelf = self;
2
+ export const workerData = new Proxy({}, {
3
+ get(_target, prop) {
4
+ var _a;
5
+ return (_a = globalSelf.workerData) === null || _a === void 0 ? void 0 : _a[prop];
6
+ },
7
+ has(_target, prop) {
8
+ return globalSelf.workerData && prop in globalSelf.workerData;
9
+ },
10
+ ownKeys(_target) {
11
+ return globalSelf.workerData
12
+ ? Reflect.ownKeys(globalSelf.workerData)
13
+ : [];
14
+ },
15
+ getOwnPropertyDescriptor(_target, prop) {
16
+ return globalSelf.workerData
17
+ ? Object.getOwnPropertyDescriptor(globalSelf.workerData, prop)
18
+ : undefined;
19
+ },
20
+ });
3
21
  export const isMainThread = false;
4
22
  export const parentPort = {
5
23
  postMessage: (message) => self.postMessage(message),
@@ -1,6 +1,6 @@
1
1
  export interface LoaderRunnerMeta {
2
2
  workerData: {
3
- workerId: number;
3
+ threadId: number;
4
4
  cwd: string;
5
5
  projectRoot: string;
6
6
  };
@@ -17,7 +17,7 @@ export function startLoaderWorker() {
17
17
  Project.init("");
18
18
  Project.setCwd(meta.workerData.cwd);
19
19
  self.workerData = {
20
- workerId: meta.workerData.workerId,
20
+ threadId: meta.workerData.threadId,
21
21
  cwd: meta.workerData.cwd,
22
22
  projectRoot: meta.workerData.projectRoot,
23
23
  binding,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utoo/web",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "module": "esm/index.js",
5
5
  "types": "esm/index.d.ts",
6
6
  "files": [