@layerzerolabs/lz-aptos-sdk-v1 3.0.18-ton.2 → 3.0.18

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/CHANGELOG.md CHANGED
@@ -1,28 +1,12 @@
1
1
  # @layerzerolabs/lz-aptos-sdk-v1
2
2
 
3
- ## 3.0.18-ton.2
3
+ ## 3.0.18
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - highload wallets
8
- - Updated dependencies
9
- - @layerzerolabs/lz-definitions@3.0.18-ton.2
10
-
11
- ## 3.0.18-ton.1
12
-
13
- ### Patch Changes
14
-
15
- - fix objects
16
- - Updated dependencies
17
- - @layerzerolabs/lz-definitions@3.0.18-ton.1
18
-
19
- ## 3.0.18-ton.0
20
-
21
- ### Patch Changes
22
-
23
- - uln302
24
- - Updated dependencies
25
- - @layerzerolabs/lz-definitions@3.0.18-ton.0
7
+ - cf4c883: endpoint mp1
8
+ - Updated dependencies [cf4c883]
9
+ - @layerzerolabs/lz-definitions@3.0.18
26
10
 
27
11
  ## 3.0.17
28
12
 
package/dist/index.cjs CHANGED
@@ -7427,7 +7427,7 @@ var SDK = class {
7427
7427
  } else if (signFunc) {
7428
7428
  items = await signFunc(signingMessage);
7429
7429
  } else {
7430
- throw new Error("No signFunc or signedItems provided");
7430
+ throw "No signFunc or signedItems provided";
7431
7431
  }
7432
7432
  const signatures = items.map((item) => item.signature);
7433
7433
  const bitmap = items.map((item) => item.bitmap);