@leather.io/utils 0.49.7 → 0.49.9
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 +19 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @leather.io/utils@0.49.
|
|
2
|
+
> @leather.io/utils@0.49.9 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.11 kB
|
|
15
|
-
[32m✔[39m Build complete in [
|
|
15
|
+
[32m✔[39m Build complete in [32m3038ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -368,6 +368,25 @@
|
|
|
368
368
|
* devDependencies
|
|
369
369
|
* @leather.io/prettier-config bumped to 0.9.0
|
|
370
370
|
|
|
371
|
+
## [0.49.9](https://github.com/leather-io/mono/compare/@leather.io/utils-v0.49.8...@leather.io/utils-v0.49.9) (2026-02-09)
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
### Dependencies
|
|
375
|
+
|
|
376
|
+
* The following workspace dependencies were updated
|
|
377
|
+
* dependencies
|
|
378
|
+
* @leather.io/constants bumped to 0.30.1
|
|
379
|
+
* @leather.io/models bumped to 0.53.0
|
|
380
|
+
|
|
381
|
+
## [0.49.8](https://github.com/leather-io/mono/compare/@leather.io/utils-v0.49.7...@leather.io/utils-v0.49.8) (2026-01-23)
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Dependencies
|
|
385
|
+
|
|
386
|
+
* The following workspace dependencies were updated
|
|
387
|
+
* devDependencies
|
|
388
|
+
* @leather.io/test-config bumped to 0.1.3
|
|
389
|
+
|
|
371
390
|
## [0.49.7](https://github.com/leather-io/mono/compare/@leather.io/utils-v0.49.6...@leather.io/utils-v0.49.7) (2026-01-21)
|
|
372
391
|
|
|
373
392
|
|
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.9",
|
|
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/
|
|
23
|
-
"@leather.io/
|
|
22
|
+
"@leather.io/models": "0.53.0",
|
|
23
|
+
"@leather.io/constants": "0.30.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/dompurify": "3.0.5",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"typescript": "5.9.3",
|
|
30
30
|
"vitest": "2.1.9",
|
|
31
31
|
"@leather.io/prettier-config": "0.9.0",
|
|
32
|
-
"@leather.io/test-config": "0.1.
|
|
32
|
+
"@leather.io/test-config": "0.1.3",
|
|
33
33
|
"@leather.io/tsconfig-config": "0.11.1"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|