@modern-js/main-doc 0.0.0-next-1682526866377 → 0.0.0-next-1682572846239
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 +7 -2
- package/package.json +10 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @modern-js/main-doc
|
|
2
2
|
|
|
3
|
-
## 0.0.0-next-
|
|
3
|
+
## 0.0.0-next-1682572846239
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -12,8 +12,13 @@
|
|
|
12
12
|
|
|
13
13
|
fix(builder): 修复 browserslist 配置会对 node 产物生效的问题
|
|
14
14
|
|
|
15
|
+
- 4e876abdf: chore: package.json include the monorepo-relative directory
|
|
16
|
+
|
|
17
|
+
chore: 在 package.json 中声明 monorepo 的子路径
|
|
18
|
+
|
|
15
19
|
- Updated dependencies [fe92de6a5]
|
|
16
|
-
|
|
20
|
+
- Updated dependencies [4e876abdf]
|
|
21
|
+
- @modern-js/builder-doc@0.0.0-next-1682572846239
|
|
17
22
|
|
|
18
23
|
## 2.15.0
|
|
19
24
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,11 @@
|
|
|
3
3
|
"description": "Documentation of modern.js framework",
|
|
4
4
|
"homepage": "https://modernjs.dev",
|
|
5
5
|
"bugs": "https://github.com/web-infra-dev/modern.js/issues",
|
|
6
|
-
"repository":
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/web-infra-dev/modern.js",
|
|
9
|
+
"directory": "packages/document/main-doc"
|
|
10
|
+
},
|
|
7
11
|
"license": "MIT",
|
|
8
12
|
"keywords": [
|
|
9
13
|
"react",
|
|
@@ -11,13 +15,13 @@
|
|
|
11
15
|
"modern",
|
|
12
16
|
"modern.js"
|
|
13
17
|
],
|
|
14
|
-
"version": "0.0.0-next-
|
|
18
|
+
"version": "0.0.0-next-1682572846239",
|
|
15
19
|
"publishConfig": {
|
|
16
20
|
"registry": "https://registry.npmjs.org/",
|
|
17
21
|
"access": "public"
|
|
18
22
|
},
|
|
19
23
|
"peerDependencies": {
|
|
20
|
-
"@modern-js/builder-doc": "0.0.0-next-
|
|
24
|
+
"@modern-js/builder-doc": "0.0.0-next-1682572846239"
|
|
21
25
|
},
|
|
22
26
|
"devDependencies": {
|
|
23
27
|
"classnames": "^2",
|
|
@@ -29,9 +33,9 @@
|
|
|
29
33
|
"fs-extra": "^10",
|
|
30
34
|
"@types/node": "^16",
|
|
31
35
|
"@types/fs-extra": "^9",
|
|
32
|
-
"@modern-js/builder-doc": "0.0.0-next-
|
|
33
|
-
"@modern-js/doc-
|
|
34
|
-
"@modern-js/doc-
|
|
36
|
+
"@modern-js/builder-doc": "0.0.0-next-1682572846239",
|
|
37
|
+
"@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1682572846239",
|
|
38
|
+
"@modern-js/doc-tools": "0.0.0-next-1682572846239"
|
|
35
39
|
},
|
|
36
40
|
"scripts": {
|
|
37
41
|
"dev": "modern dev",
|