sfc-utils 1.4.161 → 1.4.163

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.
Files changed (3) hide show
  1. package/brands3.js +3 -3
  2. package/index.js +1 -0
  3. package/package.json +1 -1
package/brands3.js CHANGED
@@ -45,9 +45,9 @@ let getBrands3 = function (market) {
45
45
  siteName: "The San Francisco Chronicle",
46
46
  twitter: "sfchronicle",
47
47
  gaAccount: "UA-1616916-26",
48
- //subscribeLink: "https://www.sfchronicle.com/subproject",
49
- subscribeLink:
50
- "https://subscription.sfchronicle.com/checkout/684/1444?origin=button&ipid=project&variant=devhub",
48
+ subscribeLink: "https://www.sfchronicle.com/subproject",
49
+ // subscribeLink:
50
+ // "https://subscription.sfchronicle.com/checkout/684/1444?origin=button&ipid=project&variant=devhub",
51
51
  sailCustomer: "fca2a0390286f0e53120a668534d9529",
52
52
  sailSiteName: "san-francisco-chronicle",
53
53
  siteId: 35,
package/index.js CHANGED
@@ -130,6 +130,7 @@ let blendHDN = function (meta) {
130
130
  HDN.dataLayer.content.keyNlpConsumerGood = [];
131
131
  HDN.dataLayer.content.keyNlpOther = [];
132
132
  HDN.dataLayer.content.keyNlpUnknown = [];
133
+ HDN.dataLayer.content.hasChatBot = meta.HAS_CHAT_BOT || false;
133
134
 
134
135
  // Signal to Blueconic that we are ready for gift button
135
136
  HDN.dataLayer.content.giftEnabled = meta.GIFT_ENABLED;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.161",
3
+ "version": "1.4.163",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",