@leather.io/analytics 3.0.0 → 3.0.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -6,6 +6,7 @@ interface Events extends HistoricalEvents {
6
6
  wallet_restored: WalletCreatedValue;
7
7
  app_unlocked: undefined;
8
8
  app_locked: undefined;
9
+ submit_feature_waitlist: SubmitWaitlist;
9
10
  }
10
11
  interface HistoricalEvents {
11
12
  add_network: undefined;
@@ -194,6 +195,9 @@ type UserSettingValue = {
194
195
  interface WalletCreatedValue {
195
196
  type: 'software' | 'ledger';
196
197
  }
198
+ interface SubmitWaitlist {
199
+ feature: string;
200
+ }
197
201
 
198
202
  interface DefaultProperties {
199
203
  platform: 'web' | 'extension' | 'mobile';
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.0",
5
+ "version": "3.0.1",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/leather.io/mono/tree/dev/packages/analytics",
8
8
  "repository": {
@@ -27,8 +27,8 @@
27
27
  "tsup": "8.1.0",
28
28
  "typescript": "5.5.4",
29
29
  "vitest": "2.1.5",
30
- "@leather.io/models": "0.24.0",
31
- "@leather.io/eslint-config": "0.7.0"
30
+ "@leather.io/eslint-config": "0.7.0",
31
+ "@leather.io/models": "0.24.0"
32
32
  },
33
33
  "files": [
34
34
  "dist"