@kopflos-cms/vite 0.0.1-beta.2 → 0.1.0

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/CHANGELOG.md +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @kopflos-cms/vite
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5b6b1ab: Update vite to v6
8
+
9
+ ## 0.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 67ba100: Added CHANGELOG.md to build
14
+ - 730ecc2: Ensure the the `outDir` setting is also used for serving files in in production mode
15
+ - 87f4e96: The plugin populates a variable `VITE.basePath` which will be resolved to the correct path in development and production mode
16
+ - 67ba100: Added type augmentation of plugin config interface
17
+ - 1b8a2bc: Serve the entire UI build statically. Before, `public` vite resources would not be accessible
18
+ - Updated dependencies [67ba100]
19
+ - Updated dependencies [730ecc2]
20
+ - @kopflos-cms/logger@0.1.0
21
+
3
22
  ## 0.0.1-beta.2
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopflos-cms/vite",
3
- "version": "0.0.1-beta.2",
3
+ "version": "0.1.0",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "author": "Zazuko GmbH",
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "homepage": "https://github.com/zazuko/kopflos",
29
29
  "dependencies": {
30
- "@kopflos-cms/logger": "^0.1.0-beta.1",
30
+ "@kopflos-cms/logger": "^0.1.0",
31
31
  "express": "^5.0.1",
32
32
  "glob": "^11.0.0",
33
33
  "onetime": "^7.0.0",
34
- "vite": "^5.4.8"
34
+ "vite": "^6.0.7"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/glob": "^8.1.0",