sfc-utils 1.4.165 → 1.4.166

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,6 +1,7 @@
1
1
  import { getBlueconic } from "../../blueconic";
2
2
  import { getBrands3 } from "../../brands3";
3
3
  import { appCheck, blendHDN, getSettings } from "../../index";
4
+ import systemSettings from "../../../../src/data/system_settings.sheet.json"; // to test on Monday
4
5
 
5
6
  const currentEnv = process.env.GATSBY_DEPLOY_ENV;
6
7
 
@@ -201,9 +202,10 @@ function trackEvent(
201
202
  elementContent = null,
202
203
  elementText = null
203
204
  ) {
205
+ console.log(systemSettings);
204
206
  const storySettings = getSettings();
205
207
  // [systemSettings] = require("../../../../src/data/story_settings.sheet.json");
206
- const systemSettings = require("../../../../src/data/system_settings.sheet.json");
208
+ // const systemSettings = require("../../../../src/data/system_settings.sheet.json");
207
209
  const elementVariant = `${systemSettings.Repo}|${systemSettings.Project_Type}`;
208
210
  const linkUrl = `${storySettings.PROJECT.SUBFOLDER}/${storySettings.PROJECT.SLUG}`;
209
211
  const urlHash = window.HDN.dataLayer.visit.urlHash;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.165",
3
+ "version": "1.4.166",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",