@janssenproject/cedarling_wasm 0.0.230 → 0.0.231

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.
@@ -226,9 +226,9 @@ export interface InitOutput {
226
226
  readonly __externref_table_dealloc: (a: number) => void;
227
227
  readonly __externref_drop_slice: (a: number, b: number) => void;
228
228
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
229
+ readonly wasm_bindgen__convert__closures_____invoke__h6d488e27518f0ac7: (a: number, b: number) => void;
229
230
  readonly closure548_externref_shim: (a: number, b: number, c: any) => void;
230
- readonly wasm_bindgen__convert__closures_____invoke__h214c7aec3b7a80e2: (a: number, b: number) => void;
231
- readonly closure1836_externref_shim: (a: number, b: number, c: any, d: any) => void;
231
+ readonly closure1837_externref_shim: (a: number, b: number, c: any, d: any) => void;
232
232
  readonly __wbindgen_start: () => void;
233
233
  }
234
234
 
package/cedarling_wasm.js CHANGED
@@ -248,16 +248,16 @@ function _assertClass(instance, klass) {
248
248
  throw new Error(`expected instance of ${klass.name}`);
249
249
  }
250
250
  }
251
- function __wbg_adapter_10(arg0, arg1, arg2) {
252
- wasm.closure548_externref_shim(arg0, arg1, arg2);
251
+ function __wbg_adapter_10(arg0, arg1) {
252
+ wasm.wasm_bindgen__convert__closures_____invoke__h6d488e27518f0ac7(arg0, arg1);
253
253
  }
254
254
 
255
- function __wbg_adapter_17(arg0, arg1) {
256
- wasm.wasm_bindgen__convert__closures_____invoke__h214c7aec3b7a80e2(arg0, arg1);
255
+ function __wbg_adapter_15(arg0, arg1, arg2) {
256
+ wasm.closure548_externref_shim(arg0, arg1, arg2);
257
257
  }
258
258
 
259
259
  function __wbg_adapter_212(arg0, arg1, arg2, arg3) {
260
- wasm.closure1836_externref_shim(arg0, arg1, arg2, arg3);
260
+ wasm.closure1837_externref_shim(arg0, arg1, arg2, arg3);
261
261
  }
262
262
 
263
263
  const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
@@ -829,6 +829,10 @@ function __wbg_get_imports() {
829
829
  const ret = Error(getStringFromWasm0(arg0, arg1));
830
830
  return ret;
831
831
  };
832
+ imports.wbg.__wbg_Number_998bea33bd87c3e0 = function(arg0) {
833
+ const ret = Number(arg0);
834
+ return ret;
835
+ };
832
836
  imports.wbg.__wbg_String_8f0eb39a4a4c2f66 = function(arg0, arg1) {
833
837
  const ret = String(arg1);
834
838
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -1329,9 +1333,9 @@ function __wbg_get_imports() {
1329
1333
  const ret = arg0;
1330
1334
  return ret;
1331
1335
  };
1332
- imports.wbg.__wbindgen_cast_c50ab2c557280b7e = function(arg0, arg1) {
1333
- // Cast intrinsic for `Closure(Closure { dtor_idx: 501, function: Function { arguments: [], shim_idx: 502, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1334
- const ret = makeMutClosure(arg0, arg1, 501, __wbg_adapter_17);
1336
+ imports.wbg.__wbindgen_cast_b047884414de0a5d = function(arg0, arg1) {
1337
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 503, function: Function { arguments: [], shim_idx: 504, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1338
+ const ret = makeMutClosure(arg0, arg1, 503, __wbg_adapter_10);
1335
1339
  return ret;
1336
1340
  };
1337
1341
  imports.wbg.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
@@ -1341,7 +1345,7 @@ function __wbg_get_imports() {
1341
1345
  };
1342
1346
  imports.wbg.__wbindgen_cast_cf04d869ccc8e004 = function(arg0, arg1) {
1343
1347
  // Cast intrinsic for `Closure(Closure { dtor_idx: 547, function: Function { arguments: [Externref], shim_idx: 548, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1344
- const ret = makeMutClosure(arg0, arg1, 547, __wbg_adapter_10);
1348
+ const ret = makeMutClosure(arg0, arg1, 547, __wbg_adapter_15);
1345
1349
  return ret;
1346
1350
  };
1347
1351
  imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
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.230",
5
+ "version": "0.0.231",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",