@tunnelbox/dsh-tunnelbox 0.1.1 → 0.1.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 (1) hide show
  1. package/package.json +42 -42
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
- {
2
- "name": "@tunnelbox/dsh-tunnelbox",
3
- "version": "0.1.1",
4
- "description": "tunnelbox 的 dsh 原生 Cordis 插件:手机远程驱动 DeepSeek Harness(agent/session/tools/审批/中止)",
5
- "type": "module",
6
- "main": "./dist/index.mjs",
7
- "files": [
8
- "dist",
9
- "cordis.patch.yml"
10
- ],
11
- "publishConfig": {
12
- "access": "public"
13
- },
14
- "dsh": {
15
- "bundle": {
16
- "patch": "./cordis.patch.yml"
17
- }
18
- },
19
- "scripts": {
20
- "build": "node scripts/build.mjs",
21
- "build:dev": "node scripts/build.mjs --env development",
22
- "build:test": "node scripts/build.mjs --env test",
23
- "build:prod": "node scripts/build.mjs --env production",
24
- "type-check": "tsc --noEmit"
25
- },
26
- "dependencies": {},
27
- "peerDependencies": {
28
- "@deepseek-ai/cordis": "^4.0.1",
29
- "@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
30
- "@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
31
- "@deepseek-ai/dsh-session": "^0.1.1-rc.2",
32
- "@deepseek-ai/dsh-tool-ask-user": "^0.1.1-rc.2",
33
- "@deepseek-ai/dsh-user-approval": "^0.1.1-rc.2",
34
- "@deepseek-ai/schemastery": "^3.18.1"
35
- },
36
- "devDependencies": {
37
- "@tunnelbox/core": "0.1.0",
38
- "@types/node": "^22.0.0",
39
- "esbuild": "^0.24.0",
40
- "typescript": "^5.4.5"
41
- }
42
- }
1
+ {
2
+ "name": "@tunnelbox/dsh-tunnelbox",
3
+ "version": "0.1.3",
4
+ "description": "tunnelbox 的 dsh 原生 Cordis 插件:手机远程驱动 DeepSeek Harness(agent/session/tools/审批/中止)",
5
+ "type": "module",
6
+ "main": "./dist/index.mjs",
7
+ "files": [
8
+ "dist",
9
+ "cordis.patch.yml"
10
+ ],
11
+ "publishConfig": {
12
+ "access": "public"
13
+ },
14
+ "dsh": {
15
+ "bundle": {
16
+ "patch": "./cordis.patch.yml"
17
+ }
18
+ },
19
+ "scripts": {
20
+ "build": "node scripts/build.mjs",
21
+ "build:dev": "node scripts/build.mjs --env development",
22
+ "build:test": "node scripts/build.mjs --env test",
23
+ "build:prod": "node scripts/build.mjs --env production",
24
+ "type-check": "tsc --noEmit"
25
+ },
26
+ "dependencies": {},
27
+ "peerDependencies": {
28
+ "@deepseek-ai/cordis": "^4.0.1",
29
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
30
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
31
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.2",
32
+ "@deepseek-ai/dsh-tool-ask-user": "^0.1.1-rc.2",
33
+ "@deepseek-ai/dsh-user-approval": "^0.1.1-rc.2",
34
+ "@deepseek-ai/schemastery": "^3.18.1"
35
+ },
36
+ "devDependencies": {
37
+ "@tunnelbox/core": "0.1.0",
38
+ "@types/node": "^22.0.0",
39
+ "esbuild": "^0.24.0",
40
+ "typescript": "^5.4.5"
41
+ }
42
+ }