dts-resolver
Advanced tools
+2
-2
@@ -1,2 +0,2 @@ | ||
| import * as oxc_resolver0 from "oxc-resolver"; | ||
| import * as _$oxc_resolver0 from "oxc-resolver"; | ||
@@ -8,3 +8,3 @@ //#region src/index.d.ts | ||
| resolveNodeModules?: boolean; | ||
| ResolverFactory?: typeof oxc_resolver0.ResolverFactory; | ||
| ResolverFactory?: typeof _$oxc_resolver0.ResolverFactory; | ||
| } | ||
@@ -11,0 +11,0 @@ type Resolver = (id: string, importer?: string) => string | null; |
+2
-5
| import { createRequire } from "node:module"; | ||
| import { dirname, extname } from "node:path"; | ||
| import process from "node:process"; | ||
| //#region rolldown:runtime | ||
| //#region \0rolldown/runtime.js | ||
| var __require = /* @__PURE__ */ createRequire(import.meta.url); | ||
| //#endregion | ||
@@ -119,4 +117,3 @@ //#region src/index.ts | ||
| } | ||
| //#endregion | ||
| export { createResolver }; | ||
| export { createResolver }; |
+33
-36
| { | ||
| "name": "dts-resolver", | ||
| "version": "2.1.3", | ||
| "type": "module", | ||
| "version": "3.0.0", | ||
| "description": "Resolves TypeScript declaration files for dependencies.", | ||
| "type": "module", | ||
| "author": "Kevin Deng <sxzz@sxzz.moe>", | ||
| "license": "MIT", | ||
| "funding": "https://github.com/sponsors/sxzz", | ||
| "homepage": "https://github.com/sxzz/dts-resolver#readme", | ||
| "bugs": { | ||
| "url": "https://github.com/sxzz/dts-resolver/issues" | ||
| }, | ||
| "repository": { | ||
@@ -15,10 +14,5 @@ "type": "git", | ||
| }, | ||
| "author": "Kevin Deng <sxzz@sxzz.moe>", | ||
| "funding": "https://github.com/sponsors/sxzz", | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "main": "./dist/index.mjs", | ||
| "module": "./dist/index.mjs", | ||
| "types": "./dist/index.d.mts", | ||
| "bugs": { | ||
| "url": "https://github.com/sxzz/dts-resolver/issues" | ||
| }, | ||
| "exports": { | ||
@@ -28,5 +22,11 @@ ".": "./dist/index.mjs", | ||
| }, | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "engines": { | ||
| "node": "^22.18.0 || >=24.0.0" | ||
| }, | ||
| "peerDependencies": { | ||
@@ -41,31 +41,28 @@ "oxc-resolver": ">=11.0.0" | ||
| "devDependencies": { | ||
| "@babel/generator": "^7.28.5", | ||
| "@babel/parser": "^7.28.5", | ||
| "@babel/types": "^7.28.5", | ||
| "@sxzz/eslint-config": "^7.2.8", | ||
| "@sxzz/prettier-config": "^2.2.4", | ||
| "@babel/generator": "^7.29.1", | ||
| "@babel/parser": "^7.29.3", | ||
| "@babel/types": "^7.29.0", | ||
| "@sxzz/eslint-config": "^8.0.0", | ||
| "@sxzz/prettier-config": "^2.3.1", | ||
| "@types/babel__generator": "^7.27.0", | ||
| "@types/debug": "^4.1.12", | ||
| "@types/node": "^24.10.0", | ||
| "@types/yargs": "^17.0.34", | ||
| "@vue/reactivity": "^3.5.24", | ||
| "bumpp": "^10.3.1", | ||
| "eslint": "^9.39.1", | ||
| "@types/debug": "^4.1.13", | ||
| "@types/node": "^25.6.0", | ||
| "@types/yargs": "^17.0.35", | ||
| "@vue/reactivity": "^3.5.33", | ||
| "bumpp": "^11.0.1", | ||
| "eslint": "^10.3.0", | ||
| "fast-glob": "^3.3.3", | ||
| "magic-string": "^0.30.21", | ||
| "magic-string-ast": "^1.0.3", | ||
| "oxc-resolver": "^11.13.1", | ||
| "prettier": "^3.6.2", | ||
| "tsdown": "^0.16.1", | ||
| "typescript": "^5.9.3", | ||
| "vitest": "^4.0.8", | ||
| "vue": "^3.5.24" | ||
| "oxc-resolver": "^11.19.1", | ||
| "pathe": "^2.0.3", | ||
| "prettier": "^3.8.3", | ||
| "tsdown": "^0.21.10", | ||
| "tsdown-preset-sxzz": "^0.5.0", | ||
| "typescript": "^6.0.3", | ||
| "vite": "^8.0.10", | ||
| "vitest": "^4.1.5", | ||
| "vue": "^3.5.33" | ||
| }, | ||
| "engines": { | ||
| "node": ">=20.19.0" | ||
| }, | ||
| "prettier": "@sxzz/prettier-config", | ||
| "tsdown": { | ||
| "exports": true | ||
| }, | ||
| "scripts": { | ||
@@ -72,0 +69,0 @@ "lint": "eslint --cache .", |
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.
118
0.85%0
-100%6840
-0.49%24
14.29%