vite-plugin-dts 1.1.0 → 1.1.1

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.
package/dist/index.js CHANGED
@@ -661,7 +661,7 @@ export * from '${filePath}'
661
661
  root,
662
662
  tsConfigPath,
663
663
  outputDir,
664
- entryPath: (0, import_path4.resolve)(outputDir, "src/index.d.ts"),
664
+ entryPath: typesPath,
665
665
  fileName: (0, import_path4.basename)(typesPath)
666
666
  });
667
667
  wroteFiles.delete((0, import_vite2.normalizePath)(typesPath));
package/dist/index.mjs CHANGED
@@ -643,7 +643,7 @@ export * from '${filePath}'
643
643
  root,
644
644
  tsConfigPath,
645
645
  outputDir,
646
- entryPath: resolve3(outputDir, "src/index.d.ts"),
646
+ entryPath: typesPath,
647
647
  fileName: basename(typesPath)
648
648
  });
649
649
  wroteFiles.delete(normalizePath2(typesPath));
package/package.json CHANGED
@@ -93,5 +93,5 @@
93
93
  "test:e2e": "cd example && cross-env DEBUG=\"vite-plugin-dts:bundle\" vite build"
94
94
  },
95
95
  "types": "dist/index.d.ts",
96
- "version": "1.1.0"
96
+ "version": "1.1.1"
97
97
  }