arp-tui 0.0.5 → 0.0.7

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "arp-tui",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "arp-tui",
9
- "version": "0.0.5",
9
+ "version": "0.0.7",
10
10
  "license": "SEE LICENSE IN LICENSE.md",
11
11
  "dependencies": {
12
12
  "ink": "^5.2.0",
@@ -20,6 +20,7 @@
20
20
  "@types/node": "^22.10.0",
21
21
  "@types/react": "^18.3.12",
22
22
  "@types/ws": "^8.18.1",
23
+ "esbuild": "0.27.7",
23
24
  "tsup": "^8.5.1",
24
25
  "tsx": "^4.19.2",
25
26
  "typescript": "^5.7.2"
@@ -2025,9 +2026,9 @@
2025
2026
  }
2026
2027
  },
2027
2028
  "node_modules/tsx": {
2028
- "version": "4.23.0",
2029
- "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.0.tgz",
2030
- "integrity": "sha512-eUdUIaCr963q2h5u3+QwvYp0+eqPvn+egeqZUm0hwERCqqx1E3kK5ehbGCvqSE5MQAULr67ww0cA3jKc3YkM1w==",
2029
+ "version": "4.23.1",
2030
+ "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.1.tgz",
2031
+ "integrity": "sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==",
2031
2032
  "dev": true,
2032
2033
  "license": "MIT",
2033
2034
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arp-tui",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "Human-facing terminal client for Agent Relay Protocol. Tail channels and post messages from your terminal.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "SnowyRoad",
@@ -35,6 +35,7 @@
35
35
  "prepublishOnly": "npm run build && node scripts/generate-shrinkwrap.mjs",
36
36
  "dev": "tsx src/index.tsx",
37
37
  "start": "node dist/index.js",
38
+ "test": "node --import tsx --test test/*.test.ts",
38
39
  "typecheck": "tsc --noEmit"
39
40
  },
40
41
  "dependencies": {
@@ -46,6 +47,7 @@
46
47
  "@types/node": "^22.10.0",
47
48
  "@types/react": "^18.3.12",
48
49
  "@types/ws": "^8.18.1",
50
+ "esbuild": "0.27.7",
49
51
  "tsup": "^8.5.1",
50
52
  "tsx": "^4.19.2",
51
53
  "typescript": "^5.7.2"