@stadiamaps/ferrostar 0.15.0 → 0.16.0

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/ferrostar_bg.js CHANGED
@@ -530,13 +530,13 @@ export function __wbindgen_is_object(arg0) {
530
530
  return ret;
531
531
  };
532
532
 
533
- export function __wbindgen_error_new(arg0, arg1) {
534
- const ret = new Error(getStringFromWasm0(arg0, arg1));
533
+ export function __wbindgen_string_new(arg0, arg1) {
534
+ const ret = getStringFromWasm0(arg0, arg1);
535
535
  return addHeapObject(ret);
536
536
  };
537
537
 
538
- export function __wbindgen_string_new(arg0, arg1) {
539
- const ret = getStringFromWasm0(arg0, arg1);
538
+ export function __wbindgen_error_new(arg0, arg1) {
539
+ const ret = new Error(getStringFromWasm0(arg0, arg1));
540
540
  return addHeapObject(ret);
541
541
  };
542
542
 
package/ferrostar_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "Luke Seelenbinder <luke@stadiamaps.com>"
8
8
  ],
9
9
  "description": "The core of modern turn-by-turn navigation.",
10
- "version": "0.15.0",
10
+ "version": "0.16.0",
11
11
  "license": "BSD-3-Clause",
12
12
  "repository": {
13
13
  "type": "git",