@times-components/ssr 2.36.7 → 2.37.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@times-components/ssr",
3
3
  "main": "src",
4
- "version": "2.36.7",
4
+ "version": "2.37.0",
5
5
  "scripts": {
6
6
  "bundle:dev": "yarn cleanup-dist && webpack --config=webpack.config.js",
7
7
  "bundle:prod": "yarn cleanup-dist && NODE_ENV=production webpack --config=webpack.config.js -p",
@@ -52,7 +52,7 @@
52
52
  "webpack": "4.30.0"
53
53
  },
54
54
  "dependencies": {
55
- "@times-components/article": "7.11.7",
55
+ "@times-components/article": "7.12.0",
56
56
  "@times-components/author-profile": "6.9.3",
57
57
  "@times-components/context": "1.10.0",
58
58
  "@times-components/provider": "1.33.0",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "ad0eb24711fc1dc791f954baeb35fb28410b87c8"
82
+ "gitHead": "d6ce891cb47a7bd75fb96fa21bb0f5d8b1a6e856"
83
83
  }
@@ -16,8 +16,6 @@ if (window.nuk && window.nuk.ssr && window.nuk.article) {
16
16
  swgProductId,
17
17
  additionalRelatedArticlesFlag,
18
18
  algoliaSearchKeys,
19
- latestFromSectionFlag,
20
- latestFromSection,
21
19
  olympicsKeys,
22
20
  commentCount
23
21
  } = window.nuk.article;
@@ -37,8 +35,6 @@ if (window.nuk && window.nuk.ssr && window.nuk.article) {
37
35
  swgProductId,
38
36
  additionalRelatedArticlesFlag,
39
37
  algoliaSearchKeys,
40
- latestFromSectionFlag,
41
- latestFromSection,
42
38
  olympicsKeys,
43
39
  commentCount
44
40
  };
@@ -32,8 +32,6 @@ module.exports = (client, analyticsStream, data, helmetContext) => {
32
32
  swgProductId,
33
33
  additionalRelatedArticlesFlag,
34
34
  algoliaSearchKeys,
35
- latestFromSectionFlag,
36
- latestFromSection,
37
35
  olympicsKeys,
38
36
  getFallbackThumbnailUrl169
39
37
  } = data;
@@ -94,8 +92,6 @@ module.exports = (client, analyticsStream, data, helmetContext) => {
94
92
  swgProductId,
95
93
  additionalRelatedArticlesFlag,
96
94
  algoliaSearchKeys,
97
- latestFromSectionFlag,
98
- latestFromSection,
99
95
  olympicsKeys,
100
96
  getFallbackThumbnailUrl169
101
97
  })
@@ -23,8 +23,6 @@ module.exports = (
23
23
  swgProductId,
24
24
  additionalRelatedArticlesFlag,
25
25
  algoliaSearchKeys,
26
- latestFromSectionFlag,
27
- latestFromSection,
28
26
  olympicsKeys,
29
27
  getFallbackThumbnailUrl169,
30
28
  commentCount
@@ -79,8 +77,6 @@ module.exports = (
79
77
  swgProductId,
80
78
  additionalRelatedArticlesFlag,
81
79
  algoliaSearchKeys,
82
- latestFromSectionFlag,
83
- latestFromSection,
84
80
  olympicsKeys,
85
81
  commentCount
86
82
  },