@azzas/azzas-tracker-web 2.0.0-preview.8 → 2.0.0-preview.9
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/mod.cjs +5 -5
- package/dist/mod.cjs.map +1 -1
- package/dist/mod.d.cts +4 -0
- package/dist/mod.d.ts +4 -0
- package/dist/mod.global.js +5 -5
- package/dist/mod.global.js.map +1 -1
- package/dist/mod.js +5 -5
- package/dist/mod.js.map +1 -1
- package/dist/mod.vtex.global.js +5 -5
- package/package.json +1 -1
package/dist/mod.js
CHANGED
|
@@ -1042,7 +1042,7 @@ var PROD_DOMAINS = {
|
|
|
1042
1042
|
"store": "https://www.animale.com.br",
|
|
1043
1043
|
"checkout": "https://secure.animale.com.br"
|
|
1044
1044
|
},
|
|
1045
|
-
"
|
|
1045
|
+
"lojafarm": {
|
|
1046
1046
|
"store": "https://lojafarm.myvtex.com"
|
|
1047
1047
|
},
|
|
1048
1048
|
"mariafilo": {
|
|
@@ -1060,7 +1060,7 @@ var PROD_DOMAINS = {
|
|
|
1060
1060
|
"bynv": {
|
|
1061
1061
|
"store": "https://bynv.myvtex.com"
|
|
1062
1062
|
},
|
|
1063
|
-
"
|
|
1063
|
+
"lojafabula": {
|
|
1064
1064
|
"store": "https://lojafabula.myvtex.com"
|
|
1065
1065
|
}
|
|
1066
1066
|
};
|
|
@@ -1364,9 +1364,6 @@ var metaAdapters = {
|
|
|
1364
1364
|
creative_slot: (context) => {
|
|
1365
1365
|
return context.meta.creative_slot || null;
|
|
1366
1366
|
},
|
|
1367
|
-
size: (context) => {
|
|
1368
|
-
return context.size || null;
|
|
1369
|
-
},
|
|
1370
1367
|
item_ref: (context) => {
|
|
1371
1368
|
return context.itemRef || null;
|
|
1372
1369
|
},
|
|
@@ -1387,6 +1384,9 @@ var metaAdapters = {
|
|
|
1387
1384
|
},
|
|
1388
1385
|
ordering: (context) => {
|
|
1389
1386
|
return context.meta.ordering || null;
|
|
1387
|
+
},
|
|
1388
|
+
size: (context) => {
|
|
1389
|
+
return context.meta.size || null;
|
|
1390
1390
|
}
|
|
1391
1391
|
};
|
|
1392
1392
|
|