@rwth-pads/cpnsim 0.1.6 → 0.1.8

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/cpnsim.js CHANGED
@@ -302,9 +302,6 @@ function __wbg_get_imports() {
302
302
  const ret = Reflect.get(arg0, arg1);
303
303
  return ret;
304
304
  }, arguments) };
305
- imports.wbg.__wbg_log_6da06f616805bdce = function(arg0, arg1) {
306
- console.log(getStringFromWasm0(arg0, arg1));
307
- };
308
305
  imports.wbg.__wbg_msCrypto_0a36e2ec3a343d26 = function(arg0) {
309
306
  const ret = arg0.msCrypto;
310
307
  return ret;
package/cpnsim_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "István Koren"
6
6
  ],
7
7
  "description": "CPNsim is a Rust library and command-line tool with WebAssembly target for simulating Colored Petri Nets (CPNs)",
8
- "version": "0.1.6",
8
+ "version": "0.1.8",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",