@janssenproject/cedarling_wasm 0.0.286-nodejs → 0.0.287-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
@@ -1495,12 +1495,6 @@ exports.__wbg_warn_14a9fd75d0abe5d7 = function(arg0) {
1495
1495
  console.warn(...arg0);
1496
1496
  };
1497
1497
 
1498
- exports.__wbindgen_cast_06e9015128396e60 = function(arg0, arg1) {
1499
- // Cast intrinsic for `Closure(Closure { dtor_idx: 505, function: Function { arguments: [], shim_idx: 506, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1500
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3b69c8350c009da1, wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97);
1501
- return ret;
1502
- };
1503
-
1504
1498
  exports.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
1505
1499
  // Cast intrinsic for `Ref(String) -> Externref`.
1506
1500
  const ret = getStringFromWasm0(arg0, arg1);
@@ -1513,12 +1507,6 @@ exports.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
1513
1507
  return ret;
1514
1508
  };
1515
1509
 
1516
- exports.__wbindgen_cast_4bdd81be241a5b48 = function(arg0, arg1) {
1517
- // Cast intrinsic for `Closure(Closure { dtor_idx: 549, function: Function { arguments: [Externref], shim_idx: 550, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1518
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h5f4f3416747f6981, wasm_bindgen__convert__closures_____invoke__he934e31379087ee0);
1519
- return ret;
1520
- };
1521
-
1522
1510
  exports.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
1523
1511
  // Cast intrinsic for `I64 -> Externref`.
1524
1512
  const ret = arg0;
@@ -1531,12 +1519,24 @@ exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
1531
1519
  return ret;
1532
1520
  };
1533
1521
 
1522
+ exports.__wbindgen_cast_d1dd07120553c180 = function(arg0, arg1) {
1523
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 552, function: Function { arguments: [Externref], shim_idx: 553, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1524
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h5f4f3416747f6981, wasm_bindgen__convert__closures_____invoke__he934e31379087ee0);
1525
+ return ret;
1526
+ };
1527
+
1534
1528
  exports.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
1535
1529
  // Cast intrinsic for `F64 -> Externref`.
1536
1530
  const ret = arg0;
1537
1531
  return ret;
1538
1532
  };
1539
1533
 
1534
+ exports.__wbindgen_cast_f0904d98c773eedb = function(arg0, arg1) {
1535
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 508, function: Function { arguments: [], shim_idx: 509, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1536
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3b69c8350c009da1, wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97);
1537
+ return ret;
1538
+ };
1539
+
1540
1540
  exports.__wbindgen_init_externref_table = function() {
1541
1541
  const table = wasm.__wbindgen_externrefs;
1542
1542
  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.286-nodejs",
4
+ "version": "0.0.287-nodejs",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",