@janssenproject/cedarling_wasm 0.0.293-nodejs → 0.0.294-nodejs

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/cedarling_wasm.js CHANGED
@@ -225,8 +225,8 @@ if (!('encodeInto' in cachedTextEncoder)) {
225
225
 
226
226
  let WASM_VECTOR_LEN = 0;
227
227
 
228
- function wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97(arg0, arg1) {
229
- wasm.wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97(arg0, arg1);
228
+ function wasm_bindgen__convert__closures_____invoke__h351e0905dc14f137(arg0, arg1) {
229
+ wasm.wasm_bindgen__convert__closures_____invoke__h351e0905dc14f137(arg0, arg1);
230
230
  }
231
231
 
232
232
  function wasm_bindgen__convert__closures_____invoke__he934e31379087ee0(arg0, arg1, arg2) {
@@ -1028,7 +1028,7 @@ exports.__wbg_cedarling_new = function(arg0) {
1028
1028
  return ret;
1029
1029
  };
1030
1030
 
1031
- exports.__wbg_clearTimeout_7a42b49784aea641 = function(arg0) {
1031
+ exports.__wbg_clearTimeout_3b6a9a13d4bde075 = function(arg0) {
1032
1032
  const ret = clearTimeout(arg0);
1033
1033
  return ret;
1034
1034
  };
@@ -1061,13 +1061,13 @@ exports.__wbg_error_98d791de55bc7c97 = function(arg0) {
1061
1061
  console.error(...arg0);
1062
1062
  };
1063
1063
 
1064
- exports.__wbg_fetch_74a3e84ebd2c9a0e = function(arg0) {
1065
- const ret = fetch(arg0);
1064
+ exports.__wbg_fetch_90447c28cc0b095e = function(arg0, arg1) {
1065
+ const ret = arg0.fetch(arg1);
1066
1066
  return ret;
1067
1067
  };
1068
1068
 
1069
- exports.__wbg_fetch_90447c28cc0b095e = function(arg0, arg1) {
1070
- const ret = arg0.fetch(arg1);
1069
+ exports.__wbg_fetch_df3fa17a5772dafb = function(arg0) {
1070
+ const ret = fetch(arg0);
1071
1071
  return ret;
1072
1072
  };
1073
1073
 
@@ -1363,7 +1363,7 @@ exports.__wbg_resolve_fd5bfbaa4ce36e1e = function(arg0) {
1363
1363
  return ret;
1364
1364
  };
1365
1365
 
1366
- exports.__wbg_setTimeout_7bb3429662ab1e70 = function(arg0, arg1) {
1366
+ exports.__wbg_setTimeout_35a07631c669fbee = function(arg0, arg1) {
1367
1367
  const ret = setTimeout(arg0, arg1);
1368
1368
  return ret;
1369
1369
  };
@@ -1497,7 +1497,7 @@ exports.__wbg_warn_14a9fd75d0abe5d7 = function(arg0) {
1497
1497
 
1498
1498
  exports.__wbindgen_cast_0e8a9f348831646f = function(arg0, arg1) {
1499
1499
  // Cast intrinsic for `Closure(Closure { dtor_idx: 510, function: Function { arguments: [], shim_idx: 511, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1500
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3b69c8350c009da1, wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97);
1500
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf2bc10d152bfabbb, wasm_bindgen__convert__closures_____invoke__h351e0905dc14f137);
1501
1501
  return ret;
1502
1502
  };
1503
1503
 
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@janssenproject/cedarling_wasm",
3
3
  "description": "The Cedarling is a performant local authorization service that runs the Rust Cedar Engine",
4
- "version": "0.0.293-nodejs",
4
+ "version": "0.0.294-nodejs",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",