@modern-js/main-doc 0.0.0-next-1686679651083 → 0.0.0-next-1686722870675

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/main-doc
2
2
 
3
- ## 0.0.0-next-1686679651083
3
+ ## 0.0.0-next-1686722870675
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -35,7 +35,7 @@
35
35
  - 8bb0e146f: chore: review code split docs
36
36
  chore: 审查代码分割文档
37
37
  - Updated dependencies [7e6fb5fc1]
38
- - @modern-js/builder-doc@0.0.0-next-1686679651083
38
+ - @modern-js/builder-doc@0.0.0-next-1686722870675
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-1686679651083",
18
+ "version": "0.0.0-next-1686722870675",
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-1686679651083"
25
+ "@modern-js/builder-doc": "0.0.0-next-1686722870675"
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-1686679651083",
38
- "@modern-js/doc-tools": "0.0.0-next-1686679651083",
39
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686679651083"
37
+ "@modern-js/builder-doc": "0.0.0-next-1686722870675",
38
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686722870675",
39
+ "@modern-js/doc-tools": "0.0.0-next-1686722870675"
40
40
  },
41
41
  "scripts": {
42
42
  "dev": "modern dev",