@janssenproject/cedarling_wasm 0.0.360 → 0.0.361
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.d.ts +1 -1
- package/cedarling_wasm.js +3 -3
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -629,7 +629,7 @@ export interface InitOutput {
|
|
|
629
629
|
readonly wasm_bindgen__convert__closures_____invoke__h5760e008571e67be: (a: number, b: number, c: any) => [number, number];
|
|
630
630
|
readonly wasm_bindgen__convert__closures_____invoke__h119863c445122e5d: (a: number, b: number, c: any, d: any) => void;
|
|
631
631
|
readonly wasm_bindgen__convert__closures_____invoke__hf1ca0e856de00606: (a: number, b: number, c: any) => void;
|
|
632
|
-
readonly
|
|
632
|
+
readonly wasm_bindgen__convert__closures_____invoke__h157757550f9d9a75: (a: number, b: number) => void;
|
|
633
633
|
readonly wasm_bindgen__convert__closures_____invoke__h02aec4c48c118d0b: (a: number, b: number) => void;
|
|
634
634
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
635
635
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
package/cedarling_wasm.js
CHANGED
|
@@ -1889,7 +1889,7 @@ function __wbg_get_imports() {
|
|
|
1889
1889
|
},
|
|
1890
1890
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1891
1891
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 604, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1892
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1892
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h157757550f9d9a75);
|
|
1893
1893
|
return ret;
|
|
1894
1894
|
},
|
|
1895
1895
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
@@ -1938,8 +1938,8 @@ function __wbg_get_imports() {
|
|
|
1938
1938
|
};
|
|
1939
1939
|
}
|
|
1940
1940
|
|
|
1941
|
-
function
|
|
1942
|
-
wasm.
|
|
1941
|
+
function wasm_bindgen__convert__closures_____invoke__h157757550f9d9a75(arg0, arg1) {
|
|
1942
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h157757550f9d9a75(arg0, arg1);
|
|
1943
1943
|
}
|
|
1944
1944
|
|
|
1945
1945
|
function wasm_bindgen__convert__closures_____invoke__h02aec4c48c118d0b(arg0, arg1) {
|
package/cedarling_wasm_bg.wasm
CHANGED
|
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.
|
|
5
|
+
"version": "0.0.361",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|