@chance722/dsh-inbox 0.1.0 → 0.2.0

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/package.json CHANGED
@@ -1,101 +1,101 @@
1
- {
2
- "name": "@chance722/dsh-inbox",
3
- "version": "0.1.0",
4
- "private": false,
5
- "description": "Personal paste inbox for DeepSeek Harness (dsh): capture, classify, browse and retrieve.",
6
- "keywords": [
7
- "dsh",
8
- "dsh-plugin",
9
- "deepseek-harness",
10
- "inbox",
11
- "clipboard",
12
- "vault"
13
- ],
14
- "repository": {
15
- "type": "git",
16
- "url": "git+https://github.com/Chance722/dsh-inbox.git"
17
- },
18
- "homepage": "https://github.com/Chance722/dsh-inbox#readme",
19
- "bugs": {
20
- "url": "https://github.com/Chance722/dsh-inbox/issues"
21
- },
22
- "publishConfig": {
23
- "access": "public"
24
- },
25
- "type": "module",
26
- "license": "MIT",
27
- "main": "lib/index.js",
28
- "types": "lib/types/host/index.d.ts",
29
- "exports": {
30
- ".": {
31
- "types": "./lib/types/host/index.d.ts",
32
- "default": "./lib/index.js"
33
- },
34
- "./client": {
35
- "types": "./lib/types/client/index.d.ts",
36
- "default": "./lib/client.js"
37
- },
38
- "./package.json": "./package.json"
39
- },
40
- "files": [
41
- "lib/index.js",
42
- "lib/client.js",
43
- "lib/cli.js",
44
- "cordis.patch.yml",
45
- "lib/types/**/*.d.ts"
46
- ],
47
- "bin": {
48
- "dsh-inbox": "./lib/cli.js"
49
- },
50
- "dsh": {
51
- "bundle": {
52
- "patch": "./cordis.patch.yml"
53
- },
54
- "client": {
55
- "platform": "web",
56
- "inject": [
57
- "@deepseek-ai/dsh-client-connection",
58
- "@deepseek-ai/dsh-client-ui-layout",
59
- "@deepseek-ai/dsh-client-ui-sidebar"
60
- ]
61
- }
62
- },
63
- "scripts": {
64
- "build": "node scripts/build.mjs && tsc -p tsconfig.build.json",
65
- "typecheck": "tsc --noEmit",
66
- "test": "vitest run",
67
- "prepublishOnly": "pnpm build"
68
- },
69
- "dependencies": {
70
- "lucide-react": "^1.47.0",
71
- "zod": "^4.4.3"
72
- },
73
- "peerDependencies": {
74
- "@deepseek-ai/cordis": "^4.0.2",
75
- "@deepseek-ai/dsh-attachment": "^0.1.5-rc.2",
76
- "@deepseek-ai/dsh-client-connection": "^0.1.5-rc.2",
77
- "@deepseek-ai/dsh-commands": "^0.1.5-rc.2",
78
- "@deepseek-ai/dsh-storage-domain": "^0.1.5-rc.2",
79
- "@deepseek-ai/dsh-tools": "^0.1.5-rc.2",
80
- "@deepseek-ai/dsh-web": "^0.1.5-rc.2"
81
- },
82
- "devDependencies": {
83
- "@deepseek-ai/cordis": "^4.0.2",
84
- "@deepseek-ai/dsh-attachment": "^0.1.5-rc.2",
85
- "@deepseek-ai/dsh-client-connection": "^0.1.5-rc.2",
86
- "@deepseek-ai/dsh-commands": "^0.1.5-rc.2",
87
- "@deepseek-ai/dsh-storage": "^0.1.5-rc.2",
88
- "@deepseek-ai/dsh-storage-domain": "^0.1.5-rc.2",
89
- "@deepseek-ai/dsh-storage-json": "^0.1.5-rc.2",
90
- "@deepseek-ai/dsh-tools": "^0.1.5-rc.2",
91
- "@deepseek-ai/dsh-web": "0.1.5-rc.2",
92
- "@deepseek-ai/schemastery": "3.18.2",
93
- "@types/node": "^22.10.0",
94
- "@types/react": "~18.3.1",
95
- "esbuild": "^0.25.0",
96
- "react": "^18.2.0",
97
- "typescript": "^5.7.0",
98
- "vitest": "^3.0.0",
99
- "zod": "^4.4.3"
100
- }
101
- }
1
+ {
2
+ "name": "@chance722/dsh-inbox",
3
+ "version": "0.2.0",
4
+ "private": false,
5
+ "description": "Personal paste inbox for DeepSeek Harness (dsh): capture, classify, browse and retrieve.",
6
+ "keywords": [
7
+ "dsh",
8
+ "dsh-plugin",
9
+ "deepseek-harness",
10
+ "inbox",
11
+ "clipboard",
12
+ "vault"
13
+ ],
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/Chance722/dsh-inbox.git"
17
+ },
18
+ "homepage": "https://github.com/Chance722/dsh-inbox#readme",
19
+ "bugs": {
20
+ "url": "https://github.com/Chance722/dsh-inbox/issues"
21
+ },
22
+ "publishConfig": {
23
+ "access": "public"
24
+ },
25
+ "type": "module",
26
+ "license": "MIT",
27
+ "main": "lib/index.js",
28
+ "types": "lib/types/host/index.d.ts",
29
+ "exports": {
30
+ ".": {
31
+ "types": "./lib/types/host/index.d.ts",
32
+ "default": "./lib/index.js"
33
+ },
34
+ "./client": {
35
+ "types": "./lib/types/client/index.d.ts",
36
+ "default": "./lib/client.js"
37
+ },
38
+ "./package.json": "./package.json"
39
+ },
40
+ "files": [
41
+ "lib/index.js",
42
+ "lib/client.js",
43
+ "lib/cli.js",
44
+ "cordis.patch.yml",
45
+ "lib/types/**/*.d.ts"
46
+ ],
47
+ "bin": {
48
+ "dsh-inbox": "./lib/cli.js"
49
+ },
50
+ "dsh": {
51
+ "bundle": {
52
+ "patch": "./cordis.patch.yml"
53
+ },
54
+ "client": {
55
+ "platform": "web",
56
+ "inject": [
57
+ "@deepseek-ai/dsh-client-connection",
58
+ "@deepseek-ai/dsh-client-ui-layout",
59
+ "@deepseek-ai/dsh-client-ui-sidebar"
60
+ ]
61
+ }
62
+ },
63
+ "scripts": {
64
+ "build": "node scripts/build.mjs && tsc -p tsconfig.build.json",
65
+ "typecheck": "tsc --noEmit",
66
+ "test": "vitest run",
67
+ "prepublishOnly": "npm run build"
68
+ },
69
+ "dependencies": {
70
+ "lucide-react": "^1.47.0",
71
+ "zod": "^4.4.3"
72
+ },
73
+ "peerDependencies": {
74
+ "@deepseek-ai/cordis": "^4.0.2",
75
+ "@deepseek-ai/dsh-attachment": "^0.1.5-rc.2",
76
+ "@deepseek-ai/dsh-client-connection": "^0.1.5-rc.2",
77
+ "@deepseek-ai/dsh-commands": "^0.1.5-rc.2",
78
+ "@deepseek-ai/dsh-storage-domain": "^0.1.5-rc.2",
79
+ "@deepseek-ai/dsh-tools": "^0.1.5-rc.2",
80
+ "@deepseek-ai/dsh-web": "^0.1.5-rc.2"
81
+ },
82
+ "devDependencies": {
83
+ "@deepseek-ai/cordis": "^4.0.2",
84
+ "@deepseek-ai/dsh-attachment": "^0.1.5-rc.2",
85
+ "@deepseek-ai/dsh-client-connection": "^0.1.5-rc.2",
86
+ "@deepseek-ai/dsh-commands": "^0.1.5-rc.2",
87
+ "@deepseek-ai/dsh-storage": "^0.1.5-rc.2",
88
+ "@deepseek-ai/dsh-storage-domain": "^0.1.5-rc.2",
89
+ "@deepseek-ai/dsh-storage-json": "^0.1.5-rc.2",
90
+ "@deepseek-ai/dsh-tools": "^0.1.5-rc.2",
91
+ "@deepseek-ai/dsh-web": "0.1.5-rc.2",
92
+ "@deepseek-ai/schemastery": "3.18.2",
93
+ "@types/node": "^22.10.0",
94
+ "@types/react": "~18.3.1",
95
+ "esbuild": "^0.25.0",
96
+ "react": "^18.2.0",
97
+ "typescript": "^5.7.0",
98
+ "vitest": "^3.0.0",
99
+ "zod": "^4.4.3"
100
+ }
101
+ }