@pubinfo/vite 0.6.3 → 0.6.4
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.mjs +1 -5
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -404,11 +404,7 @@ class Ctx {
|
|
|
404
404
|
boxen(
|
|
405
405
|
`\u6B22\u8FCE\u4F7F\u7528${chalk.bold.greenBright(" \u6280\u672F\u5E95\u5EA7\u7BA1\u7406\u7CFB\u7EDF ")}
|
|
406
406
|
|
|
407
|
-
|
|
408
|
-
\u8BF7\u5148\u6267\u884C${chalk.yellow(" pnpm run stub ")}\u542F\u52A8\u6587\u4EF6\u76D1\u542C\u7F16\u8BD1
|
|
409
|
-
|
|
410
|
-
${chalk.green("\u4F7F\u7528\u6587\u6863\u5730\u5740")} ${chalk.green("\u279C")} http://124.223.184.245:10000/docs
|
|
411
|
-
`,
|
|
407
|
+
${chalk.green("\u4F7F\u7528\u6587\u6863\u5730\u5740")} ${chalk.green("\u279C")} http://124.223.184.245:10000/docs`,
|
|
412
408
|
{
|
|
413
409
|
padding: 1,
|
|
414
410
|
margin: 1,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo/vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.4",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"dist"
|
|
15
15
|
],
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"vite": "
|
|
18
|
-
"vue": "
|
|
19
|
-
"vue-i18n": "
|
|
17
|
+
"vite": ">=5.0.0",
|
|
18
|
+
"vue": ">=3.4.0",
|
|
19
|
+
"vue-i18n": ">=9.0.0"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@intlify/unplugin-vue-i18n": "^4.0.0",
|