kanbancast-components
Advanced tools
Comparing version
{ | ||
"name": "kanbancast-components", | ||
"private": false, | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"type": "module", | ||
@@ -17,4 +17,5 @@ "scripts": { | ||
"typescript": "^5.2.2", | ||
"vite": "^5.2.0" | ||
"vite": "^5.2.0", | ||
"vite-plugin-dts": "^3.9.1" | ||
} | ||
} |
@@ -11,3 +11,6 @@ { | ||
/* Bundler mode */ | ||
"moduleResolution": "bundler", | ||
"moduleResolution": "node", | ||
"declaration": true, | ||
"outDir": "dist", | ||
"rootDir": "src", | ||
"allowImportingTsExtensions": true, | ||
@@ -14,0 +17,0 @@ "resolveJsonModule": true, |
// vite.config.ts | ||
import { defineConfig } from 'vite'; | ||
import { resolve } from 'path'; | ||
import dts from 'vite-plugin-dts' | ||
@@ -21,3 +22,4 @@ export default defineConfig({ | ||
} | ||
} | ||
}, | ||
plugins: [dts()] | ||
}); |
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
7303
2.17%245
2.08%0
-100%3
50%