@times-components/ssr 2.56.1-alpha.27 → 2.56.1-alpha.28

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.56.1-alpha.27+6094846034",
4
+ "version": "2.56.1-alpha.28+775ad37e57",
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",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "60948460346356614768320ce31cf15ff9154db1"
82
+ "gitHead": "775ad37e578a36c1e6b626bb363c7659881ac7ef"
83
83
  }
@@ -86,7 +86,8 @@ module.exports = (client, analyticsStream, data, helmetContext) => {
86
86
  : "unknown section",
87
87
  isSavingEnabled: sharingSavingFlag,
88
88
  isSharingEnabled: sharingSavingFlag,
89
- isCommentEnabled: commentingFlag
89
+ isCommentEnabled: commentingFlag,
90
+ isEntitlementFeatureEnabled
90
91
  },
91
92
  error,
92
93
  isLoading,
@@ -105,7 +106,6 @@ module.exports = (client, analyticsStream, data, helmetContext) => {
105
106
  zephrDivs,
106
107
  showAudioPlayer,
107
108
  storefrontConfig,
108
- isEntitlementFeatureEnabled
109
109
  })
110
110
  );
111
111
  }