common-resolver
Advanced tools
@@ -1,1 +0,1 @@ | ||
| export * from '../types'; | ||
| export { Resolver } from '../types'; |
@@ -1,1 +0,1 @@ | ||
| export * from '../types'; | ||
| export {}; |
@@ -1,2 +0,2 @@ | ||
| export type RecursivePartial<T> = { | ||
| type RecursivePartial<T> = { | ||
| [P in keyof T]?: T[P] extends object ? RecursivePartial<T[P]> : string; | ||
@@ -3,0 +3,0 @@ }; |
+3
-3
| { | ||
| "name": "common-resolver", | ||
| "version": "0.0.14", | ||
| "version": "0.0.15", | ||
| "scripts": { | ||
@@ -31,4 +31,4 @@ "build": "tsc" | ||
| "./types": { | ||
| "import": "./dist/exports/types.js", | ||
| "types": "./dist/exports/types.d.ts" | ||
| "import": "./dist/types/index.js", | ||
| "types": "./dist/types/index.d.ts" | ||
| } | ||
@@ -35,0 +35,0 @@ }, |
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.
0
-100%31913
-0.05%