@times-components/ssr 2.59.14-alpha.3 → 2.59.14-alpha.4

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.59.14-alpha.3+9d347db2a7",
4
+ "version": "2.59.14-alpha.4+237d2a636c",
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,8 +52,8 @@
52
52
  "webpack": "4.30.0"
53
53
  },
54
54
  "dependencies": {
55
- "@times-components/article": "^7.17.33-alpha.3+9d347db2a7",
56
- "@times-components/author-profile": "^6.19.8-alpha.3+9d347db2a7",
55
+ "@times-components/article": "^7.17.33-alpha.4+237d2a636c",
56
+ "@times-components/author-profile": "^6.19.7",
57
57
  "@times-components/context": "^1.24.0",
58
58
  "@times-components/provider": "^1.41.4",
59
59
  "@times-components/schema": "^0.7.5",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "9d347db2a7333d720be22a424f728aad6a8d4364"
82
+ "gitHead": "237d2a636c343e796dac00cd2dd9ba48da020b04"
83
83
  }
@@ -20,8 +20,7 @@ if (window.nuk && window.nuk.ssr && window.nuk.article) {
20
20
  commentingFlag = true,
21
21
  showAudioPlayer,
22
22
  storefrontConfig,
23
- isEntitlementFeatureEnabled,
24
- isSharingSavingEntitlementEnabled
23
+ isEntitlementFeatureEnabled
25
24
  } = window.nuk.article;
26
25
 
27
26
  const { getCookieValue } = window.nuk;
@@ -44,8 +43,7 @@ if (window.nuk && window.nuk.ssr && window.nuk.article) {
44
43
  commentingFlag,
45
44
  showAudioPlayer,
46
45
  storefrontConfig,
47
- isEntitlementFeatureEnabled,
48
- isSharingSavingEntitlementEnabled
46
+ isEntitlementFeatureEnabled
49
47
  };
50
48
 
51
49
  const clientOptions = {
@@ -37,8 +37,7 @@ module.exports = (client, analyticsStream, data, helmetContext) => {
37
37
  commentingFlag,
38
38
  showAudioPlayer,
39
39
  storefrontConfig,
40
- isEntitlementFeatureEnabled,
41
- isSharingSavingEntitlementEnabled
40
+ isEntitlementFeatureEnabled
42
41
  } = data;
43
42
 
44
43
  return React.createElement(
@@ -89,7 +88,6 @@ module.exports = (client, analyticsStream, data, helmetContext) => {
89
88
  isSharingEnabled: sharingSavingFlag,
90
89
  isCommentEnabled: commentingFlag,
91
90
  isEntitlementFeatureEnabled,
92
- isSharingSavingEntitlementEnabled,
93
91
  isPreview
94
92
  },
95
93
  error,
@@ -29,8 +29,7 @@ module.exports = (
29
29
  commentingFlag = true,
30
30
  showAudioPlayer,
31
31
  storefrontConfig,
32
- isEntitlementFeatureEnabled = false,
33
- isSharingSavingEntitlementEnabled = false
32
+ isEntitlementFeatureEnabled = false
34
33
  },
35
34
  userState
36
35
  ) => {
@@ -87,8 +86,7 @@ module.exports = (
87
86
  commentingFlag,
88
87
  showAudioPlayer,
89
88
  storefrontConfig,
90
- isEntitlementFeatureEnabled,
91
- isSharingSavingEntitlementEnabled
89
+ isEntitlementFeatureEnabled
92
90
  },
93
91
  name: "article"
94
92
  };