@leather.io/models 0.35.0 → 0.37.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 +3 -3
- package/CHANGELOG.md +28 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @leather.io/models@0.
|
|
2
|
+
> @leather.io/models@0.37.0 build /home/runner/work/mono/mono/packages/models
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
[34mESM[39m Build start
|
|
11
11
|
[32mESM[39m [1mdist/index.js [22m[32m10.75 KB[39m
|
|
12
12
|
[32mESM[39m [1mdist/index.js.map [22m[32m23.48 KB[39m
|
|
13
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 43ms
|
|
14
14
|
[34mDTS[39m Build start
|
|
15
|
-
[32mDTS[39m ⚡️ Build success in
|
|
15
|
+
[32mDTS[39m ⚡️ Build success in 3548ms
|
|
16
16
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m27.96 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,34 @@
|
|
|
30
30
|
* devDependencies
|
|
31
31
|
* @leather.io/tsconfig-config bumped to 0.8.0
|
|
32
32
|
|
|
33
|
+
## [0.37.0](https://github.com/leather-io/mono/compare/@leather.io/models-v0.36.0...@leather.io/models-v0.37.0) (2025-06-09)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* run me ([1286e77](https://github.com/leather-io/mono/commit/1286e774e6a7a5572537207e25059c4a9e62a022))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Dependencies
|
|
42
|
+
|
|
43
|
+
* The following workspace dependencies were updated
|
|
44
|
+
* devDependencies
|
|
45
|
+
* @leather.io/prettier-config bumped to 0.7.0
|
|
46
|
+
* @leather.io/tsconfig-config bumped to 0.9.0
|
|
47
|
+
|
|
48
|
+
## [0.36.0](https://github.com/leather-io/mono/compare/@leather.io/models-v0.35.0...@leather.io/models-v0.36.0) (2025-06-07)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Features
|
|
52
|
+
|
|
53
|
+
* add pooling duration component ([9b09b26](https://github.com/leather-io/mono/commit/9b09b26defdcf5335eb8e1f10323e30498034ce7))
|
|
54
|
+
* collectibles service ([5a1cd63](https://github.com/leather-io/mono/commit/5a1cd635dca5c34cfa1baff4185296dcc440288a))
|
|
55
|
+
* enhance utxo model ([b23fdd5](https://github.com/leather-io/mono/commit/b23fdd5eef83c923ce36ef99a1164071e2b6f035))
|
|
56
|
+
* expo sdk 53 ([476c547](https://github.com/leather-io/mono/commit/476c5476b73b03d8e008d9ed04594aa53d7bd97e))
|
|
57
|
+
* stack in a pool form part 1 ([35e4ee9](https://github.com/leather-io/mono/commit/35e4ee939212196980e80c5f088f0a9cb48f3f32))
|
|
58
|
+
* support all currencies as market data base ([90f26c6](https://github.com/leather-io/mono/commit/90f26c60bdb36851180d707ad52e14002d8a9942))
|
|
59
|
+
* support btc in conversion unit ([3cf019a](https://github.com/leather-io/mono/commit/3cf019a17c4e6a9497cccbe646614fa2e8868c5e))
|
|
60
|
+
|
|
33
61
|
## [0.35.0](https://github.com/leather-io/mono/compare/@leather.io/models-v0.34.0...@leather.io/models-v0.35.0) (2025-06-06)
|
|
34
62
|
|
|
35
63
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@leather.io/models",
|
|
3
3
|
"author": "Leather.io contact@leather.io",
|
|
4
4
|
"description": "Leather models and types",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.37.0",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/models",
|
|
8
8
|
"repository": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"prettier": "3.5.1",
|
|
25
25
|
"tsup": "8.4.0",
|
|
26
26
|
"typescript": "5.8.3",
|
|
27
|
-
"@leather.io/prettier-config": "0.
|
|
28
|
-
"@leather.io/tsconfig-config": "0.
|
|
27
|
+
"@leather.io/prettier-config": "0.7.0",
|
|
28
|
+
"@leather.io/tsconfig-config": "0.9.0"
|
|
29
29
|
},
|
|
30
30
|
"keywords": [
|
|
31
31
|
"leather",
|