@modern-js/main-doc 0.0.0-next-1686301875577 → 0.0.0-next-1686310373227
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
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# @modern-js/main-doc
|
|
2
2
|
|
|
3
|
-
## 0.0.0-next-
|
|
3
|
+
## 0.0.0-next-1686310373227
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 7e6fb5fc1: chore: publishConfig add provenance config
|
|
8
8
|
|
|
9
9
|
chore: publishConfig 增加 provenance 配置
|
|
10
10
|
|
|
11
|
-
- Updated dependencies [
|
|
12
|
-
- @modern-js/builder-doc@0.0.0-next-
|
|
11
|
+
- Updated dependencies [7e6fb5fc1]
|
|
12
|
+
- @modern-js/builder-doc@0.0.0-next-1686310373227
|
|
13
13
|
|
|
14
14
|
## 2.22.1
|
|
15
15
|
|
|
@@ -17,7 +17,7 @@ This option **is used to configure the Modern.js Builder plugins**. If you need
|
|
|
17
17
|
|
|
18
18
|
- Use [plugins](/configure/app/builder-plugins) to configure Modern.js framework plugins.
|
|
19
19
|
- Use [tools.webpack](/configure/app/tools/webpack) or [tools.webpackChain](/configure/app/tools/webpack-chain) to configure webpack plugins.
|
|
20
|
-
- Use [tools.babel](/configure/app/tools/babel) to configure
|
|
20
|
+
- Use [tools.babel](/configure/app/tools/babel) to configure Babel plugins.
|
|
21
21
|
|
|
22
22
|
## When to use
|
|
23
23
|
|
|
@@ -17,7 +17,7 @@ This config **is used to configure the Modern.js framework plugin**. If you need
|
|
|
17
17
|
|
|
18
18
|
- Use [builderPlugins](/configure/app/builder-plugins) to configure Modern.js Builder plugins.
|
|
19
19
|
- Use [tools.webpack](/configure/app/tools/webpack) or [tools.webpackChain](/configure/app/tools/webpack-chain) to configure webpack plugins.
|
|
20
|
-
- Use [tools.babel](/configure/app/tools/babel) to configure
|
|
20
|
+
- Use [tools.babel](/configure/app/tools/babel) to configure Babel plugins.
|
|
21
21
|
|
|
22
22
|
## Plugin type
|
|
23
23
|
|
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-1686310373227",
|
|
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-1686310373227"
|
|
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-1686310373227",
|
|
38
|
+
"@modern-js/doc-tools": "0.0.0-next-1686310373227",
|
|
39
|
+
"@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686310373227"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"dev": "modern dev",
|