@chrryai/chrry 1.2.39 → 1.2.43
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/App.module.scss +5 -0
- package/dist/{App.module-2QLVP2AF.scss → App.module-3YUSESQW.scss} +5 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1049 -36
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1049 -36
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/App.module.scss
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -1407,7 +1407,7 @@ declare const isFirefox: boolean;
|
|
|
1407
1407
|
declare function getFlag({ code }: {
|
|
1408
1408
|
code?: string;
|
|
1409
1409
|
}): string;
|
|
1410
|
-
declare const VERSION = "1.2.
|
|
1410
|
+
declare const VERSION = "1.2.43";
|
|
1411
1411
|
type instructionBase = {
|
|
1412
1412
|
id: string;
|
|
1413
1413
|
title: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1407,7 +1407,7 @@ declare const isFirefox: boolean;
|
|
|
1407
1407
|
declare function getFlag({ code }: {
|
|
1408
1408
|
code?: string;
|
|
1409
1409
|
}): string;
|
|
1410
|
-
declare const VERSION = "1.2.
|
|
1410
|
+
declare const VERSION = "1.2.43";
|
|
1411
1411
|
type instructionBase = {
|
|
1412
1412
|
id: string;
|
|
1413
1413
|
title: string;
|