@janssenproject/cedarling_wasm 0.0.276 → 0.0.277
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.d.ts +2 -2
- package/cedarling_wasm.js +4 -4
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -258,10 +258,10 @@ export interface InitOutput {
|
|
|
258
258
|
readonly jsjsonlogic_new: () => number;
|
|
259
259
|
readonly jsjsonlogic_apply: (a: number, b: any, c: any) => [number, number, number];
|
|
260
260
|
readonly ring_core_0_17_14__bn_mul_mont: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
261
|
-
readonly wasm_bindgen__convert__closures_____invoke__hb85a0d6bfa2beadc: (a: number, b: number) => void;
|
|
262
|
-
readonly wasm_bindgen__closure__destroy__h412f0562fcad9c84: (a: number, b: number) => void;
|
|
263
261
|
readonly wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020: (a: number, b: number, c: any) => void;
|
|
264
262
|
readonly wasm_bindgen__closure__destroy__h8bb11a3ec59bf31f: (a: number, b: number) => void;
|
|
263
|
+
readonly wasm_bindgen__convert__closures_____invoke__hb85a0d6bfa2beadc: (a: number, b: number) => void;
|
|
264
|
+
readonly wasm_bindgen__closure__destroy__h412f0562fcad9c84: (a: number, b: number) => void;
|
|
265
265
|
readonly wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287: (a: number, b: number, c: any, d: any) => void;
|
|
266
266
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
267
267
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
package/cedarling_wasm.js
CHANGED
|
@@ -246,14 +246,14 @@ function getArrayJsValueFromWasm0(ptr, len) {
|
|
|
246
246
|
wasm.__externref_drop_slice(ptr, len);
|
|
247
247
|
return result;
|
|
248
248
|
}
|
|
249
|
-
function wasm_bindgen__convert__closures_____invoke__hb85a0d6bfa2beadc(arg0, arg1) {
|
|
250
|
-
wasm.wasm_bindgen__convert__closures_____invoke__hb85a0d6bfa2beadc(arg0, arg1);
|
|
251
|
-
}
|
|
252
|
-
|
|
253
249
|
function wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020(arg0, arg1, arg2) {
|
|
254
250
|
wasm.wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020(arg0, arg1, arg2);
|
|
255
251
|
}
|
|
256
252
|
|
|
253
|
+
function wasm_bindgen__convert__closures_____invoke__hb85a0d6bfa2beadc(arg0, arg1) {
|
|
254
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hb85a0d6bfa2beadc(arg0, arg1);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
257
|
function wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287(arg0, arg1, arg2, arg3) {
|
|
258
258
|
wasm.wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287(arg0, arg1, arg2, arg3);
|
|
259
259
|
}
|
package/cedarling_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@janssenproject/cedarling_wasm",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"description": "The Cedarling is a performant local authorization service that runs the Rust Cedar Engine",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.277",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|