@wix/stores 1.0.181 → 1.0.183
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/stores",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.183",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/stores_brands-v-3": "1.0.2",
|
|
22
22
|
"@wix/stores_catalog-provision": "1.0.2",
|
|
23
|
-
"@wix/stores_collections": "1.0.
|
|
24
|
-
"@wix/stores_customizations-v-3": "1.0.
|
|
23
|
+
"@wix/stores_collections": "1.0.27",
|
|
24
|
+
"@wix/stores_customizations-v-3": "1.0.3",
|
|
25
25
|
"@wix/stores_info-sections-v-3": "1.0.2",
|
|
26
26
|
"@wix/stores_inventory": "1.0.30",
|
|
27
27
|
"@wix/stores_inventory-items-v-3": "1.0.4",
|
|
28
|
-
"@wix/stores_products": "1.0.
|
|
29
|
-
"@wix/stores_products-v-3": "1.0.
|
|
28
|
+
"@wix/stores_products": "1.0.37",
|
|
29
|
+
"@wix/stores_products-v-3": "1.0.9",
|
|
30
30
|
"@wix/stores_ribbons-v-3": "1.0.2",
|
|
31
31
|
"@wix/stores_stores-locations-v-3": "1.0.2",
|
|
32
32
|
"@wix/stores_subscription-options": "1.0.26",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"fqdn": ""
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"falconPackageHash": "
|
|
57
|
+
"falconPackageHash": "7e43edfb8d4ae66c81e61aa3802a4962fcd0c402f2711bccda3dde44"
|
|
58
58
|
}
|
|
@@ -318,6 +318,8 @@ interface Keyword$2 {
|
|
|
318
318
|
term?: string;
|
|
319
319
|
/** Whether the keyword is the main focus keyword. */
|
|
320
320
|
isMain?: boolean;
|
|
321
|
+
/** Who added the keyword to the settings */
|
|
322
|
+
origin?: string | null;
|
|
321
323
|
}
|
|
322
324
|
interface Tag$2 {
|
|
323
325
|
/**
|
|
@@ -1007,6 +1009,8 @@ interface Keyword$1 {
|
|
|
1007
1009
|
term?: string;
|
|
1008
1010
|
/** Whether the keyword is the main focus keyword. */
|
|
1009
1011
|
isMain?: boolean;
|
|
1012
|
+
/** Who added the keyword to the settings */
|
|
1013
|
+
origin?: string | null;
|
|
1010
1014
|
}
|
|
1011
1015
|
interface Tag$1 {
|
|
1012
1016
|
/**
|
|
@@ -10461,6 +10465,8 @@ interface Keyword {
|
|
|
10461
10465
|
term?: string;
|
|
10462
10466
|
/** Whether the keyword is the main focus keyword. */
|
|
10463
10467
|
isMain?: boolean;
|
|
10468
|
+
/** Who added the keyword to the settings */
|
|
10469
|
+
origin?: string | null;
|
|
10464
10470
|
}
|
|
10465
10471
|
interface Tag {
|
|
10466
10472
|
/**
|
|
@@ -318,6 +318,8 @@ interface Keyword$2 {
|
|
|
318
318
|
term?: string;
|
|
319
319
|
/** Whether the keyword is the main focus keyword. */
|
|
320
320
|
isMain?: boolean;
|
|
321
|
+
/** Who added the keyword to the settings */
|
|
322
|
+
origin?: string | null;
|
|
321
323
|
}
|
|
322
324
|
interface Tag$2 {
|
|
323
325
|
/**
|
|
@@ -1007,6 +1009,8 @@ interface Keyword$1 {
|
|
|
1007
1009
|
term?: string;
|
|
1008
1010
|
/** Whether the keyword is the main focus keyword. */
|
|
1009
1011
|
isMain?: boolean;
|
|
1012
|
+
/** Who added the keyword to the settings */
|
|
1013
|
+
origin?: string | null;
|
|
1010
1014
|
}
|
|
1011
1015
|
interface Tag$1 {
|
|
1012
1016
|
/**
|
|
@@ -10461,6 +10465,8 @@ interface Keyword {
|
|
|
10461
10465
|
term?: string;
|
|
10462
10466
|
/** Whether the keyword is the main focus keyword. */
|
|
10463
10467
|
isMain?: boolean;
|
|
10468
|
+
/** Who added the keyword to the settings */
|
|
10469
|
+
origin?: string | null;
|
|
10464
10470
|
}
|
|
10465
10471
|
interface Tag {
|
|
10466
10472
|
/**
|
|
@@ -1025,6 +1025,8 @@ interface Keyword$3 {
|
|
|
1025
1025
|
term?: string;
|
|
1026
1026
|
/** Whether the keyword is the main focus keyword. */
|
|
1027
1027
|
isMain?: boolean;
|
|
1028
|
+
/** Who added the keyword to the settings */
|
|
1029
|
+
origin?: string | null;
|
|
1028
1030
|
}
|
|
1029
1031
|
interface Tag$3 {
|
|
1030
1032
|
/**
|
|
@@ -2426,6 +2428,8 @@ interface Keyword$2 {
|
|
|
2426
2428
|
term?: string;
|
|
2427
2429
|
/** Whether the keyword is the main focus keyword. */
|
|
2428
2430
|
isMain?: boolean;
|
|
2431
|
+
/** Who added the keyword to the settings */
|
|
2432
|
+
origin?: string | null;
|
|
2429
2433
|
}
|
|
2430
2434
|
interface Tag$2 {
|
|
2431
2435
|
/**
|
|
@@ -12730,6 +12734,8 @@ interface Keyword$1 {
|
|
|
12730
12734
|
term?: string;
|
|
12731
12735
|
/** Whether the keyword is the main focus keyword. */
|
|
12732
12736
|
isMain?: boolean;
|
|
12737
|
+
/** Who added the keyword to the settings */
|
|
12738
|
+
origin?: string | null;
|
|
12733
12739
|
}
|
|
12734
12740
|
interface Tag$1 {
|
|
12735
12741
|
/**
|
|
@@ -17260,6 +17266,8 @@ interface Keyword {
|
|
|
17260
17266
|
term?: string;
|
|
17261
17267
|
/** Whether the keyword is the main focus keyword. */
|
|
17262
17268
|
isMain?: boolean;
|
|
17269
|
+
/** Who added the keyword to the settings */
|
|
17270
|
+
origin?: string | null;
|
|
17263
17271
|
}
|
|
17264
17272
|
interface Tag {
|
|
17265
17273
|
/**
|