@layerzerolabs/lz-evm-oapp-v1 3.0.117 → 3.0.119

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @layerzerolabs/lz-evm-oapp-v1
2
2
 
3
+ ## 3.0.119
4
+
5
+ ### Patch Changes
6
+
7
+ - f628cc4: endpoints: testnet plasma2 and dinari
8
+ - Updated dependencies [f628cc4]
9
+ - @layerzerolabs/lz-evm-v1-0.7@3.0.119
10
+
11
+ ## 3.0.118
12
+
13
+ ### Patch Changes
14
+
15
+ - c28a672: Upload Aptos V1 Executor V2 Deployments
16
+ - 2fba4c6: fix(solana-sdk): handle BlockedMessageLib program ID correctly in endpoint sdk. Prevent undefined program IDs by adding special case handling for BlockedMessageLib since it doesn't initialize its PDA
17
+ - Updated dependencies [c28a672]
18
+ - Updated dependencies [2fba4c6]
19
+ - @layerzerolabs/lz-evm-v1-0.7@3.0.118
20
+
3
21
  ## 3.0.117
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": "3.0.117",
3
+ "version": "3.0.119",
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.117",
38
- "@layerzerolabs/tsup-config-next": "^3.0.117",
39
- "@layerzerolabs/typescript-config-next": "^3.0.117",
37
+ "@layerzerolabs/lz-evm-v1-0.7": "^3.0.119",
38
+ "@layerzerolabs/tsup-config-next": "^3.0.119",
39
+ "@layerzerolabs/typescript-config-next": "^3.0.119",
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.117",
61
+ "@layerzerolabs/lz-evm-v1-0.7": "^3.0.119",
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"