ahqstore-types 3.2.4 → 3.2.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/ahqstore_types_bg.js +4 -4
- package/ahqstore_types_bg.wasm +0 -0
- package/package.json +1 -1
package/ahqstore_types_bg.js
CHANGED
|
@@ -1559,13 +1559,13 @@ export function __wbindgen_string_new(arg0, arg1) {
|
|
|
1559
1559
|
return addHeapObject(ret);
|
|
1560
1560
|
};
|
|
1561
1561
|
|
|
1562
|
-
export function
|
|
1563
|
-
const ret =
|
|
1562
|
+
export function __wbindgen_number_new(arg0) {
|
|
1563
|
+
const ret = arg0;
|
|
1564
1564
|
return addHeapObject(ret);
|
|
1565
1565
|
};
|
|
1566
1566
|
|
|
1567
|
-
export function
|
|
1568
|
-
const ret = arg0;
|
|
1567
|
+
export function __wbg_devdata_new(arg0) {
|
|
1568
|
+
const ret = DevData.__wrap(arg0);
|
|
1569
1569
|
return addHeapObject(ret);
|
|
1570
1570
|
};
|
|
1571
1571
|
|
package/ahqstore_types_bg.wasm
CHANGED
|
Binary file
|