@ubean/cli 0.3.6 → 0.3.7

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/cli.js +1 -0
  2. package/package.json +12 -12
package/dist/cli.js CHANGED
@@ -677,6 +677,7 @@ async function createViteDevServer(options) {
677
677
  },
678
678
  optimizeDeps: { exclude: [
679
679
  "ubean",
680
+ "vue-router",
680
681
  "virtual:ubean-pages",
681
682
  "virtual:ubean-app",
682
683
  "virtual:ubean-server",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ubean/cli",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "CLI for ubean (ubean-next binary: dev, build, prepare, init, preview, page, env, config, devtools, api/layout/middleware/cron/plugin scaffolds) plus the Vite dev server runner",
5
5
  "bin": {
6
6
  "ubean-next": "./bin/ubean-next.mjs"
@@ -24,15 +24,15 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@ubean/app": "0.3.6",
28
- "@ubean/build": "0.3.6",
29
- "@ubean/client": "0.3.6",
30
- "@ubean/config": "0.3.6",
31
- "@ubean/i18n": "0.3.6",
32
- "@ubean/islands": "0.3.6",
33
- "@ubean/preset": "0.3.6",
34
- "@ubean/scan": "0.3.6",
35
- "@ubean/shared": "0.3.6",
27
+ "@ubean/app": "0.3.7",
28
+ "@ubean/build": "0.3.7",
29
+ "@ubean/client": "0.3.7",
30
+ "@ubean/config": "0.3.7",
31
+ "@ubean/i18n": "0.3.7",
32
+ "@ubean/islands": "0.3.7",
33
+ "@ubean/preset": "0.3.7",
34
+ "@ubean/scan": "0.3.7",
35
+ "@ubean/shared": "0.3.7",
36
36
  "citty": "^0.2.2",
37
37
  "kolorist": "^1.8.0",
38
38
  "pathe": "^2.0.3"
@@ -45,8 +45,8 @@
45
45
  "vite-plus": "0.3.0"
46
46
  },
47
47
  "peerDependencies": {
48
- "@ubean/content": "0.3.6",
49
- "@ubean/devtools": "0.3.6",
48
+ "@ubean/content": "0.3.7",
49
+ "@ubean/devtools": "0.3.7",
50
50
  "@vitejs/plugin-vue": "^6.0.8",
51
51
  "vite": "npm:@voidzero-dev/vite-plus-core@0.3.0"
52
52
  },