@pubinfo/vite 2.0.8 → 2.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -2
package/dist/index.js CHANGED
@@ -456,7 +456,7 @@ function createCompression(env) {
456
456
  function createDTS() {
457
457
  return dts({
458
458
  clearPureImport: false,
459
- exclude: ["tests/**/*"]
459
+ exclude: ["tests/**/*", ".pubinfo/**/*"]
460
460
  });
461
461
  }
462
462
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pubinfo/vite",
3
3
  "type": "module",
4
- "version": "2.0.8",
4
+ "version": "2.0.9",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -28,7 +28,6 @@
28
28
  "abort-controller": "^3.0.0",
29
29
  "boxen": "^8.0.1",
30
30
  "chalk": "^5.4.1",
31
- "chokidar": "^4.0.1",
32
31
  "consola": "^3.4.2",
33
32
  "dayjs": "^1.11.13",
34
33
  "fast-glob": "^3.3.3",