@times-components/ssr 2.38.32 → 2.39.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@times-components/ssr",
3
3
  "main": "src",
4
- "version": "2.38.32",
4
+ "version": "2.39.1",
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,13 +52,13 @@
52
52
  "webpack": "4.30.0"
53
53
  },
54
54
  "dependencies": {
55
- "@times-components/article": "7.13.32",
56
- "@times-components/author-profile": "6.10.0",
55
+ "@times-components/article": "7.13.34",
56
+ "@times-components/author-profile": "6.10.2",
57
57
  "@times-components/context": "1.10.5",
58
58
  "@times-components/provider": "1.33.6",
59
59
  "@times-components/schema": "0.7.3",
60
60
  "@times-components/tealium": "1.15.0",
61
- "@times-components/topic": "5.8.0",
61
+ "@times-components/topic": "5.8.2",
62
62
  "@times-components/ts-styleguide": "1.37.6",
63
63
  "@times-components/utils": "6.15.6",
64
64
  "apollo-cache-inmemory": "1.5.1",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "8ed88a4715d423f16b03cc1d151c2e449a51fc3b"
82
+ "gitHead": "c1d001658100c3f5abcca94eb0728f21e69a3092"
83
83
  }
@@ -14,8 +14,7 @@ if (window.nuk && window.nuk.ssr && window.nuk.article) {
14
14
  userState,
15
15
  isPreview,
16
16
  swgProductId,
17
- commentCount,
18
- realnameInlineBlueBanner
17
+ commentCount
19
18
  } = window.nuk.article;
20
19
  const { getCookieValue } = window.nuk;
21
20
 
@@ -31,8 +30,7 @@ if (window.nuk && window.nuk.ssr && window.nuk.article) {
31
30
  userState,
32
31
  isPreview,
33
32
  swgProductId,
34
- commentCount,
35
- realnameInlineBlueBanner
33
+ commentCount
36
34
  };
37
35
 
38
36
  const clientOptions = {
@@ -30,8 +30,7 @@ module.exports = (client, analyticsStream, data, helmetContext) => {
30
30
  paidContentClassName,
31
31
  isPreview,
32
32
  swgProductId,
33
- getFallbackThumbnailUrl169,
34
- realnameInlineBlueBanner
33
+ getFallbackThumbnailUrl169
35
34
  } = data;
36
35
 
37
36
  return React.createElement(
@@ -88,8 +87,7 @@ module.exports = (client, analyticsStream, data, helmetContext) => {
88
87
  paidContentClassName,
89
88
  isPreview,
90
89
  swgProductId,
91
- getFallbackThumbnailUrl169,
92
- realnameInlineBlueBanner
90
+ getFallbackThumbnailUrl169
93
91
  })
94
92
  );
95
93
  }
@@ -22,8 +22,7 @@ module.exports = (
22
22
  isPreview,
23
23
  swgProductId,
24
24
  getFallbackThumbnailUrl169,
25
- commentCount,
26
- realnameInlineBlueBanner
25
+ commentCount
27
26
  },
28
27
  userState
29
28
  ) => {
@@ -73,8 +72,7 @@ module.exports = (
73
72
  paidContentClassName,
74
73
  isPreview,
75
74
  swgProductId,
76
- commentCount,
77
- realnameInlineBlueBanner
75
+ commentCount
78
76
  },
79
77
  name: "article"
80
78
  };