@keyhive/keyhive 0.0.0-alpha.4 → 0.0.0-alpha.5
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/package.json +1 -1
- package/pkg/keyhive_wasm_bg.js +2 -18
- package/pkg/keyhive_wasm_bg.wasm +0 -0
- package/pkg-node/keyhive_wasm.js +2 -18
- package/pkg-node/keyhive_wasm_bg.wasm +0 -0
- package/pkg-slim/keyhive_wasm.js +2 -16
- package/pkg-slim/keyhive_wasm_bg.wasm +0 -0
- package/pkg-slim/keyhive_wasm_bg.wasm.base64.js +1 -1
package/package.json
CHANGED
package/pkg/keyhive_wasm_bg.js
CHANGED
|
@@ -273,7 +273,7 @@ function __wbg_adapter_14(arg0, arg1, arg2) {
|
|
|
273
273
|
wasm.closure423_externref_shim(arg0, arg1, arg2);
|
|
274
274
|
}
|
|
275
275
|
|
|
276
|
-
function
|
|
276
|
+
function __wbg_adapter_270(arg0, arg1, arg2, arg3) {
|
|
277
277
|
wasm.closure571_externref_shim(arg0, arg1, arg2, arg3);
|
|
278
278
|
}
|
|
279
279
|
|
|
@@ -3100,11 +3100,6 @@ export function __wbg_crypto_574e78ad8b13b65f(arg0) {
|
|
|
3100
3100
|
return ret;
|
|
3101
3101
|
};
|
|
3102
3102
|
|
|
3103
|
-
export function __wbg_crypto_92ce5ebc02988b17() { return handleError(function (arg0) {
|
|
3104
|
-
const ret = arg0.crypto;
|
|
3105
|
-
return ret;
|
|
3106
|
-
}, arguments) };
|
|
3107
|
-
|
|
3108
3103
|
export function __wbg_doccontentrefs_new(arg0) {
|
|
3109
3104
|
const ret = DocContentRefs.__wrap(arg0);
|
|
3110
3105
|
return ret;
|
|
@@ -3197,17 +3192,6 @@ export function __wbg_instanceof_Crypto_33ac2d91cca59233(arg0) {
|
|
|
3197
3192
|
return ret;
|
|
3198
3193
|
};
|
|
3199
3194
|
|
|
3200
|
-
export function __wbg_instanceof_Window_12d20d558ef92592(arg0) {
|
|
3201
|
-
let result;
|
|
3202
|
-
try {
|
|
3203
|
-
result = arg0 instanceof Window;
|
|
3204
|
-
} catch (_) {
|
|
3205
|
-
result = false;
|
|
3206
|
-
}
|
|
3207
|
-
const ret = result;
|
|
3208
|
-
return ret;
|
|
3209
|
-
};
|
|
3210
|
-
|
|
3211
3195
|
export function __wbg_jsdecrypterror_new(arg0) {
|
|
3212
3196
|
const ret = JsDecryptError.__wrap(arg0);
|
|
3213
3197
|
return ret;
|
|
@@ -3250,7 +3234,7 @@ export function __wbg_new_2e3c58a15f39f5f9(arg0, arg1) {
|
|
|
3250
3234
|
const a = state0.a;
|
|
3251
3235
|
state0.a = 0;
|
|
3252
3236
|
try {
|
|
3253
|
-
return
|
|
3237
|
+
return __wbg_adapter_270(a, state0.b, arg0, arg1);
|
|
3254
3238
|
} finally {
|
|
3255
3239
|
state0.a = a;
|
|
3256
3240
|
}
|
package/pkg/keyhive_wasm_bg.wasm
CHANGED
|
Binary file
|
package/pkg-node/keyhive_wasm.js
CHANGED
|
@@ -263,7 +263,7 @@ function __wbg_adapter_10(arg0, arg1, arg2) {
|
|
|
263
263
|
wasm.closure423_externref_shim(arg0, arg1, arg2);
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
function
|
|
266
|
+
function __wbg_adapter_270(arg0, arg1, arg2, arg3) {
|
|
267
267
|
wasm.closure571_externref_shim(arg0, arg1, arg2, arg3);
|
|
268
268
|
}
|
|
269
269
|
|
|
@@ -3192,11 +3192,6 @@ exports.__wbg_crypto_574e78ad8b13b65f = function(arg0) {
|
|
|
3192
3192
|
return ret;
|
|
3193
3193
|
};
|
|
3194
3194
|
|
|
3195
|
-
exports.__wbg_crypto_92ce5ebc02988b17 = function() { return handleError(function (arg0) {
|
|
3196
|
-
const ret = arg0.crypto;
|
|
3197
|
-
return ret;
|
|
3198
|
-
}, arguments) };
|
|
3199
|
-
|
|
3200
3195
|
exports.__wbg_doccontentrefs_new = function(arg0) {
|
|
3201
3196
|
const ret = DocContentRefs.__wrap(arg0);
|
|
3202
3197
|
return ret;
|
|
@@ -3289,17 +3284,6 @@ exports.__wbg_instanceof_Crypto_33ac2d91cca59233 = function(arg0) {
|
|
|
3289
3284
|
return ret;
|
|
3290
3285
|
};
|
|
3291
3286
|
|
|
3292
|
-
exports.__wbg_instanceof_Window_12d20d558ef92592 = function(arg0) {
|
|
3293
|
-
let result;
|
|
3294
|
-
try {
|
|
3295
|
-
result = arg0 instanceof Window;
|
|
3296
|
-
} catch (_) {
|
|
3297
|
-
result = false;
|
|
3298
|
-
}
|
|
3299
|
-
const ret = result;
|
|
3300
|
-
return ret;
|
|
3301
|
-
};
|
|
3302
|
-
|
|
3303
3287
|
exports.__wbg_jsdecrypterror_new = function(arg0) {
|
|
3304
3288
|
const ret = JsDecryptError.__wrap(arg0);
|
|
3305
3289
|
return ret;
|
|
@@ -3342,7 +3326,7 @@ exports.__wbg_new_2e3c58a15f39f5f9 = function(arg0, arg1) {
|
|
|
3342
3326
|
const a = state0.a;
|
|
3343
3327
|
state0.a = 0;
|
|
3344
3328
|
try {
|
|
3345
|
-
return
|
|
3329
|
+
return __wbg_adapter_270(a, state0.b, arg0, arg1);
|
|
3346
3330
|
} finally {
|
|
3347
3331
|
state0.a = a;
|
|
3348
3332
|
}
|
|
Binary file
|
package/pkg-slim/keyhive_wasm.js
CHANGED
|
@@ -269,7 +269,7 @@ function __wbg_adapter_14(arg0, arg1, arg2) {
|
|
|
269
269
|
wasm.closure423_externref_shim(arg0, arg1, arg2);
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
function
|
|
272
|
+
function __wbg_adapter_270(arg0, arg1, arg2, arg3) {
|
|
273
273
|
wasm.closure571_externref_shim(arg0, arg1, arg2, arg3);
|
|
274
274
|
}
|
|
275
275
|
|
|
@@ -3123,10 +3123,6 @@ function __wbg_get_imports() {
|
|
|
3123
3123
|
const ret = arg0.crypto;
|
|
3124
3124
|
return ret;
|
|
3125
3125
|
};
|
|
3126
|
-
imports.wbg.__wbg_crypto_92ce5ebc02988b17 = function() { return handleError(function (arg0) {
|
|
3127
|
-
const ret = arg0.crypto;
|
|
3128
|
-
return ret;
|
|
3129
|
-
}, arguments) };
|
|
3130
3126
|
imports.wbg.__wbg_doccontentrefs_new = function(arg0) {
|
|
3131
3127
|
const ret = DocContentRefs.__wrap(arg0);
|
|
3132
3128
|
return ret;
|
|
@@ -3203,16 +3199,6 @@ function __wbg_get_imports() {
|
|
|
3203
3199
|
const ret = result;
|
|
3204
3200
|
return ret;
|
|
3205
3201
|
};
|
|
3206
|
-
imports.wbg.__wbg_instanceof_Window_12d20d558ef92592 = function(arg0) {
|
|
3207
|
-
let result;
|
|
3208
|
-
try {
|
|
3209
|
-
result = arg0 instanceof Window;
|
|
3210
|
-
} catch (_) {
|
|
3211
|
-
result = false;
|
|
3212
|
-
}
|
|
3213
|
-
const ret = result;
|
|
3214
|
-
return ret;
|
|
3215
|
-
};
|
|
3216
3202
|
imports.wbg.__wbg_jsdecrypterror_new = function(arg0) {
|
|
3217
3203
|
const ret = JsDecryptError.__wrap(arg0);
|
|
3218
3204
|
return ret;
|
|
@@ -3248,7 +3234,7 @@ function __wbg_get_imports() {
|
|
|
3248
3234
|
const a = state0.a;
|
|
3249
3235
|
state0.a = 0;
|
|
3250
3236
|
try {
|
|
3251
|
-
return
|
|
3237
|
+
return __wbg_adapter_270(a, state0.b, arg0, arg1);
|
|
3252
3238
|
} finally {
|
|
3253
3239
|
state0.a = a;
|
|
3254
3240
|
}
|
|
Binary file
|