@leather.io/utils 0.44.0 → 0.44.1
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 +7 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @leather.io/utils@0.44.
|
|
2
|
+
> @leather.io/utils@0.44.1 build /home/runner/work/mono/mono/packages/utils
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
[32mESM[39m [1mdist/index.js.map [22m[32m137.40 KB[39m
|
|
13
13
|
[32mESM[39m ⚡️ Build success in 32ms
|
|
14
14
|
[34mDTS[39m Build start
|
|
15
|
-
[32mDTS[39m ⚡️ Build success in
|
|
15
|
+
[32mDTS[39m ⚡️ Build success in 1847ms
|
|
16
16
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m14.39 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -332,6 +332,13 @@
|
|
|
332
332
|
* @leather.io/constants bumped to 0.25.1
|
|
333
333
|
* @leather.io/models bumped to 0.39.1
|
|
334
334
|
|
|
335
|
+
### Dependencies
|
|
336
|
+
|
|
337
|
+
* The following workspace dependencies were updated
|
|
338
|
+
* dependencies
|
|
339
|
+
* @leather.io/constants bumped to 0.25.3
|
|
340
|
+
* @leather.io/models bumped to 0.41.0
|
|
341
|
+
|
|
335
342
|
## [0.44.0](https://github.com/leather-io/mono/compare/@leather.io/utils-v0.43.0...@leather.io/utils-v0.44.0) (2025-08-27)
|
|
336
343
|
|
|
337
344
|
|
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.44.
|
|
5
|
+
"version": "0.44.1",
|
|
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/constants": "0.25.3",
|
|
23
|
+
"@leather.io/models": "0.41.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/dompurify": "3.0.5",
|