@xiaoyuyu6420/dsh-backup 0.7.1 → 0.7.2
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.md +18 -146
- package/README.zh.md +19 -147
- package/lib/client.js +6 -6
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xiaoyuyu6420/dsh-backup",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "Backup, restore, download and GitHub-sync DeepSeek Harness user data (~/.dsh): /backup, scheduled auto-backup that survives restarts, sha256 checksums, integrity verify, rotation, credential redaction with a local vault (plaintext never leaves the machine), cross-machine restore preflight with github pull, and a visual Settings panel. Cross-platform (macOS/Linux/Windows). 一键备份与恢复 DSH 数据:定时自动备份、完整性校验、凭据默认脱敏(明文只存本机 vault)、跨机恢复预检与 github pull 拉取,附 Settings 可视面板。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
],
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
47
|
-
"@deepseek-ai/dsh-commands": "^0.1.
|
|
48
|
-
"@deepseek-ai/dsh-fs": "^0.1.
|
|
49
|
-
"@deepseek-ai/dsh-subprocess": "^0.1.
|
|
50
|
-
"@deepseek-ai/dsh-tools": "^0.1.
|
|
51
|
-
"@deepseek-ai/dsh-typert-protocol": "^0.1.
|
|
47
|
+
"@deepseek-ai/dsh-commands": "^0.1.1-rc.2",
|
|
48
|
+
"@deepseek-ai/dsh-fs": "^0.1.1-rc.2",
|
|
49
|
+
"@deepseek-ai/dsh-subprocess": "^0.1.1-rc.2",
|
|
50
|
+
"@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
|
|
51
|
+
"@deepseek-ai/dsh-typert-protocol": "^0.1.1-rc.2"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"esbuild": "^0.25.0",
|