@formo/analytics 1.16.9 → 1.16.10

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.9",
3
+ "version": "1.16.10",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/getformo/sdk.git"
@@ -486,7 +486,7 @@ export class FormoAnalytics implements IFormoAnalytics {
486
486
  * @returns {Promise<void>}
487
487
  */
488
488
  async track(
489
- event: EventType,
489
+ event: string,
490
490
  properties?: IFormoEventProperties,
491
491
  context?: IFormoEventContext,
492
492
  callback?: (...args: unknown[]) => void
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '1.16.9';
2
+ export const version = '1.16.10';