@layerzerolabs/lz-evm-v1-0.7 1.5.49 → 1.5.51
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/lz-evm-v1-0.7",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.51",
|
|
4
4
|
"license": "BUSL-1.1",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"build": "$npm_execpath build-forge && $npm_execpath build-hardhat && $npm_execpath build-ts",
|
|
15
15
|
"build-forge": "forge build",
|
|
16
16
|
"build-hardhat": "$npm_execpath hardhat compile",
|
|
17
|
-
"build-ts": "$npm_execpath tsc
|
|
18
|
-
"clean": "$npm_execpath rimraf .turbo && $npm_execpath clean-hardhat && $npm_execpath rimraf dist
|
|
17
|
+
"build-ts": "$npm_execpath tsc --noEmit && $npm_execpath tsup",
|
|
18
|
+
"clean": "$npm_execpath rimraf .turbo && $npm_execpath clean-hardhat && $npm_execpath rimraf dist src/typechain-types",
|
|
19
19
|
"clean-hardhat": "$npm_execpath rimraf '*artifacts' && $npm_execpath rimraf '*cache'",
|
|
20
20
|
"format": "$npm_execpath prettier --ignore-path $(git rev-parse --show-toplevel)/.prettierignore --write ",
|
|
21
21
|
"lint": "TIMING=1 $npm_execpath eslint --no-error-on-unmatched-pattern ./**/*.ts --fix && solhint ./contracts/**/*.sol --fix",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@ethersproject/abi": "^5.7.0",
|
|
34
34
|
"@ethersproject/providers": "^5.7.2",
|
|
35
|
-
"@layerzerolabs-internal/tsup-config": "^1.5.
|
|
36
|
-
"@layerzerolabs-internal/typescript-config": "^1.5.
|
|
37
|
-
"@layerzerolabs/hardhat-collect-outcomes": "^1.5.
|
|
38
|
-
"@layerzerolabs/hardhat-config": "^1.5.
|
|
39
|
-
"@layerzerolabs/lz-definitions": "^1.5.
|
|
40
|
-
"@layerzerolabs/lz-proof-utility": "^1.5.
|
|
35
|
+
"@layerzerolabs-internal/tsup-config": "^1.5.51",
|
|
36
|
+
"@layerzerolabs-internal/typescript-config": "^1.5.51",
|
|
37
|
+
"@layerzerolabs/hardhat-collect-outcomes": "^1.5.51",
|
|
38
|
+
"@layerzerolabs/hardhat-config": "^1.5.51",
|
|
39
|
+
"@layerzerolabs/lz-definitions": "^1.5.51",
|
|
40
|
+
"@layerzerolabs/lz-proof-utility": "^1.5.51",
|
|
41
41
|
"@matterlabs/hardhat-zksync-deploy": "^0.6.1",
|
|
42
42
|
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
|
|
43
43
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
|
|
@@ -76,6 +76,6 @@
|
|
|
76
76
|
"web3": "^1.8.2"
|
|
77
77
|
},
|
|
78
78
|
"publishConfig": {
|
|
79
|
-
"access": "
|
|
79
|
+
"access": "restricted"
|
|
80
80
|
}
|
|
81
81
|
}
|