@janssenproject/cedarling_wasm 0.0.300-nodejs → 0.0.301-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 +11 -11
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -225,12 +225,12 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
225
225
|
|
|
226
226
|
let WASM_VECTOR_LEN = 0;
|
|
227
227
|
|
|
228
|
-
function
|
|
229
|
-
wasm.
|
|
228
|
+
function wasm_bindgen__convert__closures_____invoke__h1e3f8fb5e4c848ea(arg0, arg1) {
|
|
229
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1e3f8fb5e4c848ea(arg0, arg1);
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
function
|
|
233
|
-
wasm.
|
|
232
|
+
function wasm_bindgen__convert__closures_____invoke__he934e31379087ee0(arg0, arg1, arg2) {
|
|
233
|
+
wasm.wasm_bindgen__convert__closures_____invoke__he934e31379087ee0(arg0, arg1, arg2);
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
function wasm_bindgen__convert__closures_____invoke__h048f8d0721d2ddfa(arg0, arg1, arg2, arg3) {
|
|
@@ -1028,7 +1028,7 @@ exports.__wbg_cedarling_new = function(arg0) {
|
|
|
1028
1028
|
return ret;
|
|
1029
1029
|
};
|
|
1030
1030
|
|
|
1031
|
-
exports.
|
|
1031
|
+
exports.__wbg_clearTimeout_b716ecb44bea14ed = function(arg0) {
|
|
1032
1032
|
const ret = clearTimeout(arg0);
|
|
1033
1033
|
return ret;
|
|
1034
1034
|
};
|
|
@@ -1061,13 +1061,13 @@ exports.__wbg_error_98d791de55bc7c97 = function(arg0) {
|
|
|
1061
1061
|
console.error(...arg0);
|
|
1062
1062
|
};
|
|
1063
1063
|
|
|
1064
|
-
exports.
|
|
1065
|
-
const ret =
|
|
1064
|
+
exports.__wbg_fetch_7fb7602a1bf647ec = function(arg0) {
|
|
1065
|
+
const ret = fetch(arg0);
|
|
1066
1066
|
return ret;
|
|
1067
1067
|
};
|
|
1068
1068
|
|
|
1069
|
-
exports.
|
|
1070
|
-
const ret = fetch(
|
|
1069
|
+
exports.__wbg_fetch_90447c28cc0b095e = function(arg0, arg1) {
|
|
1070
|
+
const ret = arg0.fetch(arg1);
|
|
1071
1071
|
return ret;
|
|
1072
1072
|
};
|
|
1073
1073
|
|
|
@@ -1363,7 +1363,7 @@ exports.__wbg_resolve_fd5bfbaa4ce36e1e = function(arg0) {
|
|
|
1363
1363
|
return ret;
|
|
1364
1364
|
};
|
|
1365
1365
|
|
|
1366
|
-
exports.
|
|
1366
|
+
exports.__wbg_setTimeout_4302406184dcc5be = function(arg0, arg1) {
|
|
1367
1367
|
const ret = setTimeout(arg0, arg1);
|
|
1368
1368
|
return ret;
|
|
1369
1369
|
};
|
|
@@ -1497,7 +1497,7 @@ exports.__wbg_warn_14a9fd75d0abe5d7 = function(arg0) {
|
|
|
1497
1497
|
|
|
1498
1498
|
exports.__wbindgen_cast_0e8a9f348831646f = function(arg0, arg1) {
|
|
1499
1499
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 510, function: Function { arguments: [], shim_idx: 511, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1500
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1500
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hbc96826919e5367e, wasm_bindgen__convert__closures_____invoke__h1e3f8fb5e4c848ea);
|
|
1501
1501
|
return ret;
|
|
1502
1502
|
};
|
|
1503
1503
|
|
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.301-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|