@formo/analytics 1.16.5 → 1.16.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formo/analytics",
3
- "version": "1.16.5",
3
+ "version": "1.16.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/getformo/sdk.git"
@@ -94,7 +94,6 @@ class EventFactory implements IEventFactory {
94
94
  // contextual properties
95
95
  const defaultContext = {
96
96
  user_agent: globalThis.navigator.userAgent,
97
- href: url.href,
98
97
  locale: language,
99
98
  timezone,
100
99
  location,
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '1.16.5';
2
+ export const version = '1.16.6';