@chrryai/chrry 1.2.92 → 1.2.94

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/index.d.mts CHANGED
@@ -780,7 +780,7 @@ declare const isFirefox: boolean;
780
780
  declare function getFlag({ code }: {
781
781
  code?: string;
782
782
  }): string;
783
- declare const VERSION = "1.2.92";
783
+ declare const VERSION = "1.2.94";
784
784
  type instructionBase = {
785
785
  id: string;
786
786
  title: string;
package/dist/index.d.ts CHANGED
@@ -780,7 +780,7 @@ declare const isFirefox: boolean;
780
780
  declare function getFlag({ code }: {
781
781
  code?: string;
782
782
  }): string;
783
- declare const VERSION = "1.2.92";
783
+ declare const VERSION = "1.2.94";
784
784
  type instructionBase = {
785
785
  id: string;
786
786
  title: string;