@janssenproject/cedarling_wasm 0.0.118 → 0.0.119

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,9 +220,9 @@ 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__h5b4a3f9d8b2f0614: (a: number, b: number) => void;
223
+ readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h90d4f07f5255484d: (a: number, b: number) => void;
224
224
  readonly closure512_externref_shim: (a: number, b: number, c: any) => void;
225
- readonly closure1781_externref_shim: (a: number, b: number, c: any, d: any) => void;
225
+ readonly closure1779_externref_shim: (a: number, b: number, c: any, d: any) => void;
226
226
  readonly __wbindgen_start: () => void;
227
227
  }
228
228
 
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__h5b4a3f9d8b2f0614(arg0, arg1);
234
+ wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h90d4f07f5255484d(arg0, arg1);
235
235
  }
236
236
 
237
237
  function __wbg_adapter_53(arg0, arg1, arg2) {
@@ -239,7 +239,7 @@ function __wbg_adapter_53(arg0, arg1, arg2) {
239
239
  }
240
240
 
241
241
  function __wbg_adapter_244(arg0, arg1, arg2, arg3) {
242
- wasm.closure1781_externref_shim(arg0, arg1, arg2, arg3);
242
+ wasm.closure1779_externref_shim(arg0, arg1, arg2, arg3);
243
243
  }
244
244
 
245
245
  const __wbindgen_enum_RequestCredentials = ["omit", "same-origin", "include"];
@@ -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_121ece162c044c80 = function(arg0) {
838
+ imports.wbg.__wbg_clearTimeout_b1115618e821c3b2 = function(arg0) {
839
839
  const ret = clearTimeout(arg0);
840
840
  return ret;
841
841
  };
@@ -861,7 +861,7 @@ 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_43e69ddf509149f8 = function(arg0) {
864
+ imports.wbg.__wbg_fetch_3afbdcc7ddbf16fe = function(arg0) {
865
865
  const ret = fetch(arg0);
866
866
  return ret;
867
867
  };
@@ -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_e64b2910d9d7169a = function(arg0, arg1) {
1103
+ imports.wbg.__wbg_setTimeout_ca12ead8b48245e2 = 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.118",
5
+ "version": "0.0.119",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",