@chrryai/chrry 1.3.31 → 1.3.34

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
@@ -802,7 +802,7 @@ declare const isFirefox: boolean;
802
802
  declare function getFlag({ code }: {
803
803
  code?: string;
804
804
  }): string;
805
- declare const VERSION = "1.3.31";
805
+ declare const VERSION = "1.3.34";
806
806
  type instructionBase = {
807
807
  id: string;
808
808
  title: string;
package/dist/index.d.ts CHANGED
@@ -802,7 +802,7 @@ declare const isFirefox: boolean;
802
802
  declare function getFlag({ code }: {
803
803
  code?: string;
804
804
  }): string;
805
- declare const VERSION = "1.3.31";
805
+ declare const VERSION = "1.3.34";
806
806
  type instructionBase = {
807
807
  id: string;
808
808
  title: string;