@leather.io/analytics 3.7.0 → 3.7.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
@@ -249,6 +249,8 @@ type UserSettingValue = {
249
249
  email_address: string;
250
250
  } | {
251
251
  fiat_currency: string;
252
+ } | {
253
+ quote_currency: string;
252
254
  } | {
253
255
  network: DefaultNetworkConfigurations;
254
256
  } | {
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.7.0",
5
+ "version": "3.7.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.4.0",
26
26
  "typescript": "5.8.3",
27
27
  "vitest": "2.1.9",
28
- "@leather.io/models": "0.34.0"
28
+ "@leather.io/models": "0.35.0"
29
29
  },
30
30
  "files": [
31
31
  "dist"