@janssenproject/cedarling_wasm 0.0.145-nodejs → 0.0.146-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
@@ -235,7 +235,7 @@ function _assertClass(instance, klass) {
235
235
  }
236
236
  }
237
237
  function __wbg_adapter_50(arg0, arg1) {
238
- wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd1a987ea5022c349(arg0, arg1);
238
+ wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf597e8206f12bf34(arg0, arg1);
239
239
  }
240
240
 
241
241
  function __wbg_adapter_53(arg0, arg1, arg2) {
@@ -821,7 +821,7 @@ module.exports.__wbg_cedarling_new = function(arg0) {
821
821
  return ret;
822
822
  };
823
823
 
824
- module.exports.__wbg_clearTimeout_745fd6b471404013 = function(arg0) {
824
+ module.exports.__wbg_clearTimeout_0b53d391c1b94dda = function(arg0) {
825
825
  const ret = clearTimeout(arg0);
826
826
  return ret;
827
827
  };
@@ -854,13 +854,13 @@ module.exports.__wbg_error_dc53417fcef5463a = function(arg0) {
854
854
  console.error(...arg0);
855
855
  };
856
856
 
857
- module.exports.__wbg_fetch_509096533071c657 = function(arg0, arg1) {
858
- const ret = arg0.fetch(arg1);
857
+ module.exports.__wbg_fetch_11bff8299d0ecd2b = function(arg0) {
858
+ const ret = fetch(arg0);
859
859
  return ret;
860
860
  };
861
861
 
862
- module.exports.__wbg_fetch_77866590267de597 = function(arg0) {
863
- const ret = fetch(arg0);
862
+ module.exports.__wbg_fetch_509096533071c657 = function(arg0, arg1) {
863
+ const ret = arg0.fetch(arg1);
864
864
  return ret;
865
865
  };
866
866
 
@@ -1143,7 +1143,7 @@ module.exports.__wbg_resolve_4851785c9c5f573d = function(arg0) {
1143
1143
  return ret;
1144
1144
  };
1145
1145
 
1146
- module.exports.__wbg_setTimeout_4ab30768fad1b6bc = function(arg0, arg1) {
1146
+ module.exports.__wbg_setTimeout_73ce8df12de4f2f2 = function(arg0, arg1) {
1147
1147
  const ret = setTimeout(arg0, arg1);
1148
1148
  return ret;
1149
1149
  };
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.145-nodejs",
4
+ "version": "0.0.146-nodejs",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",