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

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,5 +1,13 @@
1
1
  # @layerzerolabs/lz-aptos-sdk-v1
2
2
 
3
+ ## 3.0.23
4
+
5
+ ### Patch Changes
6
+
7
+ - f8c6509: bump version solana webjs
8
+ - Updated dependencies [f8c6509]
9
+ - @layerzerolabs/lz-definitions@3.0.23
10
+
3
11
  ## 3.0.22
4
12
 
5
13
  ### Patch Changes
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);