@snapcall/stream-ui 1.14.3 → 1.15.0

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/dist/types.d.ts CHANGED
@@ -525,6 +525,7 @@ interface StreamUIBaseOptions {
525
525
  showMenuButton?: boolean;
526
526
  GDPRDisclaimer?: boolean;
527
527
  streamApiURL?: string;
528
+ apiUrl: string;
528
529
  tracking?: boolean;
529
530
  language?: string;
530
531
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapcall/stream-ui",
3
- "version": "1.14.3",
3
+ "version": "1.15.0",
4
4
  "description": "",
5
5
  "source": "src/index.tsx",
6
6
  "main": "dist/stream-ui.js",
@@ -62,6 +62,7 @@
62
62
  "@types/styled-components": "^5.1.25",
63
63
  "@types/uuid": "^9.0.0",
64
64
  "autoprefixer": "^10.4.13",
65
+ "buffer": "^5.7.1",
65
66
  "eslint": "^8.16.0",
66
67
  "eslint-config-prettier": "^8.5.0",
67
68
  "eslint-config-react-app": "^7.0.1",