@layerzerolabs/lz-evm-oapp-v1 2.0.9 → 2.0.11
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 +8 -7
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.11",
|
|
4
4
|
"license": "BUSL-1.1",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -19,10 +19,11 @@
|
|
|
19
19
|
"artifacts/contracts/**/*"
|
|
20
20
|
],
|
|
21
21
|
"scripts": {
|
|
22
|
-
"build": "forge build && $npm_execpath build-hardhat && $npm_execpath build-ts",
|
|
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": "rimraf .turbo cache out node_modules hh-cache artifacts
|
|
25
|
+
"clean": "$npm_execpath clean-prebuild && rimraf .turbo cache out node_modules hh-cache artifacts src/typechain-types",
|
|
26
|
+
"clean-prebuild": "rimraf dist",
|
|
26
27
|
"test": "forge test"
|
|
27
28
|
},
|
|
28
29
|
"dependencies": {
|
|
@@ -35,9 +36,9 @@
|
|
|
35
36
|
"@ethersproject/abi": "^5.7.0",
|
|
36
37
|
"@ethersproject/providers": "^5.7.0",
|
|
37
38
|
"@layerzerolabs/hardhat-config": "^0.0.0",
|
|
38
|
-
"@layerzerolabs/lz-evm-v1-0.7": "^2.0.
|
|
39
|
-
"@layerzerolabs/tsup-config-next": "^2.0.
|
|
40
|
-
"@layerzerolabs/typescript-config-next": "^2.0.
|
|
39
|
+
"@layerzerolabs/lz-evm-v1-0.7": "^2.0.11",
|
|
40
|
+
"@layerzerolabs/tsup-config-next": "^2.0.11",
|
|
41
|
+
"@layerzerolabs/typescript-config-next": "^2.0.11",
|
|
41
42
|
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
|
|
42
43
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
|
|
43
44
|
"@nomicfoundation/hardhat-verify": "^2.0.2",
|
|
@@ -59,7 +60,7 @@
|
|
|
59
60
|
"typescript": "~5.2.2"
|
|
60
61
|
},
|
|
61
62
|
"peerDependencies": {
|
|
62
|
-
"@layerzerolabs/lz-evm-v1-0.7": "^2.0.
|
|
63
|
+
"@layerzerolabs/lz-evm-v1-0.7": "^2.0.11",
|
|
63
64
|
"@openzeppelin/contracts": "^4.8.1",
|
|
64
65
|
"hardhat-deploy": "^0.11.44",
|
|
65
66
|
"solidity-bytes-utils": "^0.8.0"
|