@vercel/error-utils
Advanced tools
Comparing version 1.0.10 to 2.0.0
{ | ||
"name": "@vercel/error-utils", | ||
"version": "1.0.10", | ||
"version": "2.0.0", | ||
"description": "A collection of error utilities for vercel/vercel", | ||
@@ -12,7 +12,2 @@ "main": "dist/index.js", | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "jest --coverage --env node --verbose", | ||
"test-unit": "pnpm test" | ||
}, | ||
"license": "Apache-2.0", | ||
@@ -22,5 +17,10 @@ "devDependencies": { | ||
"@types/node": "14.18.33", | ||
"jest-junit": "16.0.0", | ||
"typescript": "4.9.5" | ||
}, | ||
"gitHead": "a63b9d960bec291e152308c30074843aab802c8d" | ||
} | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "jest --reporters=default --reporters=jest-junit --coverage --env node --verbose", | ||
"test-unit": "pnpm test" | ||
} | ||
} |
@@ -6,3 +6,3 @@ { | ||
"esModuleInterop": true, | ||
"lib": ["ES2020"], | ||
"lib": ["ES2021"], | ||
"module": "commonjs", | ||
@@ -19,3 +19,3 @@ "moduleResolution": "node", | ||
"sourceMap": true, | ||
"target": "ES2020" | ||
"target": "ES2021" | ||
}, | ||
@@ -22,0 +22,0 @@ "include": ["src/**/*"], |
Sorry, the diff of this file is not supported yet
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
25505
13
4