@layerzerolabs/ton-sdk-tools 3.0.148 → 3.0.150

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @layerzerolabs/ton-sdk-tools
2
2
 
3
+ ## 3.0.150
4
+
5
+ ### Patch Changes
6
+
7
+ - 33e4fb8: testnets, Flow ReadLib1002
8
+ - 33e4fb8: megaeth mainnet
9
+ - 33e4fb8: testnets and mainnets
10
+ - 33e4fb8: sagaevm redeployt (altendpoint), horizen testnet
11
+
12
+ ## 3.0.149
13
+
14
+ ### Patch Changes
15
+
16
+ - 50c5538: testnets, Flow ReadLib1002
17
+ - 50c5538: sagaevm redeployt (altendpoint), horizen testnet
18
+
3
19
  ## 3.0.148
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/ton-sdk-tools",
3
- "version": "3.0.148",
3
+ "version": "3.0.150",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "devDependencies": {
33
33
  "@jest/globals": "^29.7.0",
34
- "@layerzerolabs/tsup-config-next": "^3.0.148",
35
- "@layerzerolabs/typescript-config-next": "^3.0.148",
34
+ "@layerzerolabs/tsup-config-next": "^3.0.150",
35
+ "@layerzerolabs/typescript-config-next": "^3.0.150",
36
36
  "@types/jest": "^29.5.10",
37
37
  "@types/node": "^20.10.5",
38
38
  "eslint": "^8.55.0",