@sparkelf/dsh-plus-standalone 0.2.0-rc.7 → 0.2.0-rc.9

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/README.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/standalone/plus-standalone/README.md
5
- README.md: 8bd85e1755d46688ee70d0881d94377bdc9d80d2
6
- README.zh.md: 76b49efa5f5a47cd3c8718437b45d73ac4236868
5
+ README.md: 8b47a68256c84a2a83034e79b6d29af1c66748dd
6
+ README.zh.md: 59e7000ecae5b645ad1bff24b1fba030d1b875ec
package/README.md CHANGED
@@ -29,6 +29,8 @@ npm install -g @sparkelf/dsh-plus-standalone
29
29
  dsh-plus start
30
30
  ```
31
31
 
32
+ A release publishes under `next` because every version carries a prerelease suffix, and the publish step then moves `latest` onto it so the command above installs the current release rather than the newest one npm would otherwise choose.
33
+
32
34
  | Command | Effect |
33
35
  |---|---|
34
36
  | `dsh-plus start` | Writes the profile on first run, picks a free port, starts the server, prints the URL |
package/README.zh.md CHANGED
@@ -30,6 +30,8 @@ npm install -g @sparkelf/dsh-plus-standalone
30
30
  dsh-plus start
31
31
  ```
32
32
 
33
+ 因为每个版本都带预发布后缀,发行版会发到 `next` 标签;发布步骤随后把 `latest` 移到它上面,因此上面这条命令安装的是当前发行版,而不是 npm 本来会选中的那个版本。
34
+
33
35
  | Command | Effect |
34
36
  |---|---|
35
37
  | `dsh-plus start` | 首次运行写出 profile、选择空闲端口、启动 server、打印 URL |
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "@sparkelf/dsh-officecli": "0.1.2",
16
16
  "@sparkelf/dsh-plugin-better-sidebar-office": "0.2.1",
17
17
  "@sparkelf/dsh-plugin-supervisor": "0.1.6",
18
- "@sparkelf/dsh-plus": "0.2.0-rc.7",
18
+ "@sparkelf/dsh-plus": "0.2.0-rc.9",
19
19
  "@sparkelf/dsh-ssh-manager": "0.7.2",
20
20
  "@sparkelf/dsh-workbench-vault": "0.1.2",
21
21
  "dsh-better-sidebar": "0.19.1",
@@ -152,5 +152,5 @@
152
152
  },
153
153
  "type": "module",
154
154
  "types": "lib/types/index.d.ts",
155
- "version": "0.2.0-rc.7"
155
+ "version": "0.2.0-rc.9"
156
156
  }