@ui-doc/vite 0.4.0 → 0.4.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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -85,7 +85,7 @@ picocolors.exports.createColors = createColors;
|
|
|
85
85
|
var picocolorsExports = picocolors.exports;
|
|
86
86
|
var pc = /*@__PURE__*/getDefaultExportFromCjs(picocolorsExports);
|
|
87
87
|
|
|
88
|
-
var version = "0.
|
|
88
|
+
var version = "0.4.0";
|
|
89
89
|
|
|
90
90
|
const PLUGIN_NAME = 'ui-doc';
|
|
91
91
|
/**
|
package/dist/index.mjs
CHANGED
|
@@ -81,7 +81,7 @@ picocolors.exports.createColors = createColors;
|
|
|
81
81
|
var picocolorsExports = picocolors.exports;
|
|
82
82
|
var pc = /*@__PURE__*/getDefaultExportFromCjs(picocolorsExports);
|
|
83
83
|
|
|
84
|
-
var version = "0.
|
|
84
|
+
var version = "0.4.0";
|
|
85
85
|
|
|
86
86
|
const PLUGIN_NAME = 'ui-doc';
|
|
87
87
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui-doc/vite",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Vite plugin for UI-Doc generation and preview.",
|
|
5
5
|
"author": "Maurice Busch",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@ui-doc/rollup": "
|
|
49
|
+
"@ui-doc/rollup": "^0.4.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"picocolors": "^1.0.1",
|
|
53
53
|
"vite": "^7.3.1",
|
|
54
|
-
"@ui-doc/rollup": "0.4.
|
|
54
|
+
"@ui-doc/rollup": "0.4.1"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"build": "rollup -c",
|