@janssenproject/cedarling_wasm 0.0.243-nodejs → 0.0.244-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 +2 -2
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -242,7 +242,7 @@ function _assertClass(instance, klass) {
|
|
|
242
242
|
throw new Error(`expected instance of ${klass.name}`);
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
|
-
function
|
|
245
|
+
function __wbg_adapter_8(arg0, arg1) {
|
|
246
246
|
wasm.wasm_bindgen__convert__closures_____invoke__hd85855495ef290f9(arg0, arg1);
|
|
247
247
|
}
|
|
248
248
|
|
|
@@ -1404,7 +1404,7 @@ exports.__wbg_wbindgenthrow_451ec1a8469d7eb6 = function(arg0, arg1) {
|
|
|
1404
1404
|
|
|
1405
1405
|
exports.__wbindgen_cast_1be559affc47552a = function(arg0, arg1) {
|
|
1406
1406
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 507, function: Function { arguments: [], shim_idx: 508, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1407
|
-
const ret = makeMutClosure(arg0, arg1, 507,
|
|
1407
|
+
const ret = makeMutClosure(arg0, arg1, 507, __wbg_adapter_8);
|
|
1408
1408
|
return ret;
|
|
1409
1409
|
};
|
|
1410
1410
|
|
package/cedarling_wasm_bg.wasm
CHANGED
|
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.
|
|
4
|
+
"version": "0.0.244-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|