@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.
- package/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +26 -0
- package/dist/index.d.ts +618 -337
- package/dist/index.js +328 -106
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/asset-id.model.ts +1 -0
- package/src/assets/asset.model.ts +1 -0
- package/src/assets/sip9-asset.model.ts +5 -0
- package/src/balance.model.ts +4 -5
- package/src/bitcoin.model.ts +4 -1
- package/src/bns.model.ts +2 -0
- package/src/fees/transaction-fees.model.ts +56 -0
- package/src/index.ts +23 -13
- package/src/inscription-mime-type.model.ts +0 -17
- package/src/market.model.ts +14 -0
- package/src/network/network.model.ts +10 -1
- package/src/settings.model.ts +5 -2
- package/src/transactions/bitcoin-transaction.model.ts +27 -1
- package/src/utxo.model.ts +7 -7
- package/src/yield/helpers/yield.helpers.ts +216 -0
- package/src/yield/providers/bitflow.model.ts +31 -0
- package/src/yield/providers/granite.model.ts +31 -0
- package/src/yield/providers/stacking-dao.model.ts +45 -0
- package/src/yield/providers/zest.model.ts +22 -0
- package/src/yield/yield-position.base.model.ts +12 -0
- package/src/yield/yield-position.model.ts +14 -0
- package/src/yield/yield-product.model.ts +43 -0
- package/src/yield/yield-provider.model.ts +16 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @leather.io/models@0.
|
|
2
|
+
> @leather.io/models@0.47.0 build /home/runner/work/mono/mono/packages/models
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
[34mCLI[39m Using tsup config: /home/runner/work/mono/mono/packages/models/tsup.config.ts
|
|
9
9
|
[34mCLI[39m Target: es2022
|
|
10
10
|
[34mESM[39m Build start
|
|
11
|
-
[32mESM[39m [1mdist/index.js [22m[
|
|
12
|
-
[32mESM[39m [1mdist/index.js.map [22m[
|
|
13
|
-
[32mESM[39m ⚡️ Build success in
|
|
11
|
+
[32mESM[39m [1mdist/index.js [22m[32m20.49 KB[39m
|
|
12
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m46.81 KB[39m
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 41ms
|
|
14
14
|
[34mDTS[39m Build start
|
|
15
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
15
|
+
[32mDTS[39m ⚡️ Build success in 2975ms
|
|
16
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m42.28 KB[39m
|
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
|
|