@janssenproject/cedarling_wasm 0.0.234-nodejs → 0.0.235-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
|
@@ -247,11 +247,11 @@ function __wbg_adapter_10(arg0, arg1, arg2) {
|
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
function __wbg_adapter_15(arg0, arg1) {
|
|
250
|
-
wasm.
|
|
250
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hae1b6e87da448ee4(arg0, arg1);
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
function __wbg_adapter_212(arg0, arg1, arg2, arg3) {
|
|
254
|
-
wasm.
|
|
254
|
+
wasm.closure1825_externref_shim(arg0, arg1, arg2, arg3);
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
|
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.235-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|