@cooljapan/oxirs 0.3.0 → 0.3.1

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/oxirs_wasm_bg.js CHANGED
@@ -504,7 +504,7 @@ export function version() {
504
504
  wasm.__wbindgen_export(deferred1_0, deferred1_1, 1);
505
505
  }
506
506
  }
507
- export function __wbg___wbindgen_throw_9c75d47bf9e7731e(arg0, arg1) {
507
+ export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
508
508
  throw new Error(getStringFromWasm0(arg0, arg1));
509
509
  }
510
510
  export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
@@ -518,26 +518,26 @@ export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
518
518
  wasm.__wbindgen_export(deferred0_0, deferred0_1, 1);
519
519
  }
520
520
  }
521
- export function __wbg_log_72d22df918dcc232(arg0) {
521
+ export function __wbg_log_cf2e968649f3384e(arg0) {
522
522
  console.log(getObject(arg0));
523
523
  }
524
524
  export function __wbg_new_227d7c05414eb861() {
525
525
  const ret = new Error();
526
526
  return addHeapObject(ret);
527
527
  }
528
- export function __wbg_new_2fad8ca02fd00684() {
528
+ export function __wbg_new_ce1ab61c1c2b300d() {
529
529
  const ret = new Object();
530
530
  return addHeapObject(ret);
531
531
  }
532
- export function __wbg_new_3baa8d9866155c79() {
532
+ export function __wbg_new_d90091b82fdf5b91() {
533
533
  const ret = new Array();
534
534
  return addHeapObject(ret);
535
535
  }
536
- export function __wbg_push_60a5366c0bb22a7d(arg0, arg1) {
536
+ export function __wbg_push_a6822215aa43e71c(arg0, arg1) {
537
537
  const ret = getObject(arg0).push(getObject(arg1));
538
538
  return ret;
539
539
  }
540
- export function __wbg_set_5337f8ac82364a3f() { return handleError(function (arg0, arg1, arg2) {
540
+ export function __wbg_set_6e30c9374c26414c() { return handleError(function (arg0, arg1, arg2) {
541
541
  const ret = Reflect.set(getObject(arg0), getObject(arg1), getObject(arg2));
542
542
  return ret;
543
543
  }, arguments); }
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "KitaSan <info@kitasan.io>"
6
6
  ],
7
7
  "description": "WebAssembly bindings for OxiRS - Run RDF/SPARQL in the browser",
8
- "version": "0.3.0",
8
+ "version": "0.3.1",
9
9
  "license": "Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",