@guardian/commercial-core 3.2.0 → 3.2.1

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.
@@ -4,7 +4,7 @@ export declare type AdSize = Readonly<{
4
4
  height: number;
5
5
  toString: () => AdSizeString;
6
6
  }>;
7
- export declare type SizeKeys = '160x600' | '300x1050' | '300x250' | '300x600' | '728x90' | '970x250' | 'billboard' | 'empty' | 'fabric' | 'fluid' | 'googleCard' | 'halfPage' | 'inlineMerchandising' | 'leaderboard' | 'merchandising' | 'merchandisingHigh' | 'merchandisingHighAdFeature' | 'mobilesticky' | 'mpu' | 'outOfPage' | 'outstreamDesktop' | 'outstreamGoogleDesktop' | 'outstreamMobile' | 'portrait' | 'skyscraper' | 'video';
7
+ export declare type SizeKeys = '160x600' | '300x1050' | '300x250' | '300x600' | '728x90' | '970x250' | 'billboard' | 'empty' | 'fabric' | 'fluid' | 'googleCard' | 'halfPage' | 'inlineMerchandising' | 'leaderboard' | 'merchandising' | 'merchandisingHigh' | 'merchandisingHighAdFeature' | 'mobilesticky' | 'mpu' | 'outOfPage' | 'outstreamDesktop' | 'outstreamGoogleDesktop' | 'outstreamMobile' | 'portrait' | 'skyscraper';
8
8
  export declare const adSizes: Record<SizeKeys, AdSize>;
9
9
  export declare const getAdSize: (size: SizeKeys) => AdSize;
10
10
  export declare const _: {
@@ -32,7 +32,6 @@ const adSizesPartial = {
32
32
  outstreamDesktop: createAdSize(620, 350),
33
33
  outstreamGoogleDesktop: createAdSize(550, 310),
34
34
  outstreamMobile: createAdSize(300, 197),
35
- video: createAdSize(620, 1),
36
35
  };
37
36
  exports.adSizes = {
38
37
  ...adSizesPartial,
@@ -4,7 +4,7 @@ export declare type AdSize = Readonly<{
4
4
  height: number;
5
5
  toString: () => AdSizeString;
6
6
  }>;
7
- export declare type SizeKeys = '160x600' | '300x1050' | '300x250' | '300x600' | '728x90' | '970x250' | 'billboard' | 'empty' | 'fabric' | 'fluid' | 'googleCard' | 'halfPage' | 'inlineMerchandising' | 'leaderboard' | 'merchandising' | 'merchandisingHigh' | 'merchandisingHighAdFeature' | 'mobilesticky' | 'mpu' | 'outOfPage' | 'outstreamDesktop' | 'outstreamGoogleDesktop' | 'outstreamMobile' | 'portrait' | 'skyscraper' | 'video';
7
+ export declare type SizeKeys = '160x600' | '300x1050' | '300x250' | '300x600' | '728x90' | '970x250' | 'billboard' | 'empty' | 'fabric' | 'fluid' | 'googleCard' | 'halfPage' | 'inlineMerchandising' | 'leaderboard' | 'merchandising' | 'merchandisingHigh' | 'merchandisingHighAdFeature' | 'mobilesticky' | 'mpu' | 'outOfPage' | 'outstreamDesktop' | 'outstreamGoogleDesktop' | 'outstreamMobile' | 'portrait' | 'skyscraper';
8
8
  export declare const adSizes: Record<SizeKeys, AdSize>;
9
9
  export declare const getAdSize: (size: SizeKeys) => AdSize;
10
10
  export declare const _: {
@@ -29,7 +29,6 @@ const adSizesPartial = {
29
29
  outstreamDesktop: createAdSize(620, 350),
30
30
  outstreamGoogleDesktop: createAdSize(550, 310),
31
31
  outstreamMobile: createAdSize(300, 197),
32
- video: createAdSize(620, 1),
33
32
  };
34
33
  export const adSizes = {
35
34
  ...adSizesPartial,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guardian/commercial-core",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Guardian advertising business logic",
5
5
  "homepage": "https://github.com/guardian/commercial-core#readme",
6
6
  "bugs": {