aillom-vox-client 2.1.0 → 2.1.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.
package/README.md CHANGED
@@ -168,12 +168,6 @@ See **[examples/README.md](examples/README.md)** for how to run the browser demo
168
168
 
169
169
  ---
170
170
 
171
- ## n8n
172
-
173
- Community node under [integrations/n8n-nodes-aillomvox/](integrations/n8n-nodes-aillomvox/) (REST operations).
174
-
175
- ---
176
-
177
171
  ## License
178
172
 
179
173
  ISC © Aillom Technologies
package/dist/types.d.ts CHANGED
@@ -9,7 +9,7 @@ export interface ClientTool {
9
9
  description: string;
10
10
  /** JSON Schema parameters for the function (OpenAI-style). */
11
11
  parameters?: Record<string, unknown>;
12
- /** Backward-compatible location used by some dashboard / n8n tool presets. */
12
+ /** Backward-compatible location used by some dashboard tool presets. */
13
13
  config?: Record<string, unknown>;
14
14
  /** Optional server-side endpoint metadata, including `aillom-connect://...` tools. */
15
15
  url?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aillom-vox-client",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Enterprise-Grade Voice AI SDK for Speech-to-Speech, Audio-to-Audio, and Realtime Multimodal applications.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",