@janssenproject/cedarling_wasm 0.0.145 → 0.0.146

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.
@@ -220,7 +220,7 @@ export interface InitOutput {
220
220
  readonly __externref_table_dealloc: (a: number) => void;
221
221
  readonly __externref_drop_slice: (a: number, b: number) => void;
222
222
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
223
- readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd1a987ea5022c349: (a: number, b: number) => void;
223
+ readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf597e8206f12bf34: (a: number, b: number) => void;
224
224
  readonly closure510_externref_shim: (a: number, b: number, c: any) => void;
225
225
  readonly closure1778_externref_shim: (a: number, b: number, c: any, d: any) => void;
226
226
  readonly __wbindgen_start: () => void;
package/cedarling_wasm.js CHANGED
@@ -231,7 +231,7 @@ function _assertClass(instance, klass) {
231
231
  }
232
232
  }
233
233
  function __wbg_adapter_50(arg0, arg1) {
234
- wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd1a987ea5022c349(arg0, arg1);
234
+ wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf597e8206f12bf34(arg0, arg1);
235
235
  }
236
236
 
237
237
  function __wbg_adapter_53(arg0, arg1, arg2) {
@@ -835,7 +835,7 @@ function __wbg_get_imports() {
835
835
  const ret = Cedarling.__wrap(arg0);
836
836
  return ret;
837
837
  };
838
- imports.wbg.__wbg_clearTimeout_745fd6b471404013 = function(arg0) {
838
+ imports.wbg.__wbg_clearTimeout_0b53d391c1b94dda = function(arg0) {
839
839
  const ret = clearTimeout(arg0);
840
840
  return ret;
841
841
  };
@@ -861,12 +861,12 @@ function __wbg_get_imports() {
861
861
  imports.wbg.__wbg_error_dc53417fcef5463a = function(arg0) {
862
862
  console.error(...arg0);
863
863
  };
864
- imports.wbg.__wbg_fetch_509096533071c657 = function(arg0, arg1) {
865
- const ret = arg0.fetch(arg1);
864
+ imports.wbg.__wbg_fetch_11bff8299d0ecd2b = function(arg0) {
865
+ const ret = fetch(arg0);
866
866
  return ret;
867
867
  };
868
- imports.wbg.__wbg_fetch_77866590267de597 = function(arg0) {
869
- const ret = fetch(arg0);
868
+ imports.wbg.__wbg_fetch_509096533071c657 = function(arg0, arg1) {
869
+ const ret = arg0.fetch(arg1);
870
870
  return ret;
871
871
  };
872
872
  imports.wbg.__wbg_fromEntries_524679eecb0bdc2e = function() { return handleError(function (arg0) {
@@ -1100,7 +1100,7 @@ function __wbg_get_imports() {
1100
1100
  const ret = Promise.resolve(arg0);
1101
1101
  return ret;
1102
1102
  };
1103
- imports.wbg.__wbg_setTimeout_4ab30768fad1b6bc = function(arg0, arg1) {
1103
+ imports.wbg.__wbg_setTimeout_73ce8df12de4f2f2 = function(arg0, arg1) {
1104
1104
  const ret = setTimeout(arg0, arg1);
1105
1105
  return ret;
1106
1106
  };
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.145",
5
+ "version": "0.0.146",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",