sfc-utils 1.3.75 → 1.3.76

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.
@@ -1,4 +1,5 @@
1
1
  import { getBlueconic } from "../../blueconic"
2
+ import { getBrands2 } from "../../brands2"
2
3
  import { appCheck, blendHDN } from "../../index"
3
4
 
4
5
  /** Used for resizing the WCM Image */
@@ -49,9 +50,9 @@ function appendLayoutScripts(isEmbedded, isAdRemoved) {
49
50
  document.body.appendChild(script)
50
51
 
51
52
  // Init sailthru
52
- if (window && window.Sailthru){
53
- window.Sailthru.init({ customerId: thisBrand.attributes.sailCustomer })
54
- }
53
+ // if (window && window.Sailthru){
54
+ // window.Sailthru.init({ customerId: thisBrand.attributes.sailCustomer })
55
+ // }
55
56
  }
56
57
  }, 5000)
57
58
  }
@@ -66,7 +67,7 @@ function formatHDN(isEmbedded, url_add, meta) {
66
67
  const metaHDN = Object.assign({}, meta)
67
68
  metaHDN.URL_ADD = url_add
68
69
  // Add sailthru var
69
- metaHDN.SAIL_CUST = thisBrand.attributes.sailCustomer
70
+ // metaHDN.SAIL_CUST = thisBrand.attributes.sailCustomer
70
71
  // Make sure this is free on app
71
72
  if (isApp) {
72
73
  metaHDN.PAYWALL_SETTING = "free"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.3.75",
3
+ "version": "1.3.76",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",