@janssenproject/cedarling_wasm 0.0.363 → 0.0.364

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.
@@ -629,7 +629,7 @@ export interface InitOutput {
629
629
  readonly wasm_bindgen__convert__closures_____invoke__h10797b50422db1d9: (a: number, b: number, c: any) => [number, number];
630
630
  readonly wasm_bindgen__convert__closures_____invoke__h034cae6b5dd12778: (a: number, b: number, c: any, d: any) => void;
631
631
  readonly wasm_bindgen__convert__closures_____invoke__hc1f7fa9b168b3277: (a: number, b: number, c: any) => void;
632
- readonly wasm_bindgen__convert__closures_____invoke__hdeea4964d1197885: (a: number, b: number) => void;
632
+ readonly wasm_bindgen__convert__closures_____invoke__h4b5318020fa39a0e: (a: number, b: number) => void;
633
633
  readonly wasm_bindgen__convert__closures_____invoke__h1de102d8396d84e7: (a: number, b: number) => void;
634
634
  readonly __wbindgen_malloc: (a: number, b: number) => number;
635
635
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
package/cedarling_wasm.js CHANGED
@@ -1412,11 +1412,11 @@ function __wbg_get_imports() {
1412
1412
  const ret = Cedarling.__wrap(arg0);
1413
1413
  return ret;
1414
1414
  },
1415
- __wbg_clearTimeout_1d1b13f4034f30ca: function(arg0) {
1415
+ __wbg_clearTimeout_2256f1e7b94ef517: function(arg0) {
1416
1416
  const ret = clearTimeout(arg0);
1417
1417
  return ret;
1418
1418
  },
1419
- __wbg_clearTimeout_2256f1e7b94ef517: function(arg0) {
1419
+ __wbg_clearTimeout_c122f92fd48cd749: function(arg0) {
1420
1420
  const ret = clearTimeout(arg0);
1421
1421
  return ret;
1422
1422
  },
@@ -1459,10 +1459,6 @@ function __wbg_get_imports() {
1459
1459
  __wbg_error_290de5487bca6d05: function(arg0) {
1460
1460
  console.error(...arg0);
1461
1461
  },
1462
- __wbg_fetch_010aa16f24b763bc: function(arg0, arg1) {
1463
- const ret = fetch(arg0, arg1);
1464
- return ret;
1465
- },
1466
1462
  __wbg_fetch_0d322c0aed196b8b: function(arg0, arg1) {
1467
1463
  const ret = arg0.fetch(arg1);
1468
1464
  return ret;
@@ -1475,6 +1471,10 @@ function __wbg_get_imports() {
1475
1471
  const ret = fetch(arg0);
1476
1472
  return ret;
1477
1473
  },
1474
+ __wbg_fetch_5e2e4a3d60c8d1d3: function(arg0, arg1) {
1475
+ const ret = fetch(arg0, arg1);
1476
+ return ret;
1477
+ },
1478
1478
  __wbg_fromEntries_ce99d7540610a555: function() { return handleError(function (arg0) {
1479
1479
  const ret = Object.fromEntries(arg0);
1480
1480
  return ret;
@@ -1746,7 +1746,7 @@ function __wbg_get_imports() {
1746
1746
  __wbg_respond_008ca9525ae22847: function() { return handleError(function (arg0, arg1) {
1747
1747
  arg0.respond(arg1 >>> 0);
1748
1748
  }, arguments); },
1749
- __wbg_setTimeout_a3127d9f29a851c3: function(arg0, arg1) {
1749
+ __wbg_setTimeout_9f4169770fc5a5c3: function(arg0, arg1) {
1750
1750
  const ret = setTimeout(arg0, arg1);
1751
1751
  return ret;
1752
1752
  },
@@ -1882,17 +1882,17 @@ function __wbg_get_imports() {
1882
1882
  return ret;
1883
1883
  },
1884
1884
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
1885
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 650, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1885
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 651, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1886
1886
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hc1f7fa9b168b3277);
1887
1887
  return ret;
1888
1888
  },
1889
1889
  __wbindgen_cast_0000000000000003: function(arg0, arg1) {
1890
1890
  // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 606, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1891
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hdeea4964d1197885);
1891
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h4b5318020fa39a0e);
1892
1892
  return ret;
1893
1893
  },
1894
1894
  __wbindgen_cast_0000000000000004: function(arg0, arg1) {
1895
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 762, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1895
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 763, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1896
1896
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h1de102d8396d84e7);
1897
1897
  return ret;
1898
1898
  },
@@ -1937,8 +1937,8 @@ function __wbg_get_imports() {
1937
1937
  };
1938
1938
  }
1939
1939
 
1940
- function wasm_bindgen__convert__closures_____invoke__hdeea4964d1197885(arg0, arg1) {
1941
- wasm.wasm_bindgen__convert__closures_____invoke__hdeea4964d1197885(arg0, arg1);
1940
+ function wasm_bindgen__convert__closures_____invoke__h4b5318020fa39a0e(arg0, arg1) {
1941
+ wasm.wasm_bindgen__convert__closures_____invoke__h4b5318020fa39a0e(arg0, arg1);
1942
1942
  }
1943
1943
 
1944
1944
  function wasm_bindgen__convert__closures_____invoke__h1de102d8396d84e7(arg0, arg1) {
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@janssenproject/cedarling_wasm",
3
3
  "type": "module",
4
4
  "description": "The Cedarling is a performant local authorization service that runs the Rust Cedar Engine",
5
- "version": "0.0.363",
5
+ "version": "0.0.364",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",