@janssenproject/cedarling_wasm 0.0.267-nodejs → 0.0.268-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
@@ -244,8 +244,8 @@ function wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020(arg0, arg
244
244
  wasm.wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020(arg0, arg1, arg2);
245
245
  }
246
246
 
247
- function wasm_bindgen__convert__closures_____invoke__h062c8b4e18ed20ef(arg0, arg1) {
248
- wasm.wasm_bindgen__convert__closures_____invoke__h062c8b4e18ed20ef(arg0, arg1);
247
+ function wasm_bindgen__convert__closures_____invoke__h5ff03ccd7ebf0b8f(arg0, arg1) {
248
+ wasm.wasm_bindgen__convert__closures_____invoke__h5ff03ccd7ebf0b8f(arg0, arg1);
249
249
  }
250
250
 
251
251
  function wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287(arg0, arg1, arg2, arg3) {
@@ -1394,18 +1394,18 @@ exports.__wbg_warn_a2d80c28bcdb1933 = function(arg0) {
1394
1394
  console.warn(...arg0);
1395
1395
  };
1396
1396
 
1397
- exports.__wbindgen_cast_1be559affc47552a = function(arg0, arg1) {
1398
- // Cast intrinsic for `Closure(Closure { dtor_idx: 507, function: Function { arguments: [], shim_idx: 508, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1399
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h09947fd6e6f31eb3, wasm_bindgen__convert__closures_____invoke__h062c8b4e18ed20ef);
1400
- return ret;
1401
- };
1402
-
1403
1397
  exports.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
1404
1398
  // Cast intrinsic for `Ref(String) -> Externref`.
1405
1399
  const ret = getStringFromWasm0(arg0, arg1);
1406
1400
  return ret;
1407
1401
  };
1408
1402
 
1403
+ exports.__wbindgen_cast_2fb66661e8d075cf = function(arg0, arg1) {
1404
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 553, function: Function { arguments: [Externref], shim_idx: 554, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1405
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8bb11a3ec59bf31f, wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020);
1406
+ return ret;
1407
+ };
1408
+
1409
1409
  exports.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
1410
1410
  // Cast intrinsic for `U64 -> Externref`.
1411
1411
  const ret = BigInt.asUintN(64, arg0);
@@ -1424,18 +1424,18 @@ exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
1424
1424
  return ret;
1425
1425
  };
1426
1426
 
1427
- exports.__wbindgen_cast_d1dd07120553c180 = function(arg0, arg1) {
1428
- // Cast intrinsic for `Closure(Closure { dtor_idx: 552, function: Function { arguments: [Externref], shim_idx: 553, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1429
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8bb11a3ec59bf31f, wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020);
1430
- return ret;
1431
- };
1432
-
1433
1427
  exports.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
1434
1428
  // Cast intrinsic for `F64 -> Externref`.
1435
1429
  const ret = arg0;
1436
1430
  return ret;
1437
1431
  };
1438
1432
 
1433
+ exports.__wbindgen_cast_f0904d98c773eedb = function(arg0, arg1) {
1434
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 508, function: Function { arguments: [], shim_idx: 509, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1435
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h7d161684108efd42, wasm_bindgen__convert__closures_____invoke__h5ff03ccd7ebf0b8f);
1436
+ return ret;
1437
+ };
1438
+
1439
1439
  exports.__wbindgen_init_externref_table = function() {
1440
1440
  const table = wasm.__wbindgen_externrefs;
1441
1441
  const offset = table.grow(4);
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.267-nodejs",
4
+ "version": "0.0.268-nodejs",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",