@modern-js/main-doc 0.0.0-next-1685887599618 → 0.0.0-next-1685932892051

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,10 +1,11 @@
1
1
  # @modern-js/main-doc
2
2
 
3
- ## 0.0.0-next-1685887599618
3
+ ## 0.0.0-next-1685932892051
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @modern-js/builder-doc@0.0.0-next-1685887599618
7
+ - 411d047d9: docs: fix reset command
8
+ - @modern-js/builder-doc@0.0.0-next-1685932892051
8
9
 
9
10
  ## 2.22.0
10
11
 
@@ -120,7 +120,7 @@ pnpm run prepare
120
120
  如果你需要清理项目中的所有 `node_modules/*`,执行 `reset` 命令:
121
121
 
122
122
  ```sh
123
- pnpm 运行重置
123
+ pnpm run reset
124
124
  ```
125
125
 
126
126
  ---
package/package.json CHANGED
@@ -15,13 +15,13 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1685887599618",
18
+ "version": "0.0.0-next-1685932892051",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
21
  "access": "public"
22
22
  },
23
23
  "peerDependencies": {
24
- "@modern-js/builder-doc": "0.0.0-next-1685887599618"
24
+ "@modern-js/builder-doc": "0.0.0-next-1685932892051"
25
25
  },
26
26
  "devDependencies": {
27
27
  "classnames": "^2",
@@ -33,9 +33,9 @@
33
33
  "fs-extra": "^10",
34
34
  "@types/node": "^16",
35
35
  "@types/fs-extra": "^9",
36
- "@modern-js/builder-doc": "0.0.0-next-1685887599618",
37
- "@modern-js/doc-tools": "0.0.0-next-1685887599618",
38
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1685887599618"
36
+ "@modern-js/builder-doc": "0.0.0-next-1685932892051",
37
+ "@modern-js/doc-tools": "0.0.0-next-1685932892051",
38
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1685932892051"
39
39
  },
40
40
  "scripts": {
41
41
  "dev": "modern dev",