@armco/analytics 0.0.6 → 0.0.7

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/dist/analytics.js CHANGED
@@ -107,6 +107,7 @@ function getHostProjectName() {
107
107
  if (!hostProjectName) {
108
108
  const packageJson = yield import(packageJsonPath);
109
109
  hostProjectName = packageJson.name || null;
110
+ enabled = isEnabled();
110
111
  }
111
112
  return hostProjectName;
112
113
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@armco/analytics",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Browser Based Analytics interceptor for configured events",
5
5
  "main": "index.js",
6
6
  "type": "module",