@janssenproject/cedarling_wasm 0.0.232-nodejs → 0.0.233-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__h1ab799bdf74301af(arg0, arg1);
245
+ function __wbg_adapter_10(arg0, arg1, arg2) {
246
+ wasm.closure547_externref_shim(arg0, arg1, arg2);
247
247
  }
248
248
 
249
- function __wbg_adapter_17(arg0, arg1, arg2) {
250
- wasm.closure548_externref_shim(arg0, arg1, arg2);
249
+ function __wbg_adapter_13(arg0, arg1) {
250
+ wasm.wasm_bindgen__convert__closures_____invoke__h994a59d6652c1ee2(arg0, arg1);
251
251
  }
252
252
 
253
253
  function __wbg_adapter_212(arg0, arg1, arg2, arg3) {
254
- wasm.closure1835_externref_shim(arg0, arg1, arg2, arg3);
254
+ wasm.closure1833_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"];
@@ -1410,6 +1410,12 @@ exports.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
1410
1410
  return ret;
1411
1411
  };
1412
1412
 
1413
+ exports.__wbindgen_cast_4a0c4f1ed0f00828 = function(arg0, arg1) {
1414
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 546, function: Function { arguments: [Externref], shim_idx: 547, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1415
+ const ret = makeMutClosure(arg0, arg1, 546, __wbg_adapter_10);
1416
+ return ret;
1417
+ };
1418
+
1413
1419
  exports.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
1414
1420
  // Cast intrinsic for `I64 -> Externref`.
1415
1421
  const ret = arg0;
@@ -1418,7 +1424,7 @@ exports.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
1418
1424
 
1419
1425
  exports.__wbindgen_cast_b047884414de0a5d = function(arg0, arg1) {
1420
1426
  // Cast intrinsic for `Closure(Closure { dtor_idx: 503, function: Function { arguments: [], shim_idx: 504, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1421
- const ret = makeMutClosure(arg0, arg1, 503, __wbg_adapter_10);
1427
+ const ret = makeMutClosure(arg0, arg1, 503, __wbg_adapter_13);
1422
1428
  return ret;
1423
1429
  };
1424
1430
 
@@ -1428,12 +1434,6 @@ exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
1428
1434
  return ret;
1429
1435
  };
1430
1436
 
1431
- exports.__wbindgen_cast_cf04d869ccc8e004 = function(arg0, arg1) {
1432
- // Cast intrinsic for `Closure(Closure { dtor_idx: 547, function: Function { arguments: [Externref], shim_idx: 548, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1433
- const ret = makeMutClosure(arg0, arg1, 547, __wbg_adapter_17);
1434
- return ret;
1435
- };
1436
-
1437
1437
  exports.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
1438
1438
  // Cast intrinsic for `F64 -> Externref`.
1439
1439
  const ret = arg0;
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.232-nodejs",
4
+ "version": "0.0.233-nodejs",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",