@janssenproject/cedarling_wasm 0.0.117 → 0.0.119
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 +6 -6
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -220,7 +220,7 @@ export interface InitOutput {
|
|
|
220
220
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
221
221
|
readonly __externref_drop_slice: (a: number, b: number) => void;
|
|
222
222
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
223
|
-
readonly
|
|
223
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h90d4f07f5255484d: (a: number, b: number) => void;
|
|
224
224
|
readonly closure512_externref_shim: (a: number, b: number, c: any) => void;
|
|
225
225
|
readonly closure1779_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
226
226
|
readonly __wbindgen_start: () => void;
|
package/cedarling_wasm.js
CHANGED
|
@@ -231,7 +231,7 @@ function _assertClass(instance, klass) {
|
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
233
|
function __wbg_adapter_50(arg0, arg1) {
|
|
234
|
-
wasm.
|
|
234
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h90d4f07f5255484d(arg0, arg1);
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
function __wbg_adapter_53(arg0, arg1, arg2) {
|
|
@@ -835,7 +835,7 @@ function __wbg_get_imports() {
|
|
|
835
835
|
const ret = Cedarling.__wrap(arg0);
|
|
836
836
|
return ret;
|
|
837
837
|
};
|
|
838
|
-
imports.wbg.
|
|
838
|
+
imports.wbg.__wbg_clearTimeout_b1115618e821c3b2 = function(arg0) {
|
|
839
839
|
const ret = clearTimeout(arg0);
|
|
840
840
|
return ret;
|
|
841
841
|
};
|
|
@@ -861,7 +861,7 @@ function __wbg_get_imports() {
|
|
|
861
861
|
imports.wbg.__wbg_error_dc53417fcef5463a = function(arg0) {
|
|
862
862
|
console.error(...arg0);
|
|
863
863
|
};
|
|
864
|
-
imports.wbg.
|
|
864
|
+
imports.wbg.__wbg_fetch_3afbdcc7ddbf16fe = function(arg0) {
|
|
865
865
|
const ret = fetch(arg0);
|
|
866
866
|
return ret;
|
|
867
867
|
};
|
|
@@ -1100,7 +1100,7 @@ function __wbg_get_imports() {
|
|
|
1100
1100
|
const ret = Promise.resolve(arg0);
|
|
1101
1101
|
return ret;
|
|
1102
1102
|
};
|
|
1103
|
-
imports.wbg.
|
|
1103
|
+
imports.wbg.__wbg_setTimeout_ca12ead8b48245e2 = function(arg0, arg1) {
|
|
1104
1104
|
const ret = setTimeout(arg0, arg1);
|
|
1105
1105
|
return ret;
|
|
1106
1106
|
};
|
|
@@ -1232,11 +1232,11 @@ function __wbg_get_imports() {
|
|
|
1232
1232
|
const ret = false;
|
|
1233
1233
|
return ret;
|
|
1234
1234
|
};
|
|
1235
|
-
imports.wbg.
|
|
1235
|
+
imports.wbg.__wbindgen_closure_wrapper3639 = function(arg0, arg1, arg2) {
|
|
1236
1236
|
const ret = makeMutClosure(arg0, arg1, 468, __wbg_adapter_50);
|
|
1237
1237
|
return ret;
|
|
1238
1238
|
};
|
|
1239
|
-
imports.wbg.
|
|
1239
|
+
imports.wbg.__wbindgen_closure_wrapper3790 = function(arg0, arg1, arg2) {
|
|
1240
1240
|
const ret = makeMutClosure(arg0, arg1, 513, __wbg_adapter_53);
|
|
1241
1241
|
return ret;
|
|
1242
1242
|
};
|
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.119",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|