dsh-workspace-toolkit 0.0.2 → 0.0.3

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/README.md +0 -20
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -89,26 +89,6 @@ cordis.patch.yml # Cordis bundle patch used by DSH to load the browser plugin.
89
89
  - 必须先悬停工作区使 hover card 出现,否则“在资源管理器中打开”可能无法获取路径。
90
90
  - 批量归档使用顺序调用以避免并发覆盖;单个失败会暂停并弹窗提示。
91
91
 
92
- ## Development
93
-
94
- ```bash
95
- # 克隆仓库后可直接在本地引用测试
96
- git clone https://github.com/<your-username>/dsh-workspace-toolkit.git
97
- cd dsh-workspace-toolkit
98
- dsh plugin --profile <your-profile> add .
99
- ```
100
-
101
- 本项目不含构建步骤,源码即分发文件。修改 `client.js` 后刷新 DSH Web 客户端即可看到效果。
102
-
103
- ## Publish Checklist
104
-
105
- 在发布到 npm / 推送 GitHub 前,请确认:
106
-
107
- - [ ] 修改 `package.json` 中的 `repository.url` 和 `bugs.url` 为你自己的仓库地址。
108
- - [ ] 修改 `package.json` 中的 `author` 字段(如需要)。
109
- - [ ] 运行 `npm version <patch|minor|major>` 提升版本号。
110
- - [ ] 运行 `npm publish` 发布到 npm(需先登录 `npm login`)。
111
- - [ ] 在 GitHub 创建同名仓库并推送代码。
112
92
 
113
93
  ## License
114
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-workspace-toolkit",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "DSH 工作区增强工具包:在资源管理器中打开、批量归档会话,以及后续文件/会话操作功能",
5
5
  "type": "module",
6
6
  "main": "index.js",