@chrryai/chrry 1.2.4 → 1.2.8
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 +2 -5
- package/dist/index.d.ts +2 -5
- package/dist/index.js +2134 -2116
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2276 -2258
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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.
|
|
1374
|
+
declare const VERSION = "1.2.8";
|
|
1375
1375
|
type instructionBase = {
|
|
1376
1376
|
id: string;
|
|
1377
1377
|
title: string;
|
|
@@ -1385,10 +1385,7 @@ type instructionBase = {
|
|
|
1385
1385
|
* Supports app-specific instructions with weather, location, and time context
|
|
1386
1386
|
* Fully internationalized with proper parameterization
|
|
1387
1387
|
*/
|
|
1388
|
-
declare const getSlugFromPathname: (path: string
|
|
1389
|
-
appSlug: string;
|
|
1390
|
-
storeSlug: string;
|
|
1391
|
-
}) => {
|
|
1388
|
+
declare const getSlugFromPathname: (path: string) => {
|
|
1392
1389
|
appSlug: string;
|
|
1393
1390
|
storeSlug: string;
|
|
1394
1391
|
};
|
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.
|
|
1374
|
+
declare const VERSION = "1.2.8";
|
|
1375
1375
|
type instructionBase = {
|
|
1376
1376
|
id: string;
|
|
1377
1377
|
title: string;
|
|
@@ -1385,10 +1385,7 @@ type instructionBase = {
|
|
|
1385
1385
|
* Supports app-specific instructions with weather, location, and time context
|
|
1386
1386
|
* Fully internationalized with proper parameterization
|
|
1387
1387
|
*/
|
|
1388
|
-
declare const getSlugFromPathname: (path: string
|
|
1389
|
-
appSlug: string;
|
|
1390
|
-
storeSlug: string;
|
|
1391
|
-
}) => {
|
|
1388
|
+
declare const getSlugFromPathname: (path: string) => {
|
|
1392
1389
|
appSlug: string;
|
|
1393
1390
|
storeSlug: string;
|
|
1394
1391
|
};
|