@modern-js/main-doc 0.0.0-nightly-20231129170639 → 0.0.0-nightly-20231130170642

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.
@@ -276,7 +276,9 @@ Normally, only the part of the code modified by this commit needs to be checked
276
276
  Usage: modern test [options]
277
277
 
278
278
  Options:
279
- -h, --help show command help
279
+ -u --updateSnapshot use this flag to re-record snapshots.
280
+ --watch watch files for changes and rerun tests related to changed files.
281
+ -h, --help show command help
280
282
  ```
281
283
 
282
284
  :::tip
@@ -278,7 +278,9 @@ Options:
278
278
  Usage: modern test [options]
279
279
 
280
280
  Options:
281
- -h, --help 显示命令帮助
281
+ -u --updateSnapshot 使用此选项来更新快照
282
+ --watch 监视文件的变更并重新运行相关的测试
283
+ -h, --help 显示命令帮助
282
284
  ```
283
285
 
284
286
  :::tip
package/package.json CHANGED
@@ -15,17 +15,17 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20231129170639",
18
+ "version": "0.0.0-nightly-20231130170642",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
21
  "access": "public",
22
22
  "provenance": true
23
23
  },
24
24
  "dependencies": {
25
- "@modern-js/sandpack-react": "0.0.0-nightly-20231129170639"
25
+ "@modern-js/sandpack-react": "0.0.0-nightly-20231130170642"
26
26
  },
27
27
  "peerDependencies": {
28
- "@modern-js/builder-doc": "0.0.0-nightly-20231129170639"
28
+ "@modern-js/builder-doc": "0.0.0-nightly-20231130170642"
29
29
  },
30
30
  "devDependencies": {
31
31
  "classnames": "^2",
@@ -39,8 +39,8 @@
39
39
  "@rspress/shared": "1.7.4",
40
40
  "@types/node": "^16",
41
41
  "@types/fs-extra": "9.0.13",
42
- "@modern-js/builder-doc": "0.0.0-nightly-20231129170639",
43
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-nightly-20231129170639"
42
+ "@modern-js/builder-doc": "0.0.0-nightly-20231130170642",
43
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-nightly-20231130170642"
44
44
  },
45
45
  "scripts": {
46
46
  "dev": "rspress dev",