@janssenproject/cedarling_wasm 0.0.226 → 0.0.227
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 +3 -3
- package/cedarling_wasm.js +7 -7
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -220,9 +220,9 @@ 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
|
|
224
|
-
readonly
|
|
225
|
-
readonly
|
|
223
|
+
readonly wasm_bindgen__convert__closures_____invoke__h95150af98bcce02c: (a: number, b: number) => void;
|
|
224
|
+
readonly closure544_externref_shim: (a: number, b: number, c: any) => void;
|
|
225
|
+
readonly closure1822_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
|
@@ -248,15 +248,15 @@ function _assertClass(instance, klass) {
|
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
function __wbg_adapter_48(arg0, arg1) {
|
|
251
|
-
wasm.
|
|
251
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h95150af98bcce02c(arg0, arg1);
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
function __wbg_adapter_51(arg0, arg1, arg2) {
|
|
255
|
-
wasm.
|
|
255
|
+
wasm.closure544_externref_shim(arg0, arg1, arg2);
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
function __wbg_adapter_244(arg0, arg1, arg2, arg3) {
|
|
259
|
-
wasm.
|
|
259
|
+
wasm.closure1822_externref_shim(arg0, arg1, arg2, arg3);
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
|
|
@@ -1266,12 +1266,12 @@ function __wbg_get_imports() {
|
|
|
1266
1266
|
const ret = false;
|
|
1267
1267
|
return ret;
|
|
1268
1268
|
};
|
|
1269
|
-
imports.wbg.
|
|
1270
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1269
|
+
imports.wbg.__wbindgen_closure_wrapper3922 = function(arg0, arg1, arg2) {
|
|
1270
|
+
const ret = makeMutClosure(arg0, arg1, 499, __wbg_adapter_48);
|
|
1271
1271
|
return ret;
|
|
1272
1272
|
};
|
|
1273
|
-
imports.wbg.
|
|
1274
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1273
|
+
imports.wbg.__wbindgen_closure_wrapper4071 = function(arg0, arg1, arg2) {
|
|
1274
|
+
const ret = makeMutClosure(arg0, arg1, 543, __wbg_adapter_51);
|
|
1275
1275
|
return ret;
|
|
1276
1276
|
};
|
|
1277
1277
|
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.227",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|