@leather.io/bitcoin 0.35.5 → 0.35.7

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,16 +1,15 @@
1
1
 
2
- > @leather.io/bitcoin@0.35.5 build /home/runner/work/mono/mono/packages/bitcoin
3
- > tsup
2
+ > @leather.io/bitcoin@0.35.7 build /home/runner/work/mono/mono/packages/bitcoin
3
+ > tsdown
4
4
 
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.4.0
8
- CLI Using tsup config: /home/runner/work/mono/mono/packages/bitcoin/tsup.config.ts
9
- CLI Target: es2022
10
- ESM Build start
11
- ESM dist/index.js 58.71 KB
12
- ESM dist/index.js.map 116.35 KB
13
- ESM ⚡️ Build success in 115ms
14
- DTS Build start
15
- DTS ⚡️ Build success in 5764ms
16
- DTS dist/index.d.ts 28.88 KB
5
+ ℹ tsdown v0.16.5 powered by rolldown v1.0.0-beta.50
6
+ ℹ Using tsdown config: /home/runner/work/mono/mono/packages/bitcoin/tsdown.config.ts
7
+ ℹ entry: src/index.ts
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ dist/index.js  55.56 kB │ gzip: 13.15 kB
11
+ ℹ dist/index.js.map 112.77 kB │ gzip: 26.65 kB
12
+ ℹ dist/index.d.ts.map  10.24 kB │ gzip: 4.25 kB
13
+ ℹ dist/index.d.ts  30.61 kB │ gzip: 6.34 kB
14
+ ℹ 4 files, total: 209.18 kB
15
+ ✔ Build complete in 3764ms
package/CHANGELOG.md CHANGED
@@ -939,6 +939,47 @@
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.35.7](https://github.com/leather-io/mono/compare/@leather.io/bitcoin-v0.35.6...@leather.io/bitcoin-v0.35.7) (2025-12-08)
943
+
944
+
945
+ ### Bug Fixes
946
+
947
+ * eslint ([46a0d36](https://github.com/leather-io/mono/commit/46a0d36c64e57f5d609738a56b6b0ae6cdb3a03c))
948
+
949
+
950
+ ### Dependencies
951
+
952
+ * The following workspace dependencies were updated
953
+ * dependencies
954
+ * @leather.io/constants bumped to 0.28.3
955
+ * @leather.io/crypto bumped to 1.12.9
956
+ * @leather.io/models bumped to 0.50.2
957
+ * @leather.io/utils bumped to 0.49.3
958
+ * devDependencies
959
+ * @leather.io/rpc bumped to 2.21.3
960
+ * @leather.io/test-config bumped to 0.1.2
961
+
962
+ ## [0.35.6](https://github.com/leather-io/mono/compare/@leather.io/bitcoin-v0.35.5...@leather.io/bitcoin-v0.35.6) (2025-12-02)
963
+
964
+
965
+ ### Bug Fixes
966
+
967
+ * tsdown upgrade ([9bd347b](https://github.com/leather-io/mono/commit/9bd347b62e2deb9f7b65fa462b5fa281f4d106aa))
968
+
969
+
970
+ ### Dependencies
971
+
972
+ * The following workspace dependencies were updated
973
+ * dependencies
974
+ * @leather.io/constants bumped to 0.28.2
975
+ * @leather.io/crypto bumped to 1.12.8
976
+ * @leather.io/models bumped to 0.50.1
977
+ * @leather.io/utils bumped to 0.49.2
978
+ * devDependencies
979
+ * @leather.io/rpc bumped to 2.21.2
980
+ * @leather.io/test-config bumped to 0.1.1
981
+ * @leather.io/tsconfig-config bumped to 0.11.1
982
+
942
983
  ## [0.35.5](https://github.com/leather-io/mono/compare/@leather.io/bitcoin-v0.35.4...@leather.io/bitcoin-v0.35.5) (2025-11-26)
943
984
 
944
985