@janssenproject/cedarling_wasm 0.0.78 → 1.6.0

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.
@@ -215,9 +215,9 @@ export interface InitOutput {
215
215
  readonly __externref_table_dealloc: (a: number) => void;
216
216
  readonly __externref_drop_slice: (a: number, b: number) => void;
217
217
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
218
- readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdaed90602c6da65b: (a: number, b: number) => void;
219
- readonly closure469_externref_shim: (a: number, b: number, c: any) => void;
220
- readonly closure1740_externref_shim: (a: number, b: number, c: any, d: any) => void;
218
+ readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he6c5a60ebd2c1975: (a: number, b: number) => void;
219
+ readonly closure470_externref_shim: (a: number, b: number, c: any) => void;
220
+ readonly closure1738_externref_shim: (a: number, b: number, c: any, d: any) => void;
221
221
  readonly __wbindgen_start: () => void;
222
222
  }
223
223
 
package/cedarling_wasm.js CHANGED
@@ -231,15 +231,15 @@ 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__hdaed90602c6da65b(arg0, arg1);
234
+ wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he6c5a60ebd2c1975(arg0, arg1);
235
235
  }
236
236
 
237
237
  function __wbg_adapter_53(arg0, arg1, arg2) {
238
- wasm.closure469_externref_shim(arg0, arg1, arg2);
238
+ wasm.closure470_externref_shim(arg0, arg1, arg2);
239
239
  }
240
240
 
241
241
  function __wbg_adapter_241(arg0, arg1, arg2, arg3) {
242
- wasm.closure1740_externref_shim(arg0, arg1, arg2, arg3);
242
+ wasm.closure1738_externref_shim(arg0, arg1, arg2, arg3);
243
243
  }
244
244
 
245
245
  const __wbindgen_enum_RequestCredentials = ["omit", "same-origin", "include"];
@@ -1220,12 +1220,12 @@ function __wbg_get_imports() {
1220
1220
  const ret = false;
1221
1221
  return ret;
1222
1222
  };
1223
- imports.wbg.__wbindgen_closure_wrapper3247 = function(arg0, arg1, arg2) {
1224
- const ret = makeMutClosure(arg0, arg1, 426, __wbg_adapter_50);
1223
+ imports.wbg.__wbindgen_closure_wrapper3246 = function(arg0, arg1, arg2) {
1224
+ const ret = makeMutClosure(arg0, arg1, 427, __wbg_adapter_50);
1225
1225
  return ret;
1226
1226
  };
1227
- imports.wbg.__wbindgen_closure_wrapper3386 = function(arg0, arg1, arg2) {
1228
- const ret = makeMutClosure(arg0, arg1, 470, __wbg_adapter_53);
1227
+ imports.wbg.__wbindgen_closure_wrapper3385 = function(arg0, arg1, arg2) {
1228
+ const ret = makeMutClosure(arg0, arg1, 471, __wbg_adapter_53);
1229
1229
  return ret;
1230
1230
  };
1231
1231
  imports.wbg.__wbindgen_debug_string = function(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.78",
5
+ "version": "1.6.0",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",