@layerzerolabs/devtools
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@layerzerolabs/devtools", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Core utilities for working with LayerZero on-chain infrastructure", | ||
@@ -30,9 +30,9 @@ "repository": { | ||
"@ethersproject/constants": "~5.7.0", | ||
"@layerzerolabs/io-devtools": "~0.1.1", | ||
"@layerzerolabs/lz-definitions": "~2.1.2", | ||
"@layerzerolabs/test-devtools": "~0.1.1", | ||
"@swc/core": "^1.3.105", | ||
"@swc/jest": "^0.2.31", | ||
"@types/jest": "^29.5.11", | ||
"fast-check": "^3.15.0", | ||
"@layerzerolabs/io-devtools": "~0.1.2", | ||
"@layerzerolabs/lz-definitions": "~2.1.3", | ||
"@layerzerolabs/test-devtools": "~0.1.2", | ||
"@swc/core": "^1.4.0", | ||
"@swc/jest": "^0.2.36", | ||
"@types/jest": "^29.5.12", | ||
"fast-check": "^3.15.1", | ||
"jest": "^29.7.0", | ||
@@ -48,4 +48,4 @@ "jest-extended": "^4.0.2", | ||
"@ethersproject/bytes": "~5.7.0", | ||
"@layerzerolabs/io-devtools": "~0.1.1", | ||
"@layerzerolabs/lz-definitions": "~2.1.2", | ||
"@layerzerolabs/io-devtools": "~0.1.2", | ||
"@layerzerolabs/lz-definitions": "~2.1.3", | ||
"zod": "^3.22.4" | ||
@@ -62,4 +62,5 @@ }, | ||
"lint": "$npm_execpath eslint '**/*.{js,ts,json}'", | ||
"lint:fix": "eslint --fix '**/*.{js,ts,json}'", | ||
"test": "jest --ci --forceExit" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159093