@chrryai/chrry 1.2.0 → 1.2.5

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/README.md CHANGED
@@ -237,7 +237,7 @@ pnpm dev
237
237
 
238
238
  ## 📄 License
239
239
 
240
- MIT License - see [LICENSE](LICENSE) for details.
240
+ See [LICENSE](LICENSE) for details.
241
241
 
242
242
  ## 🔗 Links
243
243
 
package/dist/index.d.mts CHANGED
@@ -1371,7 +1371,7 @@ declare const isFirefox: boolean;
1371
1371
  declare function getFlag({ code }: {
1372
1372
  code?: string;
1373
1373
  }): string;
1374
- declare const VERSION = "1.2.0";
1374
+ declare const VERSION = "1.2.5";
1375
1375
  type instructionBase = {
1376
1376
  id: string;
1377
1377
  title: string;
package/dist/index.d.ts CHANGED
@@ -1371,7 +1371,7 @@ declare const isFirefox: boolean;
1371
1371
  declare function getFlag({ code }: {
1372
1372
  code?: string;
1373
1373
  }): string;
1374
- declare const VERSION = "1.2.0";
1374
+ declare const VERSION = "1.2.5";
1375
1375
  type instructionBase = {
1376
1376
  id: string;
1377
1377
  title: string;