@spekoai/sdk 0.4.2 → 0.4.3

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 (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +17 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## 0.4.2 (2026-06-05)
2
+
3
+ ### 🚀 Features
4
+
5
+ - enhance Telephony SDK with KYB and call management features ([077ea9a2](https://github.com/SpekoAI/platform/commit/077ea9a2))
6
+ - Dashboard updates for the new phone calls section ([#425](https://github.com/SpekoAI/platform/pull/425))
7
+ - **sdk:** listChatTools, baseURL alias, integration tool source + AbortSignal ([4350efcf](https://github.com/SpekoAI/platform/commit/4350efcf))
8
+ - migrate from chroma to moss.dev ([1cf69e4c](https://github.com/SpekoAI/platform/commit/1cf69e4c))
9
+ - **benchmarks:** language-fidelity (anglicization) metric for s2s/multilingual ([#382](https://github.com/SpekoAI/platform/pull/382))
10
+ - **tts:** add model param, raise 50K char cap, ship /v1/voices catalog ([#323](https://github.com/SpekoAI/platform/pull/323))
11
+ - add org integration catalog ([#319](https://github.com/SpekoAI/platform/pull/319))
12
+ - support byo sip trunk numbers ([#318](https://github.com/SpekoAI/platform/pull/318))
13
+ - add background noise options ([aaabb6b3](https://github.com/SpekoAI/platform/commit/aaabb6b3))
14
+ - update package versions across multiple packages to ensure consistency and compatibility ([23c597d7](https://github.com/SpekoAI/platform/commit/23c597d7))
15
+
16
+ ### 🩹 Fixes
17
+
18
+ - update sync message prefixes in dispatch workflows for consistency ([4e7816d2](https://github.com/SpekoAI/platform/commit/4e7816d2))
19
+
20
+ ### ❤️ Thank You
21
+
22
+ - Abat
23
+ - Baymurat785 @Baymurat785
24
+ - Claude Opus 4.8 (1M context)
25
+ - Laroikin
26
+
1
27
  ## 0.4.0 (2026-05-12)
2
28
 
3
29
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spekoai/sdk",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Official Speko TypeScript SDK — one API, every voice provider",
5
5
  "license": "MIT",
6
6
  "author": "Speko",
@@ -14,12 +14,26 @@
14
14
  },
15
15
  "keywords": [
16
16
  "speko",
17
+ "spekoai",
17
18
  "voice-ai",
19
+ "voice-agent",
20
+ "sdk",
21
+ "typescript",
18
22
  "stt",
19
23
  "tts",
24
+ "speech-to-text",
25
+ "text-to-speech",
26
+ "speech-recognition",
20
27
  "llm",
21
- "sdk",
22
- "typescript"
28
+ "llm-routing",
29
+ "voice-routing",
30
+ "failover",
31
+ "fallback",
32
+ "multilingual",
33
+ "elevenlabs",
34
+ "deepgram",
35
+ "cartesia",
36
+ "openrouter"
23
37
  ],
24
38
  "type": "module",
25
39
  "main": "./dist/index.js",