@janssenproject/cedarling_wasm 0.0.200-nodejs → 0.0.201-nodejs
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
|
@@ -243,7 +243,7 @@ function __wbg_adapter_53(arg0, arg1, arg2) {
|
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
function __wbg_adapter_246(arg0, arg1, arg2, arg3) {
|
|
246
|
-
wasm.
|
|
246
|
+
wasm.closure1821_externref_shim(arg0, arg1, arg2, arg3);
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
|
|
@@ -1314,12 +1314,12 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
1314
1314
|
return ret;
|
|
1315
1315
|
};
|
|
1316
1316
|
|
|
1317
|
-
module.exports.
|
|
1317
|
+
module.exports.__wbindgen_closure_wrapper3884 = function(arg0, arg1, arg2) {
|
|
1318
1318
|
const ret = makeMutClosure(arg0, arg1, 496, __wbg_adapter_50);
|
|
1319
1319
|
return ret;
|
|
1320
1320
|
};
|
|
1321
1321
|
|
|
1322
|
-
module.exports.
|
|
1322
|
+
module.exports.__wbindgen_closure_wrapper4036 = function(arg0, arg1, arg2) {
|
|
1323
1323
|
const ret = makeMutClosure(arg0, arg1, 543, __wbg_adapter_53);
|
|
1324
1324
|
return ret;
|
|
1325
1325
|
};
|
package/cedarling_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@janssenproject/cedarling_wasm",
|
|
3
3
|
"description": "The Cedarling is a performant local authorization service that runs the Rust Cedar Engine",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.201-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|