@janssenproject/cedarling_wasm 0.0.255 → 0.0.256
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
|
@@ -217,10 +217,10 @@ export interface InitOutput {
|
|
|
217
217
|
readonly jsjsonlogic_new: () => number;
|
|
218
218
|
readonly jsjsonlogic_apply: (a: number, b: any, c: any) => [number, number, number];
|
|
219
219
|
readonly ring_core_0_17_14__bn_mul_mont: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
220
|
-
readonly wasm_bindgen__convert__closures_____invoke__h76fbe1be8afb87cb: (a: number, b: number) => void;
|
|
221
|
-
readonly wasm_bindgen__closure__destroy__h2d48b706a6433653: (a: number, b: number) => void;
|
|
222
220
|
readonly wasm_bindgen__convert__closures_____invoke__h2d2f7429c41d65f9: (a: number, b: number, c: any) => void;
|
|
223
221
|
readonly wasm_bindgen__closure__destroy__h78ebe887301515db: (a: number, b: number) => void;
|
|
222
|
+
readonly wasm_bindgen__convert__closures_____invoke__h76fbe1be8afb87cb: (a: number, b: number) => void;
|
|
223
|
+
readonly wasm_bindgen__closure__destroy__h2d48b706a6433653: (a: number, b: number) => void;
|
|
224
224
|
readonly wasm_bindgen__convert__closures_____invoke__h3506e38258d38fec: (a: number, b: number, c: any, d: any) => void;
|
|
225
225
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
226
226
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
package/cedarling_wasm.js
CHANGED
|
@@ -246,14 +246,14 @@ function _assertClass(instance, klass) {
|
|
|
246
246
|
throw new Error(`expected instance of ${klass.name}`);
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
|
-
function wasm_bindgen__convert__closures_____invoke__h76fbe1be8afb87cb(arg0, arg1) {
|
|
250
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h76fbe1be8afb87cb(arg0, arg1);
|
|
251
|
-
}
|
|
252
|
-
|
|
253
249
|
function wasm_bindgen__convert__closures_____invoke__h2d2f7429c41d65f9(arg0, arg1, arg2) {
|
|
254
250
|
wasm.wasm_bindgen__convert__closures_____invoke__h2d2f7429c41d65f9(arg0, arg1, arg2);
|
|
255
251
|
}
|
|
256
252
|
|
|
253
|
+
function wasm_bindgen__convert__closures_____invoke__h76fbe1be8afb87cb(arg0, arg1) {
|
|
254
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h76fbe1be8afb87cb(arg0, arg1);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
257
|
function wasm_bindgen__convert__closures_____invoke__h3506e38258d38fec(arg0, arg1, arg2, arg3) {
|
|
258
258
|
wasm.wasm_bindgen__convert__closures_____invoke__h3506e38258d38fec(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.256",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|