@leather.io/analytics 3.0.4 → 3.1.0

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/dist/index.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -200,7 +200,8 @@ interface SubmitWaitlist {
200
200
  }
201
201
 
202
202
  interface DefaultProperties {
203
- platform: 'web' | 'extension' | 'mobile';
203
+ platform: 'web' | 'extension' | 'mobile' | 'earn';
204
+ [key: string]: string | number | boolean | undefined;
204
205
  }
205
206
  interface AnalyticsClientInterface {
206
207
  screen: (name: string, ...args: any[]) => Promise<any>;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@leather.io/analytics",
3
3
  "author": "Leather.io contact@leather.io",
4
4
  "description": "Analytics package for Leather using Segment",
5
- "version": "3.0.4",
5
+ "version": "3.1.0",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/leather.io/mono/tree/dev/packages/analytics",
8
8
  "repository": {