Comparing version 1.3.1 to 2.0.0
{ | ||
"name": "pkg-types", | ||
"version": "1.3.1", | ||
"version": "2.0.0", | ||
"description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`", | ||
"license": "MIT", | ||
"main": "./dist/index.cjs", | ||
"sideEffects": false, | ||
"exports": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/index.d.mts", | ||
"repository": "unjs/pkg-types", | ||
@@ -29,20 +27,19 @@ "files": [ | ||
"confbox": "^0.1.8", | ||
"mlly": "^1.7.4", | ||
"pathe": "^2.0.1" | ||
"pathe": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.10.6", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
"@types/node": "^22.13.5", | ||
"@vitest/coverage-v8": "^3.0.7", | ||
"automd": "^0.3.12", | ||
"changelogen": "^0.5.7", | ||
"eslint": "^9.18.0", | ||
"eslint": "^9.21.0", | ||
"eslint-config-unjs": "^0.4.2", | ||
"expect-type": "^1.1.0", | ||
"jiti": "^2.4.2", | ||
"prettier": "^3.4.2", | ||
"prettier": "^3.5.2", | ||
"typescript": "^5.7.3", | ||
"unbuild": "^3.3.1", | ||
"vitest": "^2.1.8" | ||
"vitest": "^3.0.7" | ||
}, | ||
"packageManager": "pnpm@9.15.4" | ||
"packageManager": "pnpm@10.5.0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
30867
5
162
1
- Removedmlly@^1.7.4
- Removedacorn@8.14.0(transitive)
- Removedmlly@1.7.4(transitive)
- Removedufo@1.5.4(transitive)
Updatedpathe@^2.0.3