@formo/analytics 1.15.0 → 1.15.1

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.15.0",
3
+ "version": "1.15.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/getformo/sdk.git"
@@ -1,6 +1,6 @@
1
1
  export const EVENTS_API_HOST = "https://events.formo.so";
2
2
  export const EVENTS_API_URL = `${EVENTS_API_HOST}/events`;
3
- export const USER_API_URL = `${EVENTS_API_HOST}/user-id`;
3
+ export const USER_API_URL = `${EVENTS_API_HOST}/user`;
4
4
 
5
5
  export const EVENTS_API_REQUEST_HEADER = (writeKey: string) => ({
6
6
  "Content-Type": "application/json",