node-tkms 0.9.0-rc29 → 0.9.0-rc30
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
|
@@ -1510,11 +1510,6 @@ module.exports.__wbindgen_error_new = function(arg0, arg1) {
|
|
|
1510
1510
|
return ret;
|
|
1511
1511
|
};
|
|
1512
1512
|
|
|
1513
|
-
module.exports.__wbg_reencryptionresponse_unwrap = function(arg0) {
|
|
1514
|
-
const ret = ReencryptionResponse.__unwrap(arg0);
|
|
1515
|
-
return ret;
|
|
1516
|
-
};
|
|
1517
|
-
|
|
1518
1513
|
module.exports.__wbindgen_number_get = function(arg0, arg1) {
|
|
1519
1514
|
const obj = arg1;
|
|
1520
1515
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
@@ -1522,6 +1517,11 @@ module.exports.__wbindgen_number_get = function(arg0, arg1) {
|
|
|
1522
1517
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1523
1518
|
};
|
|
1524
1519
|
|
|
1520
|
+
module.exports.__wbg_reencryptionresponse_unwrap = function(arg0) {
|
|
1521
|
+
const ret = ReencryptionResponse.__unwrap(arg0);
|
|
1522
|
+
return ret;
|
|
1523
|
+
};
|
|
1524
|
+
|
|
1525
1525
|
module.exports.__wbindgen_string_get = function(arg0, arg1) {
|
|
1526
1526
|
const obj = arg1;
|
|
1527
1527
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
package/kms_lib_bg.wasm
CHANGED
|
Binary file
|