@dotcms/analytics 1.1.1-next.5 → 1.1.1-next.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -108,7 +108,6 @@ track(eventName: string, properties?: Record<string, unknown>): void
108
108
 
109
109
  ## ⚙️ Configuration Options
110
110
 
111
- <<<<<<< HEAD
112
111
  | Option | Type | Required | Default | Description |
113
112
  | -------------- | --------- | -------- | ----------------------------------- | -------------------------------------- |
114
113
  | `siteAuth` | `string` | ✅ | - | Site auth from dotCMS Analytics app |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/analytics",
3
- "version": "1.1.1-next.5",
3
+ "version": "1.1.1-next.6",
4
4
  "description": "Official JavaScript library for Content Analytics with DotCMS.",
5
5
  "repository": {
6
6
  "type": "git",