cogito-client 1.0.54 → 1.0.55

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/dist/index.d.ts +3 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -194,6 +194,9 @@ export declare interface CogitoConfig {
194
194
  model?: string;
195
195
  voice?: string;
196
196
  language?: string;
197
+ pronunciation?: {
198
+ [k: string]: string;
199
+ };
197
200
  [k: string]: unknown;
198
201
  };
199
202
  llm?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cogito-client",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"