@janssenproject/cedarling_wasm 0.0.233-nodejs → 0.0.234-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
|
@@ -246,7 +246,7 @@ function __wbg_adapter_10(arg0, arg1, arg2) {
|
|
|
246
246
|
wasm.closure547_externref_shim(arg0, arg1, arg2);
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
function
|
|
249
|
+
function __wbg_adapter_15(arg0, arg1) {
|
|
250
250
|
wasm.wasm_bindgen__convert__closures_____invoke__h994a59d6652c1ee2(arg0, arg1);
|
|
251
251
|
}
|
|
252
252
|
|
|
@@ -1424,7 +1424,7 @@ exports.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
|
1424
1424
|
|
|
1425
1425
|
exports.__wbindgen_cast_b047884414de0a5d = function(arg0, arg1) {
|
|
1426
1426
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 503, function: Function { arguments: [], shim_idx: 504, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1427
|
-
const ret = makeMutClosure(arg0, arg1, 503,
|
|
1427
|
+
const ret = makeMutClosure(arg0, arg1, 503, __wbg_adapter_15);
|
|
1428
1428
|
return ret;
|
|
1429
1429
|
};
|
|
1430
1430
|
|
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.234-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|