@janssenproject/cedarling_wasm 0.0.352 → 0.0.353

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.
@@ -630,7 +630,7 @@ export interface InitOutput {
630
630
  readonly wasm_bindgen__convert__closures_____invoke__h119863c445122e5d: (a: number, b: number, c: any, d: any) => void;
631
631
  readonly wasm_bindgen__convert__closures_____invoke__hf1ca0e856de00606: (a: number, b: number, c: any) => void;
632
632
  readonly wasm_bindgen__convert__closures_____invoke__he14d1fc3cfeb85f6: (a: number, b: number) => void;
633
- readonly wasm_bindgen__convert__closures_____invoke__he72a6bdd7d802ab1: (a: number, b: number) => void;
633
+ readonly wasm_bindgen__convert__closures_____invoke__h9e8cd69d806f1a31: (a: number, b: number) => void;
634
634
  readonly __wbindgen_malloc: (a: number, b: number) => number;
635
635
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
636
636
  readonly __wbindgen_exn_store: (a: number) => void;
package/cedarling_wasm.js CHANGED
@@ -1878,23 +1878,23 @@ function __wbg_get_imports() {
1878
1878
  console.warn(...arg0);
1879
1879
  },
1880
1880
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
1881
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 2207, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1881
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 2208, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1882
1882
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h5760e008571e67be);
1883
1883
  return ret;
1884
1884
  },
1885
1885
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
1886
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 640, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1886
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 641, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1887
1887
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hf1ca0e856de00606);
1888
1888
  return ret;
1889
1889
  },
1890
1890
  __wbindgen_cast_0000000000000003: function(arg0, arg1) {
1891
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 596, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1891
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 597, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1892
1892
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__he14d1fc3cfeb85f6);
1893
1893
  return ret;
1894
1894
  },
1895
1895
  __wbindgen_cast_0000000000000004: function(arg0, arg1) {
1896
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 754, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1897
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__he72a6bdd7d802ab1);
1896
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 755, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1897
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h9e8cd69d806f1a31);
1898
1898
  return ret;
1899
1899
  },
1900
1900
  __wbindgen_cast_0000000000000005: function(arg0) {
@@ -1942,8 +1942,8 @@ function wasm_bindgen__convert__closures_____invoke__he14d1fc3cfeb85f6(arg0, arg
1942
1942
  wasm.wasm_bindgen__convert__closures_____invoke__he14d1fc3cfeb85f6(arg0, arg1);
1943
1943
  }
1944
1944
 
1945
- function wasm_bindgen__convert__closures_____invoke__he72a6bdd7d802ab1(arg0, arg1) {
1946
- wasm.wasm_bindgen__convert__closures_____invoke__he72a6bdd7d802ab1(arg0, arg1);
1945
+ function wasm_bindgen__convert__closures_____invoke__h9e8cd69d806f1a31(arg0, arg1) {
1946
+ wasm.wasm_bindgen__convert__closures_____invoke__h9e8cd69d806f1a31(arg0, arg1);
1947
1947
  }
1948
1948
 
1949
1949
  function wasm_bindgen__convert__closures_____invoke__hf1ca0e856de00606(arg0, arg1, arg2) {
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.352",
5
+ "version": "0.0.353",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",