@layerzerolabs/lz-evm-oapp-v1 3.0.113-aptos.0 → 3.0.114

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @layerzerolabs/lz-evm-oapp-v1
2
2
 
3
+ ## 3.0.114
4
+
5
+ ### Patch Changes
6
+
7
+ - 327bf23: Publish new official packages at 18 July 2025 by yadong
8
+ - Updated dependencies [327bf23]
9
+ - @layerzerolabs/lz-evm-v1-0.7@3.0.114
10
+
11
+ ## 3.0.113
12
+
13
+ ### Patch Changes
14
+
15
+ - 45c8e28: Publish new packages, including verification-data.json files in the evm sdk packages
16
+ - Updated dependencies [45c8e28]
17
+ - @layerzerolabs/lz-evm-v1-0.7@3.0.113
18
+
3
19
  ## 3.0.112
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-evm-oapp-v1",
3
- "version": "3.0.113-aptos.0",
3
+ "version": "3.0.114",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -34,9 +34,9 @@
34
34
  "@ethersproject/abi": "^5.8.0",
35
35
  "@ethersproject/providers": "^5.8.0",
36
36
  "@layerzerolabs/hardhat-config": "^0.0.0",
37
- "@layerzerolabs/lz-evm-v1-0.7": "^3.0.113-aptos.0",
38
- "@layerzerolabs/tsup-config-next": "^3.0.113-aptos.0",
39
- "@layerzerolabs/typescript-config-next": "^3.0.113-aptos.0",
37
+ "@layerzerolabs/lz-evm-v1-0.7": "^3.0.114",
38
+ "@layerzerolabs/tsup-config-next": "^3.0.114",
39
+ "@layerzerolabs/typescript-config-next": "^3.0.114",
40
40
  "@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
41
41
  "@nomicfoundation/hardhat-network-helpers": "^1.0.9",
42
42
  "@nomicfoundation/hardhat-verify": "^2.0.2",
@@ -58,7 +58,7 @@
58
58
  "typescript": "~5.2.2"
59
59
  },
60
60
  "peerDependencies": {
61
- "@layerzerolabs/lz-evm-v1-0.7": "^3.0.113-aptos.0",
61
+ "@layerzerolabs/lz-evm-v1-0.7": "^3.0.114",
62
62
  "@openzeppelin/contracts": "^4.8.1 || ^5.0.0",
63
63
  "hardhat-deploy": "^0.12.4",
64
64
  "solidity-bytes-utils": "^0.8.0"