@layerzerolabs/lz-evm-oapp-v1 3.0.122 → 3.0.124

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.124
4
+
5
+ ### Patch Changes
6
+
7
+ - de36b28: Restore the previously removed execute instruction in the executor program. Update the IDL and regenerate the TypeScript SDK to include the new instruction and types.
8
+ - Updated dependencies [de36b28]
9
+ - @layerzerolabs/lz-evm-v1-0.7@3.0.124
10
+
11
+ ## 3.0.123
12
+
13
+ ### Patch Changes
14
+
15
+ - 9efc74b: Update Aptos V1 Executor V2 Deployments
16
+ - Updated dependencies [9efc74b]
17
+ - @layerzerolabs/lz-evm-v1-0.7@3.0.123
18
+
3
19
  ## 3.0.122
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.122",
3
+ "version": "3.0.124",
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.122",
38
- "@layerzerolabs/tsup-config-next": "^3.0.122",
39
- "@layerzerolabs/typescript-config-next": "^3.0.122",
37
+ "@layerzerolabs/lz-evm-v1-0.7": "^3.0.124",
38
+ "@layerzerolabs/tsup-config-next": "^3.0.124",
39
+ "@layerzerolabs/typescript-config-next": "^3.0.124",
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.122",
61
+ "@layerzerolabs/lz-evm-v1-0.7": "^3.0.124",
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"