@janssenproject/cedarling_wasm 0.0.243 → 0.0.244

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.
@@ -226,8 +226,8 @@ export interface InitOutput {
226
226
  readonly __externref_table_dealloc: (a: number) => void;
227
227
  readonly __externref_drop_slice: (a: number, b: number) => void;
228
228
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
229
- readonly closure551_externref_shim: (a: number, b: number, c: any) => void;
230
229
  readonly wasm_bindgen__convert__closures_____invoke__hd85855495ef290f9: (a: number, b: number) => void;
230
+ readonly closure551_externref_shim: (a: number, b: number, c: any) => void;
231
231
  readonly closure1832_externref_shim: (a: number, b: number, c: any, d: any) => void;
232
232
  readonly __wbindgen_start: () => void;
233
233
  }
package/cedarling_wasm.js CHANGED
@@ -248,12 +248,12 @@ function _assertClass(instance, klass) {
248
248
  throw new Error(`expected instance of ${klass.name}`);
249
249
  }
250
250
  }
251
- function __wbg_adapter_10(arg0, arg1, arg2) {
252
- wasm.closure551_externref_shim(arg0, arg1, arg2);
251
+ function __wbg_adapter_6(arg0, arg1) {
252
+ wasm.wasm_bindgen__convert__closures_____invoke__hd85855495ef290f9(arg0, arg1);
253
253
  }
254
254
 
255
- function __wbg_adapter_19(arg0, arg1) {
256
- wasm.wasm_bindgen__convert__closures_____invoke__hd85855495ef290f9(arg0, arg1);
255
+ function __wbg_adapter_9(arg0, arg1, arg2) {
256
+ wasm.closure551_externref_shim(arg0, arg1, arg2);
257
257
  }
258
258
 
259
259
  function __wbg_adapter_214(arg0, arg1, arg2, arg3) {
@@ -1323,7 +1323,7 @@ function __wbg_get_imports() {
1323
1323
  };
1324
1324
  imports.wbg.__wbindgen_cast_1be559affc47552a = function(arg0, arg1) {
1325
1325
  // Cast intrinsic for `Closure(Closure { dtor_idx: 507, function: Function { arguments: [], shim_idx: 508, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1326
- const ret = makeMutClosure(arg0, arg1, 507, __wbg_adapter_19);
1326
+ const ret = makeMutClosure(arg0, arg1, 507, __wbg_adapter_6);
1327
1327
  return ret;
1328
1328
  };
1329
1329
  imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
@@ -1338,7 +1338,7 @@ function __wbg_get_imports() {
1338
1338
  };
1339
1339
  imports.wbg.__wbindgen_cast_6caffbe795a425f3 = function(arg0, arg1) {
1340
1340
  // Cast intrinsic for `Closure(Closure { dtor_idx: 550, function: Function { arguments: [Externref], shim_idx: 551, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1341
- const ret = makeMutClosure(arg0, arg1, 550, __wbg_adapter_10);
1341
+ const ret = makeMutClosure(arg0, arg1, 550, __wbg_adapter_9);
1342
1342
  return ret;
1343
1343
  };
1344
1344
  imports.wbg.__wbindgen_cast_9ae0607507abb057 = function(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.243",
5
+ "version": "0.0.244",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",