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.
@@ -1559,13 +1559,13 @@ export function __wbindgen_string_new(arg0, arg1) {
1559
1559
  return addHeapObject(ret);
1560
1560
  };
1561
1561
 
1562
- export function __wbg_devdata_new(arg0) {
1563
- const ret = DevData.__wrap(arg0);
1562
+ export function __wbindgen_number_new(arg0) {
1563
+ const ret = arg0;
1564
1564
  return addHeapObject(ret);
1565
1565
  };
1566
1566
 
1567
- export function __wbindgen_number_new(arg0) {
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
 
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "ahqstore-types",
3
3
  "type": "module",
4
4
  "description": "Standard types used by AHQ Store",
5
- "version": "3.2.4",
5
+ "version": "3.2.5",
6
6
  "license": "SEE LICENSE IN ../LICENSE.md",
7
7
  "repository": {
8
8
  "type": "git",