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 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
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "collaborators": [
4
4
  "Zama"
5
5
  ],
6
- "version": "0.9.0-rc21",
6
+ "version": "0.9.0-rc25",
7
7
  "license": "BSD-3-Clause-Clear",
8
8
  "files": [
9
9
  "kms_lib_bg.wasm",