@leather.io/analytics 3.1.3 → 3.2.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 +2 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -191,6 +191,8 @@ type UserSettingValue = {
191
191
  theme: 'light' | 'dark' | 'system';
192
192
  } | {
193
193
  security_level: 'insecure' | 'secure' | 'not-selected';
194
+ } | {
195
+ notifications: 'disabled' | 'enabled' | 'not-selected';
194
196
  };
195
197
  interface WalletCreatedValue {
196
198
  type: 'software' | 'ledger';
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.1.3",
5
+ "version": "3.2.1",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/leather.io/mono/tree/dev/packages/analytics",
8
8
  "repository": {
@@ -25,7 +25,7 @@
25
25
  "tsup": "8.1.0",
26
26
  "typescript": "5.5.4",
27
27
  "vitest": "2.1.5",
28
- "@leather.io/models": "0.25.1"
28
+ "@leather.io/models": "0.26.0"
29
29
  },
30
30
  "files": [
31
31
  "dist"