@leather.io/utils 0.48.1 → 0.48.2

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @leather.io/utils@0.48.1 build /home/runner/work/mono/mono/packages/utils
2
+ > @leather.io/utils@0.48.2 build /home/runner/work/mono/mono/packages/utils
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,7 +10,7 @@
10
10
  ESM Build start
11
11
  ESM dist/index.js 73.26 KB
12
12
  ESM dist/index.js.map 138.80 KB
13
- ESM ⚡️ Build success in 31ms
13
+ ESM ⚡️ Build success in 38ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 2135ms
15
+ DTS ⚡️ Build success in 2195ms
16
16
  DTS dist/index.d.ts 14.75 KB
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.48.2](https://github.com/leather-io/mono/compare/@leather.io/utils-v0.48.1...@leather.io/utils-v0.48.2) (2025-11-14)
372
+
373
+
374
+ ### Dependencies
375
+
376
+ * The following workspace dependencies were updated
377
+ * dependencies
378
+ * @leather.io/constants bumped to 0.27.4
379
+ * @leather.io/models bumped to 0.47.0
380
+
371
381
  ## [0.48.1](https://github.com/leather-io/mono/compare/@leather.io/utils-v0.48.0...@leather.io/utils-v0.48.1) (2025-11-10)
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.48.1",
5
+ "version": "0.48.2",
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.27.3",
23
- "@leather.io/models": "0.46.0"
22
+ "@leather.io/constants": "0.27.4",
23
+ "@leather.io/models": "0.47.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/dompurify": "3.0.5",