@zlooks.cn/cli 1.0.12 → 1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zlooks.cn/cli",
3
- "version": "1.0.12",
3
+ "version": "1.1.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "bin": {
@@ -31,15 +31,15 @@
31
31
  "@hile/typeorm": "4.0.3",
32
32
  "@inquirer/prompts": "8.7.0",
33
33
  "@zlooks.cn/blog-schema": "1.0.2",
34
- "@zlooks.cn/blog-shared": "1.0.3",
35
- "@zlooks.cn/blog-theme": "1.0.7",
34
+ "@zlooks.cn/blog-shared": "1.1.0",
35
+ "@zlooks.cn/blog-theme": "1.1.0",
36
36
  "@zlooks.cn/global-config-shared": "1.0.2",
37
37
  "@zlooks.cn/infrastructure": "1.0.0",
38
38
  "@zlooks.cn/legacy-import": "1.0.6",
39
39
  "@zlooks.cn/public-host-contract": "1.0.0",
40
40
  "@zlooks.cn/registry-config": "1.0.1",
41
41
  "@zlooks.cn/service-command": "1.0.3",
42
- "@zlooks.cn/ui": "1.0.6",
42
+ "@zlooks.cn/ui": "1.1.0",
43
43
  "cli-table3": "0.6.5",
44
44
  "commander": "15.0.0",
45
45
  "ioredis": "5.11.1",
@@ -57,5 +57,5 @@
57
57
  "typescript": "7.0.2",
58
58
  "vitest": "4.1.11"
59
59
  },
60
- "gitHead": "d2c54a942b19eb5f125c2c104813b39635454a1a"
60
+ "gitHead": "0bc8e75106dc91dc532581e4d6ca2a93bcecac04"
61
61
  }
@@ -4,13 +4,13 @@
4
4
  "entry": "src/plugin/page.tsx",
5
5
  "styles": ["@zlooks.cn/ui/antd.css"],
6
6
  "routes": [
7
- { "path": "/", "entry": "BlogHomePage" },
8
- { "path": "/posts/[slug]", "entry": "BlogPostPage" },
9
- { "path": "/archives", "entry": "BlogArchivePage" },
10
- { "path": "/pages/[slug]", "entry": "BlogSinglePagePage" },
11
- { "path": "/categories/[slug]", "entry": "BlogCategoryPage" },
12
- { "path": "/tags/[slug]", "entry": "BlogTagPage" },
13
- { "path": "/friends", "entry": "BlogFriendLinksPage" }
7
+ { "path": "/", "entry": "BlogHomePage", "prefetch": "assets" },
8
+ { "path": "/posts/[slug]", "entry": "BlogPostPage", "prefetch": "assets" },
9
+ { "path": "/archives", "entry": "BlogArchivePage", "prefetch": "assets" },
10
+ { "path": "/pages/[slug]", "entry": "BlogSinglePagePage", "prefetch": "assets" },
11
+ { "path": "/categories/[slug]", "entry": "BlogCategoryPage", "prefetch": "assets" },
12
+ { "path": "/tags/[slug]", "entry": "BlogTagPage", "prefetch": "assets" },
13
+ { "path": "/friends", "entry": "BlogFriendLinksPage", "prefetch": "assets" }
14
14
  ],
15
15
  "metadata": {
16
16
  "displayName": __DISPLAY_NAME_JSON__,
@@ -35,7 +35,7 @@
35
35
  "typecheck": "tsc -p tsconfig.runtime.json --noEmit && tsc -p tsconfig.json --noEmit"
36
36
  },
37
37
  "dependencies": {
38
- "@hile/rsc": "^1.0.21",
38
+ "@hile/rsc": "^1.0.24",
39
39
  "@zlooks.cn/blog-schema": "^__BLOG_SCHEMA_VERSION__",
40
40
  "@zlooks.cn/blog-theme": "^__BLOG_THEME_VERSION__",
41
41
  "@zlooks.cn/global-config-shared": "^__GLOBAL_CONFIG_VERSION__",
@@ -52,7 +52,7 @@
52
52
  "@hile/cli": "^4.0.7",
53
53
  "@hile/context": "^4.0.2",
54
54
  "@hile/core": "^4.0.1",
55
- "@hile/rsc-build": "^1.0.18",
55
+ "@hile/rsc-build": "^1.0.21",
56
56
  "@types/node": "^26.2.0",
57
57
  "@types/react": "^19.2.18",
58
58
  "@types/react-dom": "^19.2.4",