@leather.io/models 0.45.0 → 0.47.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @leather.io/models@0.45.0 build /home/runner/work/mono/mono/packages/models
2
+ > @leather.io/models@0.47.0 build /home/runner/work/mono/mono/packages/models
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -8,9 +8,9 @@
8
8
  CLI Using tsup config: /home/runner/work/mono/mono/packages/models/tsup.config.ts
9
9
  CLI Target: es2022
10
10
  ESM Build start
11
- ESM dist/index.js 13.36 KB
12
- ESM dist/index.js.map 31.08 KB
13
- ESM ⚡️ Build success in 34ms
11
+ ESM dist/index.js 20.49 KB
12
+ ESM dist/index.js.map 46.81 KB
13
+ ESM ⚡️ Build success in 41ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 2742ms
16
- DTS dist/index.d.ts 30.29 KB
15
+ DTS ⚡️ Build success in 2975ms
16
+ DTS dist/index.d.ts 42.28 KB
package/CHANGELOG.md CHANGED
@@ -36,6 +36,32 @@
36
36
  * devDependencies
37
37
  * @leather.io/prettier-config bumped to 0.9.0
38
38
 
39
+ ## [0.47.0](https://github.com/leather-io/mono/compare/@leather.io/models-v0.46.0...@leather.io/models-v0.47.0) (2025-11-14)
40
+
41
+
42
+ ### Features
43
+
44
+ * add defi model types ([695f7e1](https://github.com/leather-io/mono/commit/695f7e1c394c26bd54dfd1d2afc851def35a56a5))
45
+ * **services:** further separate transaction fee quote types ([dcb9c8a](https://github.com/leather-io/mono/commit/dcb9c8ad72cd8f889a758ed66871e7cb2baf2416))
46
+
47
+ ## [0.46.0](https://github.com/leather-io/mono/compare/@leather.io/models-v0.45.0...@leather.io/models-v0.46.0) (2025-10-31)
48
+
49
+
50
+ ### Features
51
+
52
+ * add bitcoin transaction fees service ([cce337c](https://github.com/leather-io/mono/commit/cce337cd13979983f368eda7793d98160ba7adb5))
53
+ * add get-by-id to btc and stx transactions services ([3e1fa58](https://github.com/leather-io/mono/commit/3e1fa589fb72a6ed94d4ccb3f85ced47b5241aaf))
54
+ * add market history service, types, and API integration ([5a1f63d](https://github.com/leather-io/mono/commit/5a1f63d4d33c5b998c9d9a394f8dfe300df065b3))
55
+ * implement SIP-009 token details ([ab0e283](https://github.com/leather-io/mono/commit/ab0e2832c7626438501378247069d78c64207b52))
56
+ * implement stamp token details ([7aad1ff](https://github.com/leather-io/mono/commit/7aad1ff49cebfa7f1be96c96cbc45e00c079d32a))
57
+ * **mobile:** add bns token details ([3bda486](https://github.com/leather-io/mono/commit/3bda4862a7f550b1292ef517976d12e3c08bc405))
58
+ * stacks transaction fees service ([eb921e0](https://github.com/leather-io/mono/commit/eb921e029d51e423847398a5ba15a7529a73638c))
59
+
60
+
61
+ ### Bug Fixes
62
+
63
+ * **mobile:** bugfix token routing,update CryptoAssetId to account for SIP-9 ([e8080fc](https://github.com/leather-io/mono/commit/e8080fc5cc705a3245109c3c33b2a9394696007a))
64
+
39
65
  ## [0.45.0](https://github.com/leather-io/mono/compare/@leather.io/models-v0.44.1...@leather.io/models-v0.45.0) (2025-10-16)
40
66
 
41
67