timed-automata-analyzer 1.0.11 → 1.1.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/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.0.11",
8
+ "version": "1.1.0",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
@@ -238,7 +238,7 @@ export function findUnreachableLocations(ta) {
238
238
  wasm.__wbindgen_free(ret[0], ret[1] * 4, 4);
239
239
  return v2;
240
240
  }
241
- export function __wbg___wbindgen_throw_be289d5034ed271b(arg0, arg1) {
241
+ export function __wbg___wbindgen_throw_df03e93053e0f4bc(arg0, arg1) {
242
242
  throw new Error(getStringFromWasm0(arg0, arg1));
243
243
  }
244
244
  export function __wbg_clause_unwrap(arg0) {
Binary file