retell-cli 1.0.2 → 1.1.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/README.md +160 -0
- package/dist/index.js +2325 -135
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "retell-cli",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Community CLI for Retell AI - efficient access to transcripts, agents, and prompts for AI assistants without MCP overhead",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"commander": "^11.0.0",
|
|
52
52
|
"dotenv": "^16.0.0",
|
|
53
53
|
"microdiff": "^1.5.0",
|
|
54
|
-
"retell-sdk": "^4.
|
|
54
|
+
"retell-sdk": "^4.66.0",
|
|
55
55
|
"zod": "^3.22.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|