@layerzerolabs/lz-aptos-sdk-v1 3.0.73 → 3.0.74

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.74
4
+
5
+ ### Patch Changes
6
+
7
+ - cca7389: refactor ton unit tests
8
+ - Updated dependencies [cca7389]
9
+ - @layerzerolabs/lz-definitions@3.0.74
10
+
3
11
  ## 3.0.73
4
12
 
5
13
  ### Patch Changes
package/dist/index.d.cts CHANGED
@@ -1821,7 +1821,7 @@ declare const constants_BRIDGE_ADDRESS: typeof BRIDGE_ADDRESS;
1821
1821
  * Enum representing different coin types.
1822
1822
  */
1823
1823
  declare enum CoinType {
1824
- APTOS = "AptosCoin",
1824
+ APTOS = "AptosCoin",// native coin
1825
1825
  WETH = "WETH",
1826
1826
  WBTC = "WBTC",
1827
1827
  USDC = "USDC",
package/dist/index.d.ts CHANGED
@@ -1821,7 +1821,7 @@ declare const constants_BRIDGE_ADDRESS: typeof BRIDGE_ADDRESS;
1821
1821
  * Enum representing different coin types.
1822
1822
  */
1823
1823
  declare enum CoinType {
1824
- APTOS = "AptosCoin",
1824
+ APTOS = "AptosCoin",// native coin
1825
1825
  WETH = "WETH",
1826
1826
  WBTC = "WBTC",
1827
1827
  USDC = "USDC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-aptos-sdk-v1",
3
- "version": "3.0.73",
3
+ "version": "3.0.74",
4
4
  "description": "Aptos SDK for LayerZero",
5
5
  "keywords": [
6
6
  "aptos",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@commander-js/extra-typings": "^12.1.0",
36
- "@layerzerolabs/lz-definitions": "^3.0.73",
36
+ "@layerzerolabs/lz-definitions": "^3.0.74",
37
37
  "@noble/hashes": "^1.3.2",
38
38
  "aptos": "^1.20.0",
39
39
  "bip39": "^3.1.0",
@@ -48,8 +48,8 @@
48
48
  "@babel/preset-env": "^7.23.5",
49
49
  "@babel/preset-typescript": "^7.23.3",
50
50
  "@jest/globals": "^29.7.0",
51
- "@layerzerolabs/tsup-config-next": "^3.0.73",
52
- "@layerzerolabs/typescript-config-next": "^3.0.73",
51
+ "@layerzerolabs/tsup-config-next": "^3.0.74",
52
+ "@layerzerolabs/typescript-config-next": "^3.0.74",
53
53
  "@types/bn.js": "^5.1.5",
54
54
  "@types/command-line-args": "^5.2.3",
55
55
  "@types/command-line-usage": "^5.0.4",