@guardian/commercial-core 5.1.2 → 5.1.3

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.
@@ -119,7 +119,6 @@ const slotSizeMappings = {
119
119
  adSizes.mpu,
120
120
  adSizes.googleCard,
121
121
  adSizes.fluid,
122
- adSizes.portraitInterstitial,
123
122
  ],
124
123
  phablet: [
125
124
  adSizes.outOfPage,
@@ -112,7 +112,6 @@ const slotSizeMappings = {
112
112
  adSizes.mpu,
113
113
  adSizes.googleCard,
114
114
  adSizes.fluid,
115
- adSizes.portraitInterstitial,
116
115
  ],
117
116
  phablet: [
118
117
  adSizes.outOfPage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guardian/commercial-core",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "description": "Guardian advertising business logic",
5
5
  "homepage": "https://github.com/guardian/commercial-core#readme",
6
6
  "bugs": {