@janssenproject/cedarling_wasm 0.0.267 → 0.0.268

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.
@@ -217,10 +217,10 @@ export interface InitOutput {
217
217
  readonly jsjsonlogic_new: () => number;
218
218
  readonly jsjsonlogic_apply: (a: number, b: any, c: any) => [number, number, number];
219
219
  readonly ring_core_0_17_14__bn_mul_mont: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
220
- readonly wasm_bindgen__convert__closures_____invoke__h062c8b4e18ed20ef: (a: number, b: number) => void;
221
- readonly wasm_bindgen__closure__destroy__h09947fd6e6f31eb3: (a: number, b: number) => void;
222
220
  readonly wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020: (a: number, b: number, c: any) => void;
223
221
  readonly wasm_bindgen__closure__destroy__h8bb11a3ec59bf31f: (a: number, b: number) => void;
222
+ readonly wasm_bindgen__convert__closures_____invoke__h5ff03ccd7ebf0b8f: (a: number, b: number) => void;
223
+ readonly wasm_bindgen__closure__destroy__h7d161684108efd42: (a: number, b: number) => void;
224
224
  readonly wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287: (a: number, b: number, c: any, d: any) => void;
225
225
  readonly __wbindgen_malloc: (a: number, b: number) => number;
226
226
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
package/cedarling_wasm.js CHANGED
@@ -246,14 +246,14 @@ function _assertClass(instance, klass) {
246
246
  throw new Error(`expected instance of ${klass.name}`);
247
247
  }
248
248
  }
249
- function wasm_bindgen__convert__closures_____invoke__h062c8b4e18ed20ef(arg0, arg1) {
250
- wasm.wasm_bindgen__convert__closures_____invoke__h062c8b4e18ed20ef(arg0, arg1);
251
- }
252
-
253
249
  function wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020(arg0, arg1, arg2) {
254
250
  wasm.wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020(arg0, arg1, arg2);
255
251
  }
256
252
 
253
+ function wasm_bindgen__convert__closures_____invoke__h5ff03ccd7ebf0b8f(arg0, arg1) {
254
+ wasm.wasm_bindgen__convert__closures_____invoke__h5ff03ccd7ebf0b8f(arg0, arg1);
255
+ }
256
+
257
257
  function wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287(arg0, arg1, arg2, arg3) {
258
258
  wasm.wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287(arg0, arg1, arg2, arg3);
259
259
  }
@@ -1313,16 +1313,16 @@ function __wbg_get_imports() {
1313
1313
  imports.wbg.__wbg_warn_a2d80c28bcdb1933 = function(arg0) {
1314
1314
  console.warn(...arg0);
1315
1315
  };
1316
- imports.wbg.__wbindgen_cast_1be559affc47552a = function(arg0, arg1) {
1317
- // Cast intrinsic for `Closure(Closure { dtor_idx: 507, function: Function { arguments: [], shim_idx: 508, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1318
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h09947fd6e6f31eb3, wasm_bindgen__convert__closures_____invoke__h062c8b4e18ed20ef);
1319
- return ret;
1320
- };
1321
1316
  imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
1322
1317
  // Cast intrinsic for `Ref(String) -> Externref`.
1323
1318
  const ret = getStringFromWasm0(arg0, arg1);
1324
1319
  return ret;
1325
1320
  };
1321
+ imports.wbg.__wbindgen_cast_2fb66661e8d075cf = function(arg0, arg1) {
1322
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 553, function: Function { arguments: [Externref], shim_idx: 554, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1323
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8bb11a3ec59bf31f, wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020);
1324
+ return ret;
1325
+ };
1326
1326
  imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
1327
1327
  // Cast intrinsic for `U64 -> Externref`.
1328
1328
  const ret = BigInt.asUintN(64, arg0);
@@ -1338,16 +1338,16 @@ function __wbg_get_imports() {
1338
1338
  const ret = getArrayU8FromWasm0(arg0, arg1);
1339
1339
  return ret;
1340
1340
  };
1341
- imports.wbg.__wbindgen_cast_d1dd07120553c180 = function(arg0, arg1) {
1342
- // Cast intrinsic for `Closure(Closure { dtor_idx: 552, function: Function { arguments: [Externref], shim_idx: 553, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1343
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8bb11a3ec59bf31f, wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020);
1344
- return ret;
1345
- };
1346
1341
  imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
1347
1342
  // Cast intrinsic for `F64 -> Externref`.
1348
1343
  const ret = arg0;
1349
1344
  return ret;
1350
1345
  };
1346
+ imports.wbg.__wbindgen_cast_f0904d98c773eedb = function(arg0, arg1) {
1347
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 508, function: Function { arguments: [], shim_idx: 509, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1348
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h7d161684108efd42, wasm_bindgen__convert__closures_____invoke__h5ff03ccd7ebf0b8f);
1349
+ return ret;
1350
+ };
1351
1351
  imports.wbg.__wbindgen_init_externref_table = function() {
1352
1352
  const table = wasm.__wbindgen_externrefs;
1353
1353
  const offset = table.grow(4);
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.267",
5
+ "version": "0.0.268",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",