@layerzerolabs/lz-definitions
Advanced tools
Comparing version 1.5.66 to 1.5.67
{ | ||
"name": "@layerzerolabs/lz-definitions", | ||
"version": "1.5.66", | ||
"version": "1.5.67", | ||
"description": "LayerZero Utility", | ||
@@ -22,3 +22,3 @@ "license": "BUSL-1.1", | ||
"build-ts": "$npm_execpath tsc --noEmit && $npm_execpath tsup", | ||
"clean": "rimraf .turbo dist", | ||
"clean": "$npm_execpath rimraf .turbo && $npm_execpath rimraf dist", | ||
"format": "$npm_execpath prettier --ignore-path $(git rev-parse --show-toplevel)/.prettierignore --write .", | ||
@@ -32,14 +32,14 @@ "lint": "TIMING=1 $npm_execpath eslint --no-error-on-unmatched-pattern src/**/*.ts --fix", | ||
"devDependencies": { | ||
"@jest/globals": "^29.7.0", | ||
"@layerzerolabs-internal/tsup-config": "^1.5.66", | ||
"@layerzerolabs-internal/typescript-config": "^1.5.66", | ||
"@layerzerolabs/eslint-config-next": "^1.5.66", | ||
"@types/jest": "^29.5.8", | ||
"eslint": "^8.49.0", | ||
"jest": "^29.7.0", | ||
"@jest/globals": "^29.5.0", | ||
"@layerzerolabs-internal/tsup-config": "^1.5.67", | ||
"@layerzerolabs-internal/typescript-config": "^1.5.67", | ||
"@layerzerolabs/eslint-config-next": "^1.5.67", | ||
"@types/jest": "^29.4.0", | ||
"eslint": "^8.17.0", | ||
"jest": "^29.5.0", | ||
"prettier": "^2.8.3", | ||
"rimraf": "^5.0.0", | ||
"ts-jest": "^29.1.1", | ||
"tsup": "^7.2.0", | ||
"typescript": "~5.2.2" | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^29.0.5", | ||
"tsup": "^6.7.0", | ||
"typescript": "^5.0.4" | ||
}, | ||
@@ -46,0 +46,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
337149
6