@janssenproject/cedarling_wasm 0.0.278 → 0.0.279

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.
@@ -258,11 +258,11 @@ export interface InitOutput {
258
258
  readonly jsjsonlogic_new: () => number;
259
259
  readonly jsjsonlogic_apply: (a: number, b: any, c: any) => [number, number, number];
260
260
  readonly ring_core_0_17_14__bn_mul_mont: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
261
- readonly wasm_bindgen__convert__closures_____invoke__hb85a0d6bfa2beadc: (a: number, b: number) => void;
262
- readonly wasm_bindgen__closure__destroy__h412f0562fcad9c84: (a: number, b: number) => void;
263
- readonly wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020: (a: number, b: number, c: any) => void;
264
- readonly wasm_bindgen__closure__destroy__h8bb11a3ec59bf31f: (a: number, b: number) => void;
265
- readonly wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287: (a: number, b: number, c: any, d: any) => void;
261
+ readonly wasm_bindgen__convert__closures_____invoke__hb2ffb7e4f031e9d5: (a: number, b: number) => void;
262
+ readonly wasm_bindgen__closure__destroy__hfceb61579afa4415: (a: number, b: number) => void;
263
+ readonly wasm_bindgen__convert__closures_____invoke__h6327561d424f9a15: (a: number, b: number, c: any) => void;
264
+ readonly wasm_bindgen__closure__destroy__h4fff4cc5f82a04c0: (a: number, b: number) => void;
265
+ readonly wasm_bindgen__convert__closures_____invoke__h4e75ae6afb7ea833: (a: number, b: number, c: any, d: any) => void;
266
266
  readonly __wbindgen_malloc: (a: number, b: number) => number;
267
267
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
268
268
  readonly __wbindgen_exn_store: (a: number) => void;
package/cedarling_wasm.js CHANGED
@@ -246,16 +246,16 @@ function getArrayJsValueFromWasm0(ptr, len) {
246
246
  wasm.__externref_drop_slice(ptr, len);
247
247
  return result;
248
248
  }
249
- function wasm_bindgen__convert__closures_____invoke__hb85a0d6bfa2beadc(arg0, arg1) {
250
- wasm.wasm_bindgen__convert__closures_____invoke__hb85a0d6bfa2beadc(arg0, arg1);
249
+ function wasm_bindgen__convert__closures_____invoke__hb2ffb7e4f031e9d5(arg0, arg1) {
250
+ wasm.wasm_bindgen__convert__closures_____invoke__hb2ffb7e4f031e9d5(arg0, arg1);
251
251
  }
252
252
 
253
- function wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020(arg0, arg1, arg2) {
254
- wasm.wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020(arg0, arg1, arg2);
253
+ function wasm_bindgen__convert__closures_____invoke__h6327561d424f9a15(arg0, arg1, arg2) {
254
+ wasm.wasm_bindgen__convert__closures_____invoke__h6327561d424f9a15(arg0, arg1, arg2);
255
255
  }
256
256
 
257
- function wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287(arg0, arg1, arg2, arg3) {
258
- wasm.wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287(arg0, arg1, arg2, arg3);
257
+ function wasm_bindgen__convert__closures_____invoke__h4e75ae6afb7ea833(arg0, arg1, arg2, arg3) {
258
+ wasm.wasm_bindgen__convert__closures_____invoke__h4e75ae6afb7ea833(arg0, arg1, arg2, arg3);
259
259
  }
260
260
 
261
261
  const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
@@ -1235,7 +1235,7 @@ function __wbg_get_imports() {
1235
1235
  const a = state0.a;
1236
1236
  state0.a = 0;
1237
1237
  try {
1238
- return wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287(a, state0.b, arg0, arg1);
1238
+ return wasm_bindgen__convert__closures_____invoke__h4e75ae6afb7ea833(a, state0.b, arg0, arg1);
1239
1239
  } finally {
1240
1240
  state0.a = a;
1241
1241
  }
@@ -1435,6 +1435,11 @@ function __wbg_get_imports() {
1435
1435
  imports.wbg.__wbg_warn_a2d80c28bcdb1933 = function(arg0) {
1436
1436
  console.warn(...arg0);
1437
1437
  };
1438
+ imports.wbg.__wbindgen_cast_02fea57424c85e3c = function(arg0, arg1) {
1439
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 561, function: Function { arguments: [Externref], shim_idx: 562, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1440
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h4fff4cc5f82a04c0, wasm_bindgen__convert__closures_____invoke__h6327561d424f9a15);
1441
+ return ret;
1442
+ };
1438
1443
  imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
1439
1444
  // Cast intrinsic for `Ref(String) -> Externref`.
1440
1445
  const ret = getStringFromWasm0(arg0, arg1);
@@ -1445,9 +1450,9 @@ function __wbg_get_imports() {
1445
1450
  const ret = BigInt.asUintN(64, arg0);
1446
1451
  return ret;
1447
1452
  };
1448
- imports.wbg.__wbindgen_cast_7476ec76802be9a6 = function(arg0, arg1) {
1449
- // Cast intrinsic for `Closure(Closure { dtor_idx: 520, function: Function { arguments: [], shim_idx: 521, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1450
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h412f0562fcad9c84, wasm_bindgen__convert__closures_____invoke__hb85a0d6bfa2beadc);
1453
+ imports.wbg.__wbindgen_cast_67365bd7b36f80c7 = function(arg0, arg1) {
1454
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 517, function: Function { arguments: [], shim_idx: 518, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1455
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hfceb61579afa4415, wasm_bindgen__convert__closures_____invoke__hb2ffb7e4f031e9d5);
1451
1456
  return ret;
1452
1457
  };
1453
1458
  imports.wbg.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
@@ -1460,11 +1465,6 @@ function __wbg_get_imports() {
1460
1465
  const ret = getArrayU8FromWasm0(arg0, arg1);
1461
1466
  return ret;
1462
1467
  };
1463
- imports.wbg.__wbindgen_cast_d13a751f153ef52c = function(arg0, arg1) {
1464
- // Cast intrinsic for `Closure(Closure { dtor_idx: 565, function: Function { arguments: [Externref], shim_idx: 566, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1465
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8bb11a3ec59bf31f, wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020);
1466
- return ret;
1467
- };
1468
1468
  imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
1469
1469
  // Cast intrinsic for `F64 -> Externref`.
1470
1470
  const ret = arg0;
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.278",
5
+ "version": "0.0.279",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",