@janssenproject/cedarling_wasm 0.0.241 → 0.0.242

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.
@@ -227,7 +227,7 @@ export interface InitOutput {
227
227
  readonly __externref_drop_slice: (a: number, b: number) => void;
228
228
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
229
229
  readonly closure555_externref_shim: (a: number, b: number, c: any) => void;
230
- readonly wasm_bindgen__convert__closures_____invoke__hdf5ef36897f13b22: (a: number, b: number) => void;
230
+ readonly wasm_bindgen__convert__closures_____invoke__h585ef7cd6056e486: (a: number, b: number) => void;
231
231
  readonly closure1835_externref_shim: (a: number, b: number, c: any, d: any) => void;
232
232
  readonly __wbindgen_start: () => void;
233
233
  }
package/cedarling_wasm.js CHANGED
@@ -248,12 +248,12 @@ function _assertClass(instance, klass) {
248
248
  throw new Error(`expected instance of ${klass.name}`);
249
249
  }
250
250
  }
251
- function __wbg_adapter_12(arg0, arg1, arg2) {
251
+ function __wbg_adapter_6(arg0, arg1, arg2) {
252
252
  wasm.closure555_externref_shim(arg0, arg1, arg2);
253
253
  }
254
254
 
255
- function __wbg_adapter_15(arg0, arg1) {
256
- wasm.wasm_bindgen__convert__closures_____invoke__hdf5ef36897f13b22(arg0, arg1);
255
+ function __wbg_adapter_11(arg0, arg1) {
256
+ wasm.wasm_bindgen__convert__closures_____invoke__h585ef7cd6056e486(arg0, arg1);
257
257
  }
258
258
 
259
259
  function __wbg_adapter_214(arg0, arg1, arg2, arg3) {
@@ -869,7 +869,7 @@ function __wbg_get_imports() {
869
869
  const ret = Cedarling.__wrap(arg0);
870
870
  return ret;
871
871
  };
872
- imports.wbg.__wbg_clearTimeout_6222fede17abcb1a = function(arg0) {
872
+ imports.wbg.__wbg_clearTimeout_7a42b49784aea641 = function(arg0) {
873
873
  const ret = clearTimeout(arg0);
874
874
  return ret;
875
875
  };
@@ -895,12 +895,12 @@ function __wbg_get_imports() {
895
895
  imports.wbg.__wbg_error_3e65ef00ce5a8b19 = function(arg0) {
896
896
  console.error(...arg0);
897
897
  };
898
- imports.wbg.__wbg_fetch_87aed7f306ec6d63 = function(arg0, arg1) {
899
- const ret = arg0.fetch(arg1);
898
+ imports.wbg.__wbg_fetch_74a3e84ebd2c9a0e = function(arg0) {
899
+ const ret = fetch(arg0);
900
900
  return ret;
901
901
  };
902
- imports.wbg.__wbg_fetch_f156d10be9a5c88a = function(arg0) {
903
- const ret = fetch(arg0);
902
+ imports.wbg.__wbg_fetch_87aed7f306ec6d63 = function(arg0, arg1) {
903
+ const ret = arg0.fetch(arg1);
904
904
  return ret;
905
905
  };
906
906
  imports.wbg.__wbg_fromEntries_90d06c670ebbfb45 = function() { return handleError(function (arg0) {
@@ -1140,7 +1140,7 @@ function __wbg_get_imports() {
1140
1140
  const ret = Promise.resolve(arg0);
1141
1141
  return ret;
1142
1142
  };
1143
- imports.wbg.__wbg_setTimeout_2b339866a2aa3789 = function(arg0, arg1) {
1143
+ imports.wbg.__wbg_setTimeout_7bb3429662ab1e70 = function(arg0, arg1) {
1144
1144
  const ret = setTimeout(arg0, arg1);
1145
1145
  return ret;
1146
1146
  };
@@ -1333,7 +1333,7 @@ function __wbg_get_imports() {
1333
1333
  };
1334
1334
  imports.wbg.__wbindgen_cast_7c08b7b6f622c969 = function(arg0, arg1) {
1335
1335
  // Cast intrinsic for `Closure(Closure { dtor_idx: 509, function: Function { arguments: [], shim_idx: 510, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1336
- const ret = makeMutClosure(arg0, arg1, 509, __wbg_adapter_15);
1336
+ const ret = makeMutClosure(arg0, arg1, 509, __wbg_adapter_11);
1337
1337
  return ret;
1338
1338
  };
1339
1339
  imports.wbg.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
@@ -1343,7 +1343,7 @@ function __wbg_get_imports() {
1343
1343
  };
1344
1344
  imports.wbg.__wbindgen_cast_c8a75cba4fbd7360 = function(arg0, arg1) {
1345
1345
  // Cast intrinsic for `Closure(Closure { dtor_idx: 554, function: Function { arguments: [Externref], shim_idx: 555, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1346
- const ret = makeMutClosure(arg0, arg1, 554, __wbg_adapter_12);
1346
+ const ret = makeMutClosure(arg0, arg1, 554, __wbg_adapter_6);
1347
1347
  return ret;
1348
1348
  };
1349
1349
  imports.wbg.__wbindgen_cast_cb9088102bce6b30 = 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.241",
5
+ "version": "0.0.242",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",