@layerzerolabs/lz-evm-oapp-v1 2.0.7 → 2.0.9
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.
- package/package.json +5 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/lz-evm-oapp-v1",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"license": "BUSL-1.1",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"build-hardhat": "$npm_execpath hardhat compile",
|
|
24
24
|
"build-ts": "$npm_execpath tsc --noEmit && $npm_execpath tsup",
|
|
25
25
|
"clean": "rimraf .turbo cache out node_modules hh-cache artifacts dist src/typechain-types",
|
|
26
|
-
"format": "prettier --ignore-path $(git rev-parse --show-toplevel)/.prettierignore --plugin=prettier-plugin-solidity --write .",
|
|
27
|
-
"lint": "eslint --no-error-on-unmatched-pattern . --ext .ts --fix",
|
|
28
26
|
"test": "forge test"
|
|
29
27
|
},
|
|
30
28
|
"dependencies": {
|
|
@@ -37,9 +35,9 @@
|
|
|
37
35
|
"@ethersproject/abi": "^5.7.0",
|
|
38
36
|
"@ethersproject/providers": "^5.7.0",
|
|
39
37
|
"@layerzerolabs/hardhat-config": "^0.0.0",
|
|
40
|
-
"@layerzerolabs/lz-evm-v1-0.7": "^2.0.
|
|
41
|
-
"@layerzerolabs/tsup-config-next": "^2.0.
|
|
42
|
-
"@layerzerolabs/typescript-config-next": "^2.0.
|
|
38
|
+
"@layerzerolabs/lz-evm-v1-0.7": "^2.0.9",
|
|
39
|
+
"@layerzerolabs/tsup-config-next": "^2.0.9",
|
|
40
|
+
"@layerzerolabs/typescript-config-next": "^2.0.9",
|
|
43
41
|
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
|
|
44
42
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
|
|
45
43
|
"@nomicfoundation/hardhat-verify": "^2.0.2",
|
|
@@ -49,7 +47,6 @@
|
|
|
49
47
|
"@typechain/hardhat": "^6.1.6",
|
|
50
48
|
"@types/node": "^20.10.5",
|
|
51
49
|
"chai": "^4.3.10",
|
|
52
|
-
"eslint": "^8.55.0",
|
|
53
50
|
"hardhat": "^2.19.0",
|
|
54
51
|
"hardhat-deploy": "^0.11.44",
|
|
55
52
|
"hardhat-deploy-ethers": "^0.3.0-beta.13",
|
|
@@ -62,7 +59,7 @@
|
|
|
62
59
|
"typescript": "~5.2.2"
|
|
63
60
|
},
|
|
64
61
|
"peerDependencies": {
|
|
65
|
-
"@layerzerolabs/lz-evm-v1-0.7": "^2.0.
|
|
62
|
+
"@layerzerolabs/lz-evm-v1-0.7": "^2.0.9",
|
|
66
63
|
"@openzeppelin/contracts": "^4.8.1",
|
|
67
64
|
"hardhat-deploy": "^0.11.44",
|
|
68
65
|
"solidity-bytes-utils": "^0.8.0"
|