@times-components/ssr 2.61.6 → 2.62.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.61.6",
4
+ "version": "2.62.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,14 +52,14 @@
52
52
  "webpack": "4.30.0"
53
53
  },
54
54
  "dependencies": {
55
- "@times-components/article": "7.18.8",
56
- "@times-components/author-profile": "6.19.40",
57
- "@times-components/context": "1.25.4",
55
+ "@times-components/article": "7.18.9",
56
+ "@times-components/author-profile": "6.19.41",
57
+ "@times-components/context": "1.25.5",
58
58
  "@times-components/provider": "1.41.16",
59
59
  "@times-components/schema": "0.7.5",
60
60
  "@times-components/tealium": "1.15.3",
61
- "@times-components/ts-styleguide": "1.51.6",
62
- "@times-components/utils": "6.31.1",
61
+ "@times-components/ts-styleguide": "1.52.0",
62
+ "@times-components/utils": "6.31.2",
63
63
  "apollo-cache-inmemory": "1.5.1",
64
64
  "apollo-client": "2.5.1",
65
65
  "apollo-link": "1.2.4",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "fd81aaeb84c10eec6e6386324ecd729c332265eb"
82
+ "gitHead": "d3a2621613dab86d8b764fea857c17cb4acb4b8b"
83
83
  }
@@ -16,8 +16,7 @@ if (window.nuk && window.nuk.ssr && window.nuk.article) {
16
16
  isPreview,
17
17
  swgProductId,
18
18
  zephrDivs,
19
- showAudioPlayer,
20
- storefrontConfig
19
+ showAudioPlayer
21
20
  } = window.nuk.article;
22
21
 
23
22
  const { getCookieValue } = window.nuk;
@@ -36,8 +35,7 @@ if (window.nuk && window.nuk.ssr && window.nuk.article) {
36
35
  isPreview,
37
36
  swgProductId,
38
37
  zephrDivs,
39
- showAudioPlayer,
40
- storefrontConfig
38
+ showAudioPlayer
41
39
  };
42
40
 
43
41
  const clientOptions = {
@@ -33,8 +33,7 @@ module.exports = (client, analyticsStream, data, helmetContext) => {
33
33
  swgProductId,
34
34
  getFallbackThumbnailUrl169,
35
35
  zephrDivs,
36
- showAudioPlayer,
37
- storefrontConfig
36
+ showAudioPlayer
38
37
  } = data;
39
38
 
40
39
  return React.createElement(
@@ -98,8 +97,7 @@ module.exports = (client, analyticsStream, data, helmetContext) => {
98
97
  swgProductId,
99
98
  getFallbackThumbnailUrl169,
100
99
  zephrDivs,
101
- showAudioPlayer,
102
- storefrontConfig
100
+ showAudioPlayer
103
101
  })
104
102
  );
105
103
  }
@@ -25,8 +25,7 @@ module.exports = (
25
25
  swgProductId,
26
26
  getFallbackThumbnailUrl169,
27
27
  zephrDivs,
28
- showAudioPlayer,
29
- storefrontConfig
28
+ showAudioPlayer
30
29
  },
31
30
  userState
32
31
  ) => {
@@ -79,8 +78,7 @@ module.exports = (
79
78
  isPreview,
80
79
  swgProductId,
81
80
  zephrDivs,
82
- showAudioPlayer,
83
- storefrontConfig
81
+ showAudioPlayer
84
82
  },
85
83
  name: "article"
86
84
  };