@janssenproject/cedarling_wasm 0.0.419-nodejs → 0.0.420-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
@@ -1999,7 +1999,7 @@ function __wbg_get_imports() {
1999
1999
  const a = state0.a;
2000
2000
  state0.a = 0;
2001
2001
  try {
2002
- return __wasm_bindgen_func_elem_8747(a, state0.b, arg0, arg1);
2002
+ return __wasm_bindgen_func_elem_8750(a, state0.b, arg0, arg1);
2003
2003
  } finally {
2004
2004
  state0.a = a;
2005
2005
  }
@@ -2214,12 +2214,12 @@ function __wbg_get_imports() {
2214
2214
  },
2215
2215
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
2216
2216
  // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 995, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
2217
- const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_8692);
2217
+ const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_8695);
2218
2218
  return addHeapObject(ret);
2219
2219
  },
2220
2220
  __wbindgen_cast_0000000000000003: function(arg0, arg1) {
2221
2221
  // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 883, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2222
- const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_8527);
2222
+ const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_8530);
2223
2223
  return addHeapObject(ret);
2224
2224
  },
2225
2225
  __wbindgen_cast_0000000000000004: function(arg0) {
@@ -2261,18 +2261,18 @@ function __wbg_get_imports() {
2261
2261
  };
2262
2262
  }
2263
2263
 
2264
- function __wasm_bindgen_func_elem_8527(arg0, arg1) {
2265
- wasm.__wasm_bindgen_func_elem_8527(arg0, arg1);
2264
+ function __wasm_bindgen_func_elem_8530(arg0, arg1) {
2265
+ wasm.__wasm_bindgen_func_elem_8530(arg0, arg1);
2266
2266
  }
2267
2267
 
2268
2268
  function __wasm_bindgen_func_elem_12170(arg0, arg1, arg2) {
2269
2269
  wasm.__wasm_bindgen_func_elem_12170(arg0, arg1, addHeapObject(arg2));
2270
2270
  }
2271
2271
 
2272
- function __wasm_bindgen_func_elem_8692(arg0, arg1, arg2) {
2272
+ function __wasm_bindgen_func_elem_8695(arg0, arg1, arg2) {
2273
2273
  try {
2274
2274
  const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
2275
- wasm.__wasm_bindgen_func_elem_8692(retptr, arg0, arg1, addHeapObject(arg2));
2275
+ wasm.__wasm_bindgen_func_elem_8695(retptr, arg0, arg1, addHeapObject(arg2));
2276
2276
  var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
2277
2277
  var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
2278
2278
  if (r1) {
@@ -2283,8 +2283,8 @@ function __wasm_bindgen_func_elem_8692(arg0, arg1, arg2) {
2283
2283
  }
2284
2284
  }
2285
2285
 
2286
- function __wasm_bindgen_func_elem_8747(arg0, arg1, arg2, arg3) {
2287
- wasm.__wasm_bindgen_func_elem_8747(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
2286
+ function __wasm_bindgen_func_elem_8750(arg0, arg1, arg2, arg3) {
2287
+ wasm.__wasm_bindgen_func_elem_8750(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
2288
2288
  }
2289
2289
 
2290
2290
 
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.419-nodejs",
4
+ "version": "0.0.420-nodejs",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",