@freibergergarcia/phone-a-friend 2.0.0 → 2.0.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "phone-a-friend",
3
3
  "description": "CLI relay that lets AI coding agents collaborate by sending prompts and repository context to backend agents.",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "author": {
6
6
  "name": "Bruno Freiberger"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freibergergarcia/phone-a-friend",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "CLI relay that lets AI coding agents collaborate",
5
5
  "keywords": [
6
6
  "ai-agent",
@@ -63,7 +63,7 @@
63
63
  "@types/react": "^19.2.14",
64
64
  "ink-testing-library": "^4.0.0",
65
65
  "tsup": "^8.0.0",
66
- "typescript": "^5.4.0",
66
+ "typescript": "^6.0.3",
67
67
  "vitest": "^4.1.4"
68
68
  }
69
69
  }