xmlui 0.12.20 → 0.12.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmlui",
3
- "version": "0.12.20",
3
+ "version": "0.12.21",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ],
@@ -11,7 +11,6 @@
11
11
  "build:for-node": "tsdown",
12
12
  "build:xmlui": "node --max-old-space-size=8192 node_modules/.bin/vite build --mode lib",
13
13
  "build:xmlui-standalone": "vite build --mode standalone",
14
- "build:xmlui-islands": "vite build --mode islands",
15
14
  "build:xmlui-metadata": "vite build --mode metadata",
16
15
  "build:inspector-parser": "vite build --mode inspector-parser",
17
16
  "test:unit": "vitest run",
@@ -129,7 +128,6 @@
129
128
  "terser": "^5.44.0",
130
129
  "tsdown": "^0.21.4",
131
130
  "typescript": "5.7.3",
132
- "vite-plugin-css-injected-by-js": "4.0.1",
133
131
  "vitest": "^4.0.16"
134
132
  },
135
133
  "optionalDependencies": {