@zlooks.cn/cli 1.0.12 → 1.0.13
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.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"@inquirer/prompts": "8.7.0",
|
|
33
33
|
"@zlooks.cn/blog-schema": "1.0.2",
|
|
34
34
|
"@zlooks.cn/blog-shared": "1.0.3",
|
|
35
|
-
"@zlooks.cn/blog-theme": "1.0.
|
|
35
|
+
"@zlooks.cn/blog-theme": "1.0.8",
|
|
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.
|
|
42
|
+
"@zlooks.cn/ui": "1.0.7",
|
|
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": "
|
|
60
|
+
"gitHead": "8004e10d86091d113215934b2150936ae16ce468"
|
|
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.
|
|
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.
|
|
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",
|