sg-paisou 0.2.4 → 0.2.6

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.
@@ -63,7 +63,8 @@ declare const _default: {
63
63
  AIChatComponent: Component
64
64
  createAIChatConfig: typeof createAIChatConfig
65
65
  PRESET_CONFIGS: typeof PRESET_CONFIGS
66
- DEFAULT_CONFIG: typeof DEFAULT_CONFIG
66
+ DEFAULT_CONFIG: typeof DEFAULT_CONFIG,
67
+ setJsbridge: typeof setJsbridge
67
68
  }
68
69
 
69
70
  export default _default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sg-paisou",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "type": "module",
5
5
  "main": "./dist/ai-chat-sdk.umd.js",
6
6
  "module": "./dist/ai-chat-sdk.es.js",