@modern-js/main-doc 0.0.0-next-1686666902450 → 0.0.0-next-1686673235002
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/CHANGELOG.md +11 -11
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
# @modern-js/main-doc
|
|
2
2
|
|
|
3
|
-
## 0.0.0-next-
|
|
3
|
+
## 0.0.0-next-1686673235002
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 8a932767f: docs(main): update basic features alias doc
|
|
8
8
|
|
|
9
9
|
docs(main): 更新基础功能 -- 别名文档
|
|
10
10
|
|
|
11
|
-
-
|
|
11
|
+
- 7e6fb5fc1: chore: publishConfig add provenance config
|
|
12
12
|
|
|
13
13
|
chore: publishConfig 增加 provenance 配置
|
|
14
14
|
|
|
15
|
-
-
|
|
15
|
+
- 372b950c1: docs(main): update plugin config doc
|
|
16
16
|
|
|
17
17
|
docs(main): 更新插件配置文档
|
|
18
18
|
|
|
19
|
-
-
|
|
19
|
+
- f28b4855c: docs(main): update faq doc
|
|
20
20
|
|
|
21
21
|
docs(main): 更新 faq 文档
|
|
22
22
|
|
|
23
|
-
-
|
|
23
|
+
- f264c4a7f: docs(main): update html template doc
|
|
24
24
|
|
|
25
25
|
docs(main): 更新 HTML 模板文档
|
|
26
26
|
|
|
27
|
-
-
|
|
27
|
+
- 5cba7c46b: docs(main): update bff config doc
|
|
28
28
|
|
|
29
29
|
docs(main): 更新 BFF 配置文档
|
|
30
30
|
|
|
31
|
-
-
|
|
31
|
+
- ef865f285: docs(main): update config server doc
|
|
32
32
|
|
|
33
33
|
docs(main): 更新 server 配置文档
|
|
34
34
|
|
|
35
|
-
-
|
|
35
|
+
- 8bb0e146f: chore: review code split docs
|
|
36
36
|
chore: 审查代码分割文档
|
|
37
|
-
- Updated dependencies [
|
|
38
|
-
- @modern-js/builder-doc@0.0.0-next-
|
|
37
|
+
- Updated dependencies [7e6fb5fc1]
|
|
38
|
+
- @modern-js/builder-doc@0.0.0-next-1686673235002
|
|
39
39
|
|
|
40
40
|
## 2.22.1
|
|
41
41
|
|
package/package.json
CHANGED
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-next-
|
|
18
|
+
"version": "0.0.0-next-1686673235002",
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"registry": "https://registry.npmjs.org/",
|
|
21
21
|
"access": "public",
|
|
22
22
|
"provenance": true
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@modern-js/builder-doc": "0.0.0-next-
|
|
25
|
+
"@modern-js/builder-doc": "0.0.0-next-1686673235002"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"classnames": "^2",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"fs-extra": "^10",
|
|
35
35
|
"@types/node": "^16",
|
|
36
36
|
"@types/fs-extra": "^9",
|
|
37
|
-
"@modern-js/builder-doc": "0.0.0-next-
|
|
38
|
-
"@modern-js/doc-tools": "0.0.0-next-
|
|
39
|
-
"@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-
|
|
37
|
+
"@modern-js/builder-doc": "0.0.0-next-1686673235002",
|
|
38
|
+
"@modern-js/doc-tools": "0.0.0-next-1686673235002",
|
|
39
|
+
"@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686673235002"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"dev": "modern dev",
|