@layerzerolabs/lz-evm-oapp-v1 2.3.23 → 2.3.25

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 +18 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @layerzerolabs/lz-evm-oapp-v1
2
2
 
3
+ ## 2.3.25
4
+
5
+ ### Patch Changes
6
+
7
+ - 003371b: endpoints, including flare mainnet
8
+ - 003371b: testnet endpoints
9
+ - Updated dependencies [003371b]
10
+ - Updated dependencies [003371b]
11
+ - @layerzerolabs/lz-evm-v1-0.7@2.3.25
12
+
13
+ ## 2.3.24
14
+
15
+ ### Patch Changes
16
+
17
+ - 255da39: Fix some known issues in the OFT SDK
18
+ - Updated dependencies [255da39]
19
+ - @layerzerolabs/lz-evm-v1-0.7@2.3.24
20
+
3
21
  ## 2.3.23
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-evm-oapp-v1",
3
- "version": "2.3.23",
3
+ "version": "2.3.25",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -22,7 +22,7 @@
22
22
  "build": "$npm_execpath clean-prebuild && forge build && $npm_execpath build-hardhat && $npm_execpath build-ts",
23
23
  "build-hardhat": "$npm_execpath hardhat compile",
24
24
  "build-ts": "$npm_execpath tsc --noEmit && $npm_execpath tsup",
25
- "clean": "$npm_execpath clean-prebuild && rimraf .turbo cache out node_modules hh-cache artifacts src/typechain-types",
25
+ "clean": "$npm_execpath clean-prebuild && rimraf .turbo cache out hh-cache artifacts src/typechain-types",
26
26
  "clean-prebuild": "rimraf dist",
27
27
  "test": "forge test"
28
28
  },
@@ -36,9 +36,9 @@
36
36
  "@ethersproject/abi": "^5.7.0",
37
37
  "@ethersproject/providers": "^5.7.0",
38
38
  "@layerzerolabs/hardhat-config": "^0.0.0",
39
- "@layerzerolabs/lz-evm-v1-0.7": "^2.3.23",
40
- "@layerzerolabs/tsup-config-next": "^2.3.23",
41
- "@layerzerolabs/typescript-config-next": "^2.3.23",
39
+ "@layerzerolabs/lz-evm-v1-0.7": "^2.3.25",
40
+ "@layerzerolabs/tsup-config-next": "^2.3.25",
41
+ "@layerzerolabs/typescript-config-next": "^2.3.25",
42
42
  "@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
43
43
  "@nomicfoundation/hardhat-network-helpers": "^1.0.9",
44
44
  "@nomicfoundation/hardhat-verify": "^2.0.2",
@@ -60,7 +60,7 @@
60
60
  "typescript": "~5.2.2"
61
61
  },
62
62
  "peerDependencies": {
63
- "@layerzerolabs/lz-evm-v1-0.7": "^2.3.23",
63
+ "@layerzerolabs/lz-evm-v1-0.7": "^2.3.25",
64
64
  "@openzeppelin/contracts": "^4.8.1 || ^5.0.0",
65
65
  "hardhat-deploy": "^0.11.44",
66
66
  "solidity-bytes-utils": "^0.8.0"