@times-components/ssr 2.62.41-b14fcc06026a53565da7a7e8e0e6c81e61c337c1.5 → 2.62.41-cb816b2cbe7ba2cc37657415a580a4a7931f64d2.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/dist/article.react.bundle.js +4 -4
- package/dist/article.react.bundle.js.map +1 -1
- package/dist/common.react.bundle.js +1 -1
- package/dist/common.react.bundle.js.map +1 -1
- package/package.json +6 -6
- package/src/client/article.js +1 -4
- package/src/component/article.js +0 -2
- package/src/server/article.js +0 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/ssr",
|
|
3
3
|
"main": "src",
|
|
4
|
-
"version": "2.62.41-
|
|
4
|
+
"version": "2.62.41-cb816b2cbe7ba2cc37657415a580a4a7931f64d2.1+cb816b2cbe",
|
|
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",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@times-components/eslint-config-thetimes": "^0.8.18",
|
|
39
39
|
"@times-components/fixture-generator": "^0.36.0",
|
|
40
|
-
"@times-components/mock-tpa-server": "^0.4.
|
|
40
|
+
"@times-components/mock-tpa-server": "^0.4.18-cb816b2cbe7ba2cc37657415a580a4a7931f64d2.56+cb816b2cbe",
|
|
41
41
|
"axe-core": "3.3.1",
|
|
42
42
|
"cypress-axe": "0.13.0",
|
|
43
43
|
"cypress-failed-log": "2.5.1",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"webpack": "4.30.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@times-components/article": "^7.19.29-
|
|
56
|
-
"@times-components/author-profile": "^6.20.
|
|
55
|
+
"@times-components/article": "^7.19.29-cb816b2cbe7ba2cc37657415a580a4a7931f64d2.1+cb816b2cbe",
|
|
56
|
+
"@times-components/author-profile": "^6.20.16-cb816b2cbe7ba2cc37657415a580a4a7931f64d2.1+cb816b2cbe",
|
|
57
57
|
"@times-components/context": "^1.25.15",
|
|
58
|
-
"@times-components/provider": "^1.47.
|
|
58
|
+
"@times-components/provider": "^1.47.1-cb816b2cbe7ba2cc37657415a580a4a7931f64d2.9+cb816b2cbe",
|
|
59
59
|
"@times-components/schema": "^0.7.5",
|
|
60
60
|
"@times-components/tealium": "^1.15.3",
|
|
61
61
|
"@times-components/ts-styleguide": "^1.56.1",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "cb816b2cbe7ba2cc37657415a580a4a7931f64d2"
|
|
83
83
|
}
|
package/src/client/article.js
CHANGED
|
@@ -17,7 +17,6 @@ if (window.nuk && window.nuk.ssr && window.nuk.article) {
|
|
|
17
17
|
swgProductId,
|
|
18
18
|
zephrDivs,
|
|
19
19
|
showAudioPlayer,
|
|
20
|
-
isNewCommentingBannerEnabled,
|
|
21
20
|
removeTeaserContent
|
|
22
21
|
} = window.nuk.article;
|
|
23
22
|
|
|
@@ -38,7 +37,6 @@ if (window.nuk && window.nuk.ssr && window.nuk.article) {
|
|
|
38
37
|
swgProductId,
|
|
39
38
|
zephrDivs,
|
|
40
39
|
showAudioPlayer,
|
|
41
|
-
isNewCommentingBannerEnabled,
|
|
42
40
|
removeTeaserContent
|
|
43
41
|
};
|
|
44
42
|
|
|
@@ -49,8 +47,7 @@ if (window.nuk && window.nuk.ssr && window.nuk.article) {
|
|
|
49
47
|
"x-new-topic-data-source": true
|
|
50
48
|
},
|
|
51
49
|
zephrDivs,
|
|
52
|
-
showAudioPlayer
|
|
53
|
-
isNewCommentingBannerEnabled
|
|
50
|
+
showAudioPlayer
|
|
54
51
|
};
|
|
55
52
|
|
|
56
53
|
runClient(article, clientOptions, data);
|
package/src/component/article.js
CHANGED
|
@@ -34,7 +34,6 @@ module.exports = (client, analyticsStream, data, helmetContext) => {
|
|
|
34
34
|
getFallbackThumbnailUrl169,
|
|
35
35
|
zephrDivs,
|
|
36
36
|
showAudioPlayer,
|
|
37
|
-
isNewCommentingBannerEnabled,
|
|
38
37
|
removeTeaserContent
|
|
39
38
|
} = data;
|
|
40
39
|
|
|
@@ -100,7 +99,6 @@ module.exports = (client, analyticsStream, data, helmetContext) => {
|
|
|
100
99
|
getFallbackThumbnailUrl169,
|
|
101
100
|
zephrDivs,
|
|
102
101
|
showAudioPlayer,
|
|
103
|
-
isNewCommentingBannerEnabled,
|
|
104
102
|
removeTeaserContent
|
|
105
103
|
})
|
|
106
104
|
);
|
package/src/server/article.js
CHANGED
|
@@ -26,7 +26,6 @@ module.exports = (
|
|
|
26
26
|
getFallbackThumbnailUrl169,
|
|
27
27
|
zephrDivs,
|
|
28
28
|
showAudioPlayer,
|
|
29
|
-
isNewCommentingBannerEnabled,
|
|
30
29
|
removeTeaserContent
|
|
31
30
|
},
|
|
32
31
|
userState
|
|
@@ -81,7 +80,6 @@ module.exports = (
|
|
|
81
80
|
swgProductId,
|
|
82
81
|
zephrDivs,
|
|
83
82
|
showAudioPlayer,
|
|
84
|
-
isNewCommentingBannerEnabled,
|
|
85
83
|
removeTeaserContent
|
|
86
84
|
},
|
|
87
85
|
name: "article"
|