@janssenproject/cedarling_wasm 0.0.18 → 1.5.0
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 +3 -3
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -1316,12 +1316,12 @@ function __wbg_get_imports() {
|
|
|
1316
1316
|
const ret = false;
|
|
1317
1317
|
return ret;
|
|
1318
1318
|
};
|
|
1319
|
-
imports.wbg.
|
|
1319
|
+
imports.wbg.__wbindgen_closure_wrapper10815 = function(arg0, arg1, arg2) {
|
|
1320
1320
|
const ret = makeMutClosure(arg0, arg1, 1939, __wbg_adapter_48);
|
|
1321
1321
|
return addHeapObject(ret);
|
|
1322
1322
|
};
|
|
1323
|
-
imports.wbg.
|
|
1324
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1323
|
+
imports.wbg.__wbindgen_closure_wrapper11701 = function(arg0, arg1, arg2) {
|
|
1324
|
+
const ret = makeMutClosure(arg0, arg1, 2138, __wbg_adapter_51);
|
|
1325
1325
|
return addHeapObject(ret);
|
|
1326
1326
|
};
|
|
1327
1327
|
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": "
|
|
5
|
+
"version": "1.5.0",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|