vite-plugin-lib 2.1.0 → 2.1.2

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.mjs +1 -1
  2. package/package.json +6 -6
package/dist/index.mjs CHANGED
@@ -339,7 +339,7 @@ function cleanup() {
339
339
  rmSync(`./${file}`);
340
340
  deletedCount++;
341
341
  });
342
- log(`Removed ${deletedCount} temporary build files.`);
342
+ log(`Removed ${deletedCount} temporary files.`);
343
343
  }
344
344
  };
345
345
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-lib",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
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",
@@ -38,14 +38,14 @@
38
38
  "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "picocolors": "1.0.1",
42
- "vite-plugin-dts": "4.0.1"
41
+ "picocolors": "1.1.0",
42
+ "vite-plugin-dts": "4.2.4"
43
43
  },
44
44
  "devDependencies": {
45
- "@types/node": "20.14.14",
46
- "typescript": "5.5.4",
45
+ "@types/node": "22.7.5",
46
+ "typescript": "5.6.3",
47
47
  "unbuild": "2.0.0",
48
- "vite": "5.3.5",
48
+ "vite": "5.4.8",
49
49
  "@yeger/tsconfig": "2.0.8"
50
50
  },
51
51
  "publishConfig": {