vite-plugin-lib 1.2.0 → 1.2.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.cjs CHANGED
@@ -166,6 +166,7 @@ function library(options) {
166
166
  buildConfig(options),
167
167
  dts({
168
168
  cleanVueFileName: true,
169
+ copyDtsFiles: true,
169
170
  include: `${path.resolve(options.entry, "..")}**`,
170
171
  outputDir: "dist/types",
171
172
  staticImport: true
package/dist/index.mjs CHANGED
@@ -153,6 +153,7 @@ function library(options) {
153
153
  buildConfig(options),
154
154
  dts__default({
155
155
  cleanVueFileName: true,
156
+ copyDtsFiles: true,
156
157
  include: `${path.resolve(options.entry, "..")}**`,
157
158
  outputDir: "dist/types",
158
159
  staticImport: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-lib",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Vite plugin for build configuration, automatic aliases, and type declarations.",
5
5
  "author": "Jan Müller <janmueller3698@gmail.com>",
6
6
  "license": "MIT",
@@ -36,15 +36,15 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "picocolors": "1.0.0",
39
- "vite-plugin-dts": "1.7.1"
39
+ "vite-plugin-dts": "2.0.2"
40
40
  },
41
41
  "devDependencies": {
42
- "@types/node": "18.11.13",
43
- "@vitest/ui": "0.26.3",
44
- "typescript": "4.9.4",
45
- "unbuild": "1.0.2",
46
- "vite": "4.0.0",
47
- "@yeger/tsconfig": "1.1.1"
42
+ "@types/node": "18.14.1",
43
+ "@vitest/ui": "0.29.1",
44
+ "typescript": "4.9.5",
45
+ "unbuild": "1.1.2",
46
+ "vite": "4.1.4",
47
+ "@yeger/tsconfig": "1.1.2"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"