@layerzerolabs/evm-sdks-core 3.0.137 → 3.0.139

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @layerzerolabs/evm-sdks-core
2
2
 
3
+ ## 3.0.139
4
+
5
+ ### Patch Changes
6
+
7
+ - f118b0e: openledger mainnet
8
+
9
+ ## 3.0.138
10
+
11
+ ### Patch Changes
12
+
13
+ - e3089b8: Update the Sui oft sdk
14
+
3
15
  ## 3.0.137
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/evm-sdks-core",
3
- "version": "3.0.137",
3
+ "version": "3.0.139",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  "types": "./dist/index.d.ts",
@@ -23,8 +23,8 @@
23
23
  "ethers": "^5.8.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@layerzerolabs/tsup-config-next": "^3.0.137",
27
- "@layerzerolabs/typescript-config-next": "^3.0.137",
26
+ "@layerzerolabs/tsup-config-next": "^3.0.139",
27
+ "@layerzerolabs/typescript-config-next": "^3.0.139",
28
28
  "@types/jest": "^29.5.10",
29
29
  "@types/node": "^20.10.5",
30
30
  "jest": "^29.7.0",