@leather.io/utils 0.35.0 → 0.35.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 +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @leather.io/utils@0.35.
|
|
2
|
+
> @leather.io/utils@0.35.1 build /home/runner/work/mono/mono/packages/utils
|
|
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[32m44.51 KB[39m
|
|
12
12
|
[32mESM[39m [1mdist/index.js.map [22m[32m85.81 KB[39m
|
|
13
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 26ms
|
|
14
14
|
[34mDTS[39m Build start
|
|
15
15
|
[32mDTS[39m ⚡️ Build success in 1579ms
|
|
16
16
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m12.48 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -311,6 +311,13 @@
|
|
|
311
311
|
* dependencies
|
|
312
312
|
* @leather.io/constants bumped to 0.20.1
|
|
313
313
|
|
|
314
|
+
### Dependencies
|
|
315
|
+
|
|
316
|
+
* The following workspace dependencies were updated
|
|
317
|
+
* dependencies
|
|
318
|
+
* @leather.io/constants bumped to 0.20.4
|
|
319
|
+
* @leather.io/models bumped to 0.33.0
|
|
320
|
+
|
|
314
321
|
## [0.35.0](https://github.com/leather-io/mono/compare/@leather.io/utils-v0.34.1...@leather.io/utils-v0.35.0) (2025-05-28)
|
|
315
322
|
|
|
316
323
|
|
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.35.
|
|
5
|
+
"version": "0.35.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/constants": "0.20.
|
|
23
|
-
"@leather.io/models": "0.
|
|
22
|
+
"@leather.io/constants": "0.20.4",
|
|
23
|
+
"@leather.io/models": "0.33.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/dompurify": "3.0.5",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"tsup": "8.4.0",
|
|
29
29
|
"typescript": "5.8.3",
|
|
30
30
|
"vitest": "2.1.9",
|
|
31
|
-
"@leather.io/
|
|
32
|
-
"@leather.io/
|
|
31
|
+
"@leather.io/prettier-config": "0.6.1",
|
|
32
|
+
"@leather.io/tsconfig-config": "0.8.0"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"leather",
|