@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.
@@ -2156,7 +2156,7 @@ var AzzasTracker = function() {
2156
2156
  "store": "https://www.animale.com.br",
2157
2157
  "checkout": "https://secure.animale.com.br"
2158
2158
  },
2159
- "farm": {
2159
+ "lojafarm": {
2160
2160
  "store": "https://lojafarm.myvtex.com"
2161
2161
  },
2162
2162
  "mariafilo": {
@@ -2174,7 +2174,7 @@ var AzzasTracker = function() {
2174
2174
  "bynv": {
2175
2175
  "store": "https://bynv.myvtex.com"
2176
2176
  },
2177
- "fabula": {
2177
+ "lojafabula": {
2178
2178
  "store": "https://lojafabula.myvtex.com"
2179
2179
  }
2180
2180
  };
@@ -2474,9 +2474,6 @@ var AzzasTracker = function() {
2474
2474
  creative_slot: function(context) {
2475
2475
  return context.meta.creative_slot || null;
2476
2476
  },
2477
- size: function(context) {
2478
- return context.size || null;
2479
- },
2480
2477
  item_ref: function(context) {
2481
2478
  return context.itemRef || null;
2482
2479
  },
@@ -2497,6 +2494,9 @@ var AzzasTracker = function() {
2497
2494
  },
2498
2495
  ordering: function(context) {
2499
2496
  return context.meta.ordering || null;
2497
+ },
2498
+ size: function(context) {
2499
+ return context.meta.size || null;
2500
2500
  }
2501
2501
  };
2502
2502
  // src/core/farm.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azzas/azzas-tracker-web",
3
- "version": "2.0.0-preview.8",
3
+ "version": "2.0.0-preview.9",
4
4
  "type": "module",
5
5
  "main": "./dist/mod.cjs",
6
6
  "module": "./dist/mod.js",