timed-automata-analyzer 1.1.1 → 1.1.2

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "luth1um"
6
6
  ],
7
7
  "description": "An analyzer for Timed Automata written in Rust",
8
- "version": "1.1.1",
8
+ "version": "1.1.2",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
@@ -234,11 +234,11 @@ export function findUnreachableLocations(ta) {
234
234
  _assertClass(ta, TimedAutomaton);
235
235
  var ptr0 = ta.__destroy_into_raw();
236
236
  const ret = wasm.findUnreachableLocations(ptr0);
237
- var v2 = getArrayJsValueFromWasm0(ret[0], ret[1]).slice();
237
+ var v2 = getArrayJsValueFromWasm0(ret[0], ret[1]);
238
238
  wasm.__wbindgen_free(ret[0], ret[1] * 4, 4);
239
239
  return v2;
240
240
  }
241
- export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
241
+ export function __wbg___wbindgen_throw_bb96b2010945f0bc(arg0, arg1) {
242
242
  throw new Error(getStringFromWasm0(arg0, arg1));
243
243
  }
244
244
  export function __wbg_clause_unwrap(arg0) {
Binary file