@janssenproject/cedarling_wasm 0.0.360-nodejs → 0.0.361-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 +3 -3
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -1902,7 +1902,7 @@ function __wbg_get_imports() {
|
|
|
1902
1902
|
},
|
|
1903
1903
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1904
1904
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 604, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1905
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1905
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h157757550f9d9a75);
|
|
1906
1906
|
return ret;
|
|
1907
1907
|
},
|
|
1908
1908
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
@@ -1951,8 +1951,8 @@ function __wbg_get_imports() {
|
|
|
1951
1951
|
};
|
|
1952
1952
|
}
|
|
1953
1953
|
|
|
1954
|
-
function
|
|
1955
|
-
wasm.
|
|
1954
|
+
function wasm_bindgen__convert__closures_____invoke__h157757550f9d9a75(arg0, arg1) {
|
|
1955
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h157757550f9d9a75(arg0, arg1);
|
|
1956
1956
|
}
|
|
1957
1957
|
|
|
1958
1958
|
function wasm_bindgen__convert__closures_____invoke__h02aec4c48c118d0b(arg0, arg1) {
|
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.361-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|