@cooljapan/oxirs 0.2.2 → 0.2.4

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
@@ -477,7 +477,7 @@ export function version() {
477
477
  wasm.__wbindgen_export(deferred1_0, deferred1_1, 1);
478
478
  }
479
479
  }
480
- export function __wbg___wbindgen_throw_6ddd609b62940d55(arg0, arg1) {
480
+ export function __wbg___wbindgen_throw_5549492daedad139(arg0, arg1) {
481
481
  throw new Error(getStringFromWasm0(arg0, arg1));
482
482
  }
483
483
  export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
@@ -491,26 +491,26 @@ export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
491
491
  wasm.__wbindgen_export(deferred0_0, deferred0_1, 1);
492
492
  }
493
493
  }
494
- export function __wbg_log_524eedafa26daa59(arg0) {
494
+ export function __wbg_log_6a75b71d6316e935(arg0) {
495
495
  console.log(getObject(arg0));
496
496
  }
497
497
  export function __wbg_new_227d7c05414eb861() {
498
498
  const ret = new Error();
499
499
  return addHeapObject(ret);
500
500
  }
501
- export function __wbg_new_a70fbab9066b301f() {
501
+ export function __wbg_new_4370be21fa2b2f80() {
502
502
  const ret = new Array();
503
503
  return addHeapObject(ret);
504
504
  }
505
- export function __wbg_new_ab79df5bd7c26067() {
505
+ export function __wbg_new_48e1d86cfd30c8e7() {
506
506
  const ret = new Object();
507
507
  return addHeapObject(ret);
508
508
  }
509
- export function __wbg_push_e87b0e732085a946(arg0, arg1) {
509
+ export function __wbg_push_d0006a37f9fcda6d(arg0, arg1) {
510
510
  const ret = getObject(arg0).push(getObject(arg1));
511
511
  return ret;
512
512
  }
513
- export function __wbg_set_7eaa4f96924fd6b3() { return handleError(function (arg0, arg1, arg2) {
513
+ export function __wbg_set_991082a7a49971cf() { return handleError(function (arg0, arg1, arg2) {
514
514
  const ret = Reflect.set(getObject(arg0), getObject(arg1), getObject(arg2));
515
515
  return ret;
516
516
  }, 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.2.2",
8
+ "version": "0.2.4",
9
9
  "license": "Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",