@boldvideo/bold-js 1.11.0 → 1.11.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.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0428b78: Add `cited` boolean field to Segment type for stable citation ordering
8
+
3
9
  ## 1.11.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -190,6 +190,7 @@ interface Segment {
190
190
  timestampEnd: number;
191
191
  playbackId: string;
192
192
  speaker?: string;
193
+ cited?: boolean;
193
194
  }
194
195
  /**
195
196
  * @deprecated Use Segment instead
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@boldvideo/bold-js",
3
3
  "license": "MIT",
4
- "version": "1.11.0",
4
+ "version": "1.11.1",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",