@janssenproject/cedarling_wasm 0.0.226-nodejs → 0.0.227-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 +7 -7
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -244,15 +244,15 @@ function _assertClass(instance, klass) {
|
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
246
|
function __wbg_adapter_48(arg0, arg1) {
|
|
247
|
-
wasm.
|
|
247
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h95150af98bcce02c(arg0, arg1);
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
function __wbg_adapter_51(arg0, arg1, arg2) {
|
|
251
|
-
wasm.
|
|
251
|
+
wasm.closure544_externref_shim(arg0, arg1, arg2);
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
function __wbg_adapter_244(arg0, arg1, arg2, arg3) {
|
|
255
|
-
wasm.
|
|
255
|
+
wasm.closure1822_externref_shim(arg0, arg1, arg2, arg3);
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
|
|
@@ -1333,13 +1333,13 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
1333
1333
|
return ret;
|
|
1334
1334
|
};
|
|
1335
1335
|
|
|
1336
|
-
module.exports.
|
|
1337
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1336
|
+
module.exports.__wbindgen_closure_wrapper3922 = function(arg0, arg1, arg2) {
|
|
1337
|
+
const ret = makeMutClosure(arg0, arg1, 499, __wbg_adapter_48);
|
|
1338
1338
|
return ret;
|
|
1339
1339
|
};
|
|
1340
1340
|
|
|
1341
|
-
module.exports.
|
|
1342
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1341
|
+
module.exports.__wbindgen_closure_wrapper4071 = function(arg0, arg1, arg2) {
|
|
1342
|
+
const ret = makeMutClosure(arg0, arg1, 543, __wbg_adapter_51);
|
|
1343
1343
|
return ret;
|
|
1344
1344
|
};
|
|
1345
1345
|
|
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.227-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|