@janssenproject/cedarling_wasm 0.0.213 → 0.0.214
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 +2 -2
- package/cedarling_wasm.js +6 -6
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -221,8 +221,8 @@ export interface InitOutput {
|
|
|
221
221
|
readonly __externref_drop_slice: (a: number, b: number) => void;
|
|
222
222
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
223
223
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc30d585eb929249a: (a: number, b: number) => void;
|
|
224
|
-
readonly
|
|
225
|
-
readonly
|
|
224
|
+
readonly closure542_externref_shim: (a: number, b: number, c: any) => void;
|
|
225
|
+
readonly closure1819_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
226
226
|
readonly __wbindgen_start: () => void;
|
|
227
227
|
}
|
|
228
228
|
|
package/cedarling_wasm.js
CHANGED
|
@@ -235,11 +235,11 @@ function __wbg_adapter_50(arg0, arg1) {
|
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
function __wbg_adapter_53(arg0, arg1, arg2) {
|
|
238
|
-
wasm.
|
|
238
|
+
wasm.closure542_externref_shim(arg0, arg1, arg2);
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
function __wbg_adapter_246(arg0, arg1, arg2, arg3) {
|
|
242
|
-
wasm.
|
|
242
|
+
wasm.closure1819_externref_shim(arg0, arg1, arg2, arg3);
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
|
|
@@ -1237,12 +1237,12 @@ function __wbg_get_imports() {
|
|
|
1237
1237
|
const ret = false;
|
|
1238
1238
|
return ret;
|
|
1239
1239
|
};
|
|
1240
|
-
imports.wbg.
|
|
1241
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1240
|
+
imports.wbg.__wbindgen_closure_wrapper3892 = function(arg0, arg1, arg2) {
|
|
1241
|
+
const ret = makeMutClosure(arg0, arg1, 496, __wbg_adapter_50);
|
|
1242
1242
|
return ret;
|
|
1243
1243
|
};
|
|
1244
|
-
imports.wbg.
|
|
1245
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1244
|
+
imports.wbg.__wbindgen_closure_wrapper4044 = function(arg0, arg1, arg2) {
|
|
1245
|
+
const ret = makeMutClosure(arg0, arg1, 543, __wbg_adapter_53);
|
|
1246
1246
|
return ret;
|
|
1247
1247
|
};
|
|
1248
1248
|
imports.wbg.__wbindgen_debug_string = function(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.214",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|