sfc-utils 1.3.61 → 1.3.62

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 (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -145,6 +145,9 @@ let blendHDN = function(meta){
145
145
  HDN.dataLayer.content.keyNlpOther = []
146
146
  HDN.dataLayer.content.keyNlpUnknown = []
147
147
 
148
+ // Signal to Blueconic that we are ready for gift button
149
+ HDN.dataLayer.content.giftEnabled = meta.GIFT_ENABLED;
150
+
148
151
  // HDN.dataLayer object for source information
149
152
  HDN.dataLayer.source.authorName = ''
150
153
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.3.61",
3
+ "version": "1.3.62",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",