@janssenproject/cedarling_wasm 0.0.217-nodejs → 0.0.218-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 +2 -2
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -1333,12 +1333,12 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
1333
1333
|
return ret;
|
|
1334
1334
|
};
|
|
1335
1335
|
|
|
1336
|
-
module.exports.
|
|
1336
|
+
module.exports.__wbindgen_closure_wrapper3942 = function(arg0, arg1, arg2) {
|
|
1337
1337
|
const ret = makeMutClosure(arg0, arg1, 499, __wbg_adapter_48);
|
|
1338
1338
|
return ret;
|
|
1339
1339
|
};
|
|
1340
1340
|
|
|
1341
|
-
module.exports.
|
|
1341
|
+
module.exports.__wbindgen_closure_wrapper4091 = function(arg0, arg1, arg2) {
|
|
1342
1342
|
const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_51);
|
|
1343
1343
|
return ret;
|
|
1344
1344
|
};
|
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.218-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|