node-tkms 0.9.0-rc21 → 0.9.0-rc25
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/kms_lib.js +5 -5
- package/kms_lib_bg.wasm +0 -0
- package/package.json +1 -1
package/kms_lib.js
CHANGED
|
@@ -1519,11 +1519,6 @@ module.exports.__wbindgen_string_get = function(arg0, arg1) {
|
|
|
1519
1519
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1520
1520
|
};
|
|
1521
1521
|
|
|
1522
|
-
module.exports.__wbg_reencryptionresponse_unwrap = function(arg0) {
|
|
1523
|
-
const ret = ReencryptionResponse.__unwrap(arg0);
|
|
1524
|
-
return ret;
|
|
1525
|
-
};
|
|
1526
|
-
|
|
1527
1522
|
module.exports.__wbindgen_number_get = function(arg0, arg1) {
|
|
1528
1523
|
const obj = arg1;
|
|
1529
1524
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
@@ -1531,6 +1526,11 @@ module.exports.__wbindgen_number_get = function(arg0, arg1) {
|
|
|
1531
1526
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1532
1527
|
};
|
|
1533
1528
|
|
|
1529
|
+
module.exports.__wbg_reencryptionresponse_unwrap = function(arg0) {
|
|
1530
|
+
const ret = ReencryptionResponse.__unwrap(arg0);
|
|
1531
|
+
return ret;
|
|
1532
|
+
};
|
|
1533
|
+
|
|
1534
1534
|
module.exports.__wbindgen_is_object = function(arg0) {
|
|
1535
1535
|
const val = arg0;
|
|
1536
1536
|
const ret = typeof(val) === 'object' && val !== null;
|
package/kms_lib_bg.wasm
CHANGED
|
Binary file
|