@factorialco/f0-react 1.311.2 → 1.311.3

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.
@@ -479,8 +479,8 @@ declare module "@tiptap/core" {
479
479
 
480
480
  declare module "@tiptap/core" {
481
481
  interface Commands<ReturnType> {
482
- transcript: {
483
- insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
482
+ liveCompanion: {
483
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
484
484
  };
485
485
  }
486
486
  }
@@ -488,8 +488,8 @@ declare module "@tiptap/core" {
488
488
 
489
489
  declare module "@tiptap/core" {
490
490
  interface Commands<ReturnType> {
491
- liveCompanion: {
492
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
491
+ transcript: {
492
+ insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
493
493
  };
494
494
  }
495
495
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.311.2",
3
+ "version": "1.311.3",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,