@boldvideo/bold-js 1.15.0 → 1.15.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @boldvideo/bold-js
2
2
 
3
+ ## 1.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d8a142c: Add `chatDisclaimer` field to Settings type for displaying custom disclaimer text in the chat interface.
8
+
3
9
  ## 1.15.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -175,6 +175,7 @@ type Settings = {
175
175
  aiAvatar: string;
176
176
  aiName: string;
177
177
  aiGreeting?: string;
178
+ chatDisclaimer?: string;
178
179
  hasAi: boolean;
179
180
  account: Account;
180
181
  faviconUrl?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@boldvideo/bold-js",
3
3
  "license": "MIT",
4
- "version": "1.15.0",
4
+ "version": "1.15.1",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",