@janssenproject/cedarling_wasm 0.0.87 → 0.0.89
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 +2 -2
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -1220,11 +1220,11 @@ function __wbg_get_imports() {
|
|
|
1220
1220
|
const ret = false;
|
|
1221
1221
|
return ret;
|
|
1222
1222
|
};
|
|
1223
|
-
imports.wbg.
|
|
1223
|
+
imports.wbg.__wbindgen_closure_wrapper3248 = function(arg0, arg1, arg2) {
|
|
1224
1224
|
const ret = makeMutClosure(arg0, arg1, 428, __wbg_adapter_50);
|
|
1225
1225
|
return ret;
|
|
1226
1226
|
};
|
|
1227
|
-
imports.wbg.
|
|
1227
|
+
imports.wbg.__wbindgen_closure_wrapper3386 = function(arg0, arg1, arg2) {
|
|
1228
1228
|
const ret = makeMutClosure(arg0, arg1, 472, __wbg_adapter_53);
|
|
1229
1229
|
return ret;
|
|
1230
1230
|
};
|
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.89",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|