@launchtray/hatch-util
Advanced tools
Comparing version 0.22.0-alpha.0 to 0.22.0-alpha.1
{ | ||
"name": "@launchtray/hatch-util", | ||
"version": "0.22.0-alpha.0", | ||
"version": "0.22.0-alpha.1", | ||
"description": "Utilities used by several other hatch modules", | ||
@@ -17,3 +17,3 @@ "main": "./dist/index.js", | ||
"@sentry/types": "^5", | ||
"@types/jest": "^27.5.2", | ||
"@types/jest": "^29.5.11", | ||
"@types/node": "^18", | ||
@@ -26,8 +26,8 @@ "@typescript-eslint/eslint-plugin": "^5", | ||
"eslint-plugin-jest": "^26", | ||
"jest": "^27.5.1", | ||
"jest": "^29.7.0", | ||
"rimraf": "3.0.0", | ||
"ts-jest": "^27.1.5", | ||
"ts-jest": "^29.1.2", | ||
"typescript": "4.9.5", | ||
"@launchtray/hatch-eslint-config": "0.22.0-alpha.0", | ||
"@launchtray/hatch-test": "0.22.0-alpha.0" | ||
"@launchtray/hatch-eslint-config": "0.22.0-alpha.1", | ||
"@launchtray/hatch-test": "0.22.0-alpha.1" | ||
}, | ||
@@ -62,4 +62,4 @@ "peerDependencies": { | ||
"build:watch": "tsc", | ||
"test": "jest --passWithNoTests" | ||
"test": "jest --passWithNoTests --verbose --runInBand --detectOpenHandles $JEST_CLI_OPTIONS 2>&1" | ||
} | ||
} |
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
95205