bridgeapp-ai-chat-widget 0.2.16 → 0.2.18

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.
@@ -15,3 +15,4 @@ export declare const VOICE_CONFIG_GROK: {
15
15
  voice: string;
16
16
  };
17
17
  export declare const ASSETS_URL = "https://img.gamespot.bet/3d-assistant/docs";
18
+ export declare const SERVICE_ACCOUNT_API_KEY = "SguM3WDPoxJDTxZNoJgvFJq7tgqeLkk8";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bridgeapp-ai-chat-widget",
3
3
  "private": false,
4
- "version": "0.2.16",
4
+ "version": "0.2.18",
5
5
  "description": "Embeddable chat widget for communication with Bridge AI agent",
6
6
  "type": "module",
7
7
  "main": "dist/bridge-ai-chat-widget.es.js",