@leather.io/utils 0.49.3 → 0.49.4
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 +2 -2
- package/CHANGELOG.md +10 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @leather.io/utils@0.49.
|
|
2
|
+
> @leather.io/utils@0.49.4 build /home/runner/work/mono/mono/packages/utils
|
|
3
3
|
> tsdown
|
|
4
4
|
|
|
5
5
|
[34mℹ[39m tsdown [2mv0.16.5[22m powered by rolldown [2mv1.0.0-beta.50[22m
|
|
@@ -12,4 +12,4 @@
|
|
|
12
12
|
[34mℹ[39m [2mdist/[22mindex.d.ts.map [2m 7.47 kB[22m [2m│ gzip: 3.01 kB[22m
|
|
13
13
|
[34mℹ[39m [2mdist/[22m[32m[1mindex.d.ts[22m[39m [2m 16.43 kB[22m [2m│ gzip: 4.35 kB[22m
|
|
14
14
|
[34mℹ[39m 4 files, total: 219.43 kB
|
|
15
|
-
[32m✔[39m Build complete in [
|
|
15
|
+
[32m✔[39m Build complete in [32m3054ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -368,6 +368,16 @@
|
|
|
368
368
|
* devDependencies
|
|
369
369
|
* @leather.io/prettier-config bumped to 0.9.0
|
|
370
370
|
|
|
371
|
+
## [0.49.4](https://github.com/leather-io/mono/compare/@leather.io/utils-v0.49.3...@leather.io/utils-v0.49.4) (2025-12-09)
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
### Dependencies
|
|
375
|
+
|
|
376
|
+
* The following workspace dependencies were updated
|
|
377
|
+
* dependencies
|
|
378
|
+
* @leather.io/constants bumped to 0.28.4
|
|
379
|
+
* @leather.io/models bumped to 0.51.0
|
|
380
|
+
|
|
371
381
|
## [0.49.3](https://github.com/leather-io/mono/compare/@leather.io/utils-v0.49.2...@leather.io/utils-v0.49.3) (2025-12-08)
|
|
372
382
|
|
|
373
383
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@leather.io/utils",
|
|
3
3
|
"author": "Leather.io contact@leather.io",
|
|
4
4
|
"description": "Shared bitcoin utilities",
|
|
5
|
-
"version": "0.49.
|
|
5
|
+
"version": "0.49.4",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils",
|
|
8
8
|
"repository": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"bignumber.js": "9.1.2",
|
|
21
21
|
"dompurify": "3.2.4",
|
|
22
|
-
"@leather.io/constants": "0.28.
|
|
23
|
-
"@leather.io/models": "0.
|
|
22
|
+
"@leather.io/constants": "0.28.4",
|
|
23
|
+
"@leather.io/models": "0.51.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/dompurify": "3.0.5",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"tsdown": "0.16.5",
|
|
29
29
|
"typescript": "5.9.3",
|
|
30
30
|
"vitest": "2.1.9",
|
|
31
|
-
"@leather.io/test-config": "0.1.2",
|
|
32
31
|
"@leather.io/tsconfig-config": "0.11.1",
|
|
33
|
-
"@leather.io/prettier-config": "0.9.0"
|
|
32
|
+
"@leather.io/prettier-config": "0.9.0",
|
|
33
|
+
"@leather.io/test-config": "0.1.2"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"leather",
|