@livetiles/reach-plugin-types 0.5.0-preview.307 → 0.5.0-preview.309

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/lib/index.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -2918,7 +2918,7 @@ declare module "libs/reach/util/common/src/analytics/AnalyticsContextProvider" {
2918
2918
  interaction: (payload: Omit<InteractionProperties, 'module'>) => Promise<void>;
2919
2919
  trackActivity: (scrollContainer?: HTMLElement) => Activity;
2920
2920
  getUser: () => import("@segment/analytics-next").User;
2921
- identify: (userId: string, traits?: Record<string, unknown>) => Promise<void>;
2921
+ identify: (userId: string, traits?: Record<string, unknown>) => void;
2922
2922
  activity: (payload: import("@livetiles/analytics").ActivityProperties) => Activity;
2923
2923
  module: EventModule;
2924
2924
  setModule: Dispatch<SetStateAction<EventModule>>;
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.307",
7
+ "version": "0.5.0-preview.309",
8
8
  "dependencies": {}
9
9
  }