@slopus/happy-terminal 0.3.0-beta.13 → 0.3.1

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 +93 -93
package/package.json CHANGED
@@ -1,97 +1,97 @@
1
1
  {
2
- "name": "@slopus/happy-terminal",
3
- "version": "0.3.0-beta.13",
4
- "description": "Happy Terminal, the embeddable terminal client for Happy Agent.",
5
- "keywords": [
6
- "coding-agent",
7
- "terminal"
8
- ],
9
- "license": "MIT",
10
- "repository": {
11
- "type": "git",
12
- "url": "git+https://github.com/slopus/happy-agent.git"
2
+ "name": "@slopus/happy-terminal",
3
+ "version": "0.3.1",
4
+ "description": "Happy Terminal, the embeddable terminal client for Happy Agent.",
5
+ "keywords": [
6
+ "coding-agent",
7
+ "terminal"
8
+ ],
9
+ "license": "MIT",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/slopus/happy-agent.git"
13
+ },
14
+ "bin": {
15
+ "happy-terminal": "./dist/main.js",
16
+ "rig": "./dist/main.js"
17
+ },
18
+ "files": [
19
+ "dist",
20
+ "LICENSE-CODEX",
21
+ "LICENSE-HAPPY",
22
+ "LICENSE-GROK-BUILD",
23
+ "THIRD-PARTY-NOTICES.md"
24
+ ],
25
+ "type": "module",
26
+ "exports": {
27
+ ".": {
28
+ "types": "./dist/index.d.ts",
29
+ "import": "./dist/index.js",
30
+ "default": "./dist/index.js"
13
31
  },
14
- "bin": {
15
- "happy-terminal": "./dist/main.js",
16
- "rig": "./dist/main.js"
32
+ "./package-version": {
33
+ "types": "./dist/readPackageVersion.d.ts",
34
+ "import": "./dist/readPackageVersion.js",
35
+ "default": "./dist/readPackageVersion.js"
17
36
  },
18
- "files": [
19
- "dist",
20
- "LICENSE-CODEX",
21
- "LICENSE-HAPPY",
22
- "LICENSE-GROK-BUILD",
23
- "THIRD-PARTY-NOTICES.md"
24
- ],
25
- "type": "module",
26
- "exports": {
27
- ".": {
28
- "types": "./dist/index.d.ts",
29
- "import": "./dist/index.js",
30
- "default": "./dist/index.js"
31
- },
32
- "./package-version": {
33
- "types": "./dist/readPackageVersion.d.ts",
34
- "import": "./dist/readPackageVersion.js",
35
- "default": "./dist/readPackageVersion.js"
36
- },
37
- "./dist/main.js": "./dist/main.js",
38
- "./dist/readPackageVersion.js": {
39
- "types": "./dist/readPackageVersion.d.ts",
40
- "import": "./dist/readPackageVersion.js",
41
- "default": "./dist/readPackageVersion.js"
42
- }
43
- },
44
- "publishConfig": {
45
- "access": "public"
46
- },
47
- "scripts": {
48
- "build": "TMPDIR=\"$PWD/../../.local\" tsx scripts/build.ts",
49
- "check": "tsc --noEmit",
50
- "start": "node dist/main.js",
51
- "test": "vitest run --isolate=false",
52
- "test:live": "HAPPY_TERMINAL_LIVE_TEST=1 vitest run -c vitest.live.config.ts",
53
- "test:watch": "vitest"
54
- },
55
- "dependencies": {
56
- "@earendil-works/pi-tui": "^0.80.3",
57
- "@ff-labs/fff-node": "^0.9.6",
58
- "@libsql/client": "^0.17.4",
59
- "@lydell/node-pty": "1.2.0-beta.15",
60
- "@mariozechner/clipboard": "^0.3.9",
61
- "@noble/ciphers": "^1.3.0",
62
- "@noble/curves": "^1.9.7",
63
- "@opentelemetry/api": "^1.9.1",
64
- "@opentelemetry/exporter-trace-otlp-http": "^0.221.0",
65
- "@opentelemetry/resources": "^2.10.0",
66
- "@opentelemetry/sdk-trace-base": "^2.10.0",
67
- "@opentelemetry/sdk-trace-node": "^2.10.0",
68
- "@opentelemetry/semantic-conventions": "^1.43.0",
69
- "@paralleldrive/cuid2": "^3.3.0",
70
- "@pydantic/monty": "0.0.18",
71
- "@sinclair/typebox": "^0.34.49",
72
- "@slopus/ghostty-wasm": "1.3.6",
73
- "@slopus/ghostty-web": "0.1.3",
74
- "@slopus/happy-agent-client": "0.0.13",
75
- "@slopus/happy-providers": "0.0.11",
76
- "@slopus/murmur": "0.4.4",
77
- "@steve.kite/stdlib": "0.0.12",
78
- "drizzle-orm": "^0.45.2",
79
- "pino": "^10.3.1",
80
- "sharp": "^0.35.3",
81
- "smol-toml": "^1.7.0",
82
- "socket.io-client": "^4.8.3",
83
- "turndown": "^7.2.4",
84
- "ws": "^8.21.1"
85
- },
86
- "devDependencies": {
87
- "@types/node": "^24.0.10",
88
- "@types/ws": "^8.18.1",
89
- "esbuild": "^0.28.1",
90
- "tsx": "^4.23.0",
91
- "typescript": "^5.8.3",
92
- "vitest": "^3.2.4"
93
- },
94
- "engines": {
95
- "node": ">=24"
37
+ "./dist/main.js": "./dist/main.js",
38
+ "./dist/readPackageVersion.js": {
39
+ "types": "./dist/readPackageVersion.d.ts",
40
+ "import": "./dist/readPackageVersion.js",
41
+ "default": "./dist/readPackageVersion.js"
96
42
  }
97
- }
43
+ },
44
+ "publishConfig": {
45
+ "access": "public"
46
+ },
47
+ "dependencies": {
48
+ "@earendil-works/pi-tui": "^0.80.3",
49
+ "@ff-labs/fff-node": "^0.9.6",
50
+ "@libsql/client": "^0.17.4",
51
+ "@lydell/node-pty": "1.2.0-beta.15",
52
+ "@mariozechner/clipboard": "^0.3.9",
53
+ "@noble/ciphers": "^1.3.0",
54
+ "@noble/curves": "^1.9.7",
55
+ "@opentelemetry/api": "^1.9.1",
56
+ "@opentelemetry/exporter-trace-otlp-http": "^0.221.0",
57
+ "@opentelemetry/resources": "^2.10.0",
58
+ "@opentelemetry/sdk-trace-base": "^2.10.0",
59
+ "@opentelemetry/sdk-trace-node": "^2.10.0",
60
+ "@opentelemetry/semantic-conventions": "^1.43.0",
61
+ "@paralleldrive/cuid2": "^3.3.0",
62
+ "@pydantic/monty": "0.0.18",
63
+ "@sinclair/typebox": "^0.34.49",
64
+ "@slopus/ghostty-wasm": "1.3.6",
65
+ "@slopus/ghostty-web": "0.1.3",
66
+ "@slopus/happy-agent-client": "0.0.13",
67
+ "@slopus/happy-providers": "0.0.11",
68
+ "@slopus/murmur": "0.4.4",
69
+ "@steve.kite/stdlib": "0.0.12",
70
+ "drizzle-orm": "^0.45.2",
71
+ "pino": "^10.3.1",
72
+ "sharp": "^0.35.3",
73
+ "smol-toml": "^1.7.0",
74
+ "socket.io-client": "^4.8.3",
75
+ "turndown": "^7.2.4",
76
+ "ws": "^8.21.1"
77
+ },
78
+ "devDependencies": {
79
+ "@types/node": "^24.0.10",
80
+ "@types/ws": "^8.18.1",
81
+ "esbuild": "^0.28.1",
82
+ "tsx": "^4.23.0",
83
+ "typescript": "^5.8.3",
84
+ "vitest": "^3.2.4"
85
+ },
86
+ "engines": {
87
+ "node": ">=24"
88
+ },
89
+ "scripts": {
90
+ "build": "TMPDIR=\"$PWD/../../.local\" tsx scripts/build.ts",
91
+ "check": "tsc --noEmit",
92
+ "start": "node dist/main.js",
93
+ "test": "vitest run --isolate=false",
94
+ "test:live": "HAPPY_TERMINAL_LIVE_TEST=1 vitest run -c vitest.live.config.ts",
95
+ "test:watch": "vitest"
96
+ }
97
+ }