@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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -5
  2. 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
- \u5982\u679C\u8981\u4FEE\u6539${chalk.yellow("config/*")} \u6216\u8005 ${chalk.yellow("scripts/*")}\u4E0B\u7684\u914D\u7F6E\u6587\u4EF6
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.3",
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": "^5.3.2",
18
- "vue": "^3.4.31",
19
- "vue-i18n": "^9.13.1"
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",