@leather.io/bitcoin 0.37.1 → 0.37.3

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/bitcoin@0.37.1 build /home/runner/work/mono/mono/packages/bitcoin
2
+ > @leather.io/bitcoin@0.37.3 build /home/runner/work/mono/mono/packages/bitcoin
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.16.5 powered by rolldown v1.0.0-beta.50
@@ -12,4 +12,4 @@
12
12
  ℹ dist/index.d.ts.map  11.65 kB │ gzip: 4.75 kB
13
13
  ℹ dist/index.d.ts  33.54 kB │ gzip: 6.96 kB
14
14
  ℹ 4 files, total: 221.29 kB
15
- ✔ Build complete in 4248ms
15
+ ✔ Build complete in 4280ms
package/CHANGELOG.md CHANGED
@@ -939,6 +939,33 @@
939
939
  * @leather.io/prettier-config bumped to 0.9.0
940
940
  * @leather.io/rpc bumped to 2.20.17
941
941
 
942
+ ## [0.37.3](https://github.com/leather-io/mono/compare/@leather.io/bitcoin-v0.37.2...@leather.io/bitcoin-v0.37.3) (2026-03-05)
943
+
944
+
945
+ ### Dependencies
946
+
947
+ * The following workspace dependencies were updated
948
+ * dependencies
949
+ * @leather.io/constants bumped to 0.34.1
950
+ * @leather.io/crypto bumped to 1.12.20
951
+ * @leather.io/models bumped to 0.55.0
952
+ * @leather.io/utils bumped to 0.51.1
953
+ * devDependencies
954
+ * @leather.io/rpc bumped to 2.21.14
955
+
956
+ ## [0.37.2](https://github.com/leather-io/mono/compare/@leather.io/bitcoin-v0.37.1...@leather.io/bitcoin-v0.37.2) (2026-03-04)
957
+
958
+
959
+ ### Dependencies
960
+
961
+ * The following workspace dependencies were updated
962
+ * dependencies
963
+ * @leather.io/constants bumped to 0.34.0
964
+ * @leather.io/crypto bumped to 1.12.19
965
+ * @leather.io/utils bumped to 0.51.0
966
+ * devDependencies
967
+ * @leather.io/rpc bumped to 2.21.13
968
+
942
969
  ## [0.37.1](https://github.com/leather-io/mono/compare/@leather.io/bitcoin-v0.37.0...@leather.io/bitcoin-v0.37.1) (2026-03-04)
943
970
 
944
971
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@leather.io/bitcoin",
3
3
  "author": "Leather.io contact@leather.io",
4
4
  "description": "Shared bitcoin utilities",
5
- "version": "0.37.1",
5
+ "version": "0.37.3",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",
8
8
  "repository": {
@@ -32,10 +32,10 @@
32
32
  "just-memoize": "2.2.0",
33
33
  "varuint-bitcoin": "1.1.2",
34
34
  "zod": "4.0.17",
35
- "@leather.io/crypto": "1.12.18",
36
- "@leather.io/constants": "0.33.0",
37
- "@leather.io/models": "0.54.0",
38
- "@leather.io/utils": "0.50.1"
35
+ "@leather.io/constants": "0.34.1",
36
+ "@leather.io/models": "0.55.0",
37
+ "@leather.io/crypto": "1.12.20",
38
+ "@leather.io/utils": "0.51.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "prettier": "3.5.1",
@@ -44,7 +44,7 @@
44
44
  "typescript": "5.9.3",
45
45
  "vitest": "2.1.9",
46
46
  "@leather.io/prettier-config": "0.9.0",
47
- "@leather.io/rpc": "2.21.12",
47
+ "@leather.io/rpc": "2.21.14",
48
48
  "@leather.io/tsconfig-config": "0.11.1",
49
49
  "@leather.io/test-config": "0.1.3"
50
50
  },