@unocss/vite 66.1.4 → 66.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.
Files changed (2) hide show
  1. package/dist/index.mjs +4 -0
  2. package/package.json +6 -6
package/dist/index.mjs CHANGED
@@ -346,7 +346,11 @@ function ChunkModeBuildPlugin(ctx) {
346
346
  await cssPostTransformHandler.call(this, css, fakeCssId);
347
347
  chunk.modules[fakeCssId] = {
348
348
  code: null,
349
+ // eslint-disable-next-line ts/ban-ts-comment
350
+ // @ts-ignore does not exist in rolldown
349
351
  originalLength: 0,
352
+ // eslint-disable-next-line ts/ban-ts-comment
353
+ // @ts-ignore does not exist in rolldown
350
354
  removedExports: [],
351
355
  renderedExports: [],
352
356
  renderedLength: 0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/vite",
3
3
  "type": "module",
4
- "version": "66.1.4",
4
+ "version": "66.2.1",
5
5
  "description": "The Vite plugin for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -53,14 +53,14 @@
53
53
  "chokidar": "^3.6.0",
54
54
  "magic-string": "^0.30.17",
55
55
  "pathe": "^2.0.3",
56
- "tinyglobby": "^0.2.13",
56
+ "tinyglobby": "^0.2.14",
57
57
  "unplugin-utils": "^0.2.4",
58
- "@unocss/config": "66.1.4",
59
- "@unocss/core": "66.1.4",
60
- "@unocss/inspector": "66.1.4"
58
+ "@unocss/core": "66.2.1",
59
+ "@unocss/config": "66.2.1",
60
+ "@unocss/inspector": "66.2.1"
61
61
  },
62
62
  "devDependencies": {
63
- "vite": "^6.2.7"
63
+ "vite": "^6.3.5"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "unbuild",