@janssenproject/cedarling_wasm 0.0.242-nodejs → 0.0.243-nodejs

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.
package/cedarling_wasm.js CHANGED
@@ -242,16 +242,16 @@ function _assertClass(instance, klass) {
242
242
  throw new Error(`expected instance of ${klass.name}`);
243
243
  }
244
244
  }
245
- function __wbg_adapter_10(arg0, arg1) {
246
- wasm.wasm_bindgen__convert__closures_____invoke__h585ef7cd6056e486(arg0, arg1);
245
+ function __wbg_adapter_6(arg0, arg1) {
246
+ wasm.wasm_bindgen__convert__closures_____invoke__hd85855495ef290f9(arg0, arg1);
247
247
  }
248
248
 
249
249
  function __wbg_adapter_15(arg0, arg1, arg2) {
250
- wasm.closure555_externref_shim(arg0, arg1, arg2);
250
+ wasm.closure551_externref_shim(arg0, arg1, arg2);
251
251
  }
252
252
 
253
253
  function __wbg_adapter_214(arg0, arg1, arg2, arg3) {
254
- wasm.closure1835_externref_shim(arg0, arg1, arg2, arg3);
254
+ wasm.closure1832_externref_shim(arg0, arg1, arg2, arg3);
255
255
  }
256
256
 
257
257
  const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
@@ -896,7 +896,7 @@ exports.__wbg_fromEntries_90d06c670ebbfb45 = function() { return handleError(fun
896
896
  return ret;
897
897
  }, arguments) };
898
898
 
899
- exports.__wbg_getRandomValues_3c9c0d586e575a16 = function() { return handleError(function (arg0, arg1) {
899
+ exports.__wbg_getRandomValues_1c61fac11405ffdc = function() { return handleError(function (arg0, arg1) {
900
900
  globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
901
901
  }, arguments) };
902
902
 
@@ -1402,6 +1402,12 @@ exports.__wbg_wbindgenthrow_451ec1a8469d7eb6 = function(arg0, arg1) {
1402
1402
  throw new Error(getStringFromWasm0(arg0, arg1));
1403
1403
  };
1404
1404
 
1405
+ exports.__wbindgen_cast_1be559affc47552a = function(arg0, arg1) {
1406
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 507, function: Function { arguments: [], shim_idx: 508, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1407
+ const ret = makeMutClosure(arg0, arg1, 507, __wbg_adapter_6);
1408
+ return ret;
1409
+ };
1410
+
1405
1411
  exports.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
1406
1412
  // Cast intrinsic for `Ref(String) -> Externref`.
1407
1413
  const ret = getStringFromWasm0(arg0, arg1);
@@ -1414,9 +1420,9 @@ exports.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
1414
1420
  return ret;
1415
1421
  };
1416
1422
 
1417
- exports.__wbindgen_cast_7c08b7b6f622c969 = function(arg0, arg1) {
1418
- // Cast intrinsic for `Closure(Closure { dtor_idx: 509, function: Function { arguments: [], shim_idx: 510, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1419
- const ret = makeMutClosure(arg0, arg1, 509, __wbg_adapter_10);
1423
+ exports.__wbindgen_cast_6caffbe795a425f3 = function(arg0, arg1) {
1424
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 550, function: Function { arguments: [Externref], shim_idx: 551, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1425
+ const ret = makeMutClosure(arg0, arg1, 550, __wbg_adapter_15);
1420
1426
  return ret;
1421
1427
  };
1422
1428
 
@@ -1426,12 +1432,6 @@ exports.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
1426
1432
  return ret;
1427
1433
  };
1428
1434
 
1429
- exports.__wbindgen_cast_c8a75cba4fbd7360 = function(arg0, arg1) {
1430
- // Cast intrinsic for `Closure(Closure { dtor_idx: 554, function: Function { arguments: [Externref], shim_idx: 555, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1431
- const ret = makeMutClosure(arg0, arg1, 554, __wbg_adapter_15);
1432
- return ret;
1433
- };
1434
-
1435
1435
  exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
1436
1436
  // Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
1437
1437
  const ret = getArrayU8FromWasm0(arg0, arg1);
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@janssenproject/cedarling_wasm",
3
3
  "description": "The Cedarling is a performant local authorization service that runs the Rust Cedar Engine",
4
- "version": "0.0.242-nodejs",
4
+ "version": "0.0.243-nodejs",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",