@leather.io/bitcoin 0.14.0 → 0.14.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/bitcoin@0.14.0 build /home/runner/work/mono/mono/packages/bitcoin
2
+ > @leather.io/bitcoin@0.14.2 build /home/runner/work/mono/mono/packages/bitcoin
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,7 +10,7 @@ CLI Target: es2022
10
10
  ESM Build start
11
11
  ESM dist/index.js 22.02 KB
12
12
  ESM dist/index.js.map 43.35 KB
13
- ESM ⚡️ Build success in 37ms
13
+ ESM ⚡️ Build success in 52ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 3847ms
15
+ DTS ⚡️ Build success in 3917ms
16
16
  DTS dist/index.d.ts 15.31 KB
package/CHANGELOG.md CHANGED
@@ -226,6 +226,28 @@
226
226
  * @leather.io/crypto bumped to 1.6.3
227
227
  * @leather.io/utils bumped to 0.16.3
228
228
 
229
+ ### Dependencies
230
+
231
+ * The following workspace dependencies were updated
232
+ * dependencies
233
+ * @leather.io/constants bumped to 0.12.4
234
+ * @leather.io/crypto bumped to 1.6.5
235
+ * @leather.io/models bumped to 0.18.1
236
+ * @leather.io/utils bumped to 0.16.5
237
+ * devDependencies
238
+ * @leather.io/rpc bumped to 2.1.12
239
+
240
+ ### Dependencies
241
+
242
+ * The following workspace dependencies were updated
243
+ * dependencies
244
+ * @leather.io/constants bumped to 0.12.5
245
+ * @leather.io/crypto bumped to 1.6.6
246
+ * @leather.io/models bumped to 0.18.2
247
+ * @leather.io/utils bumped to 0.16.6
248
+ * devDependencies
249
+ * @leather.io/rpc bumped to 2.1.13
250
+
229
251
  ## [0.14.0](https://github.com/leather-io/mono/compare/@leather.io/bitcoin-v0.13.3...@leather.io/bitcoin-v0.14.0) (2024-10-17)
230
252
 
231
253
 
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.14.0",
5
+ "version": "0.14.2",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",
8
8
  "repository": {
@@ -30,10 +30,10 @@
30
30
  "ecpair": "2.1.0",
31
31
  "just-memoize": "2.2.0",
32
32
  "varuint-bitcoin": "1.1.2",
33
- "@leather.io/constants": "0.12.3",
34
- "@leather.io/crypto": "1.6.4",
35
- "@leather.io/utils": "0.16.4",
36
- "@leather.io/models": "0.18.0"
33
+ "@leather.io/constants": "0.12.5",
34
+ "@leather.io/crypto": "1.6.6",
35
+ "@leather.io/models": "0.18.2",
36
+ "@leather.io/utils": "0.16.6"
37
37
  },
38
38
  "devDependencies": {
39
39
  "eslint": "8.53.0",
@@ -43,7 +43,7 @@
43
43
  "typescript": "5.5.4",
44
44
  "vitest": "2.0.5",
45
45
  "@leather.io/eslint-config": "0.7.0",
46
- "@leather.io/rpc": "2.1.11",
46
+ "@leather.io/rpc": "2.1.13",
47
47
  "@leather.io/prettier-config": "0.6.0",
48
48
  "@leather.io/tsconfig-config": "0.6.0"
49
49
  },