@leather.io/bitcoin 0.10.4 → 0.11.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @leather.io/bitcoin@0.10.4 build /home/runner/work/mono/mono/packages/bitcoin
2
+ > @leather.io/bitcoin@0.11.1 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 18.68 KB
12
12
  ESM dist/index.js.map 34.67 KB
13
- ESM ⚡️ Build success in 48ms
13
+ ESM ⚡️ Build success in 35ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 3570ms
15
+ DTS ⚡️ Build success in 3511ms
16
16
  DTS dist/index.d.ts 11.40 KB
package/CHANGELOG.md CHANGED
@@ -156,6 +156,44 @@
156
156
  * @leather.io/crypto bumped to 1.3.0
157
157
  * @leather.io/utils bumped to 0.12.0
158
158
 
159
+ ### Dependencies
160
+
161
+ * The following workspace dependencies were updated
162
+ * dependencies
163
+ * @leather.io/constants bumped to 0.9.1
164
+ * @leather.io/crypto bumped to 1.4.1
165
+ * @leather.io/models bumped to 0.12.1
166
+ * @leather.io/utils bumped to 0.13.1
167
+ * devDependencies
168
+ * @leather.io/eslint-config bumped to 0.7.0
169
+ * @leather.io/rpc bumped to 2.1.5
170
+
171
+ ## [0.11.0](https://github.com/leather-io/mono/compare/@leather.io/bitcoin-v0.10.4...@leather.io/bitcoin-v0.11.0) (2024-08-15)
172
+
173
+
174
+ ### Features
175
+
176
+ * upgrade pkgs ([c091981](https://github.com/leather-io/mono/commit/c09198150ed429989d920d6350ad43d0ff4cfe5c))
177
+
178
+
179
+ ### Bug Fixes
180
+
181
+ * husky for commitlint only ([ce93a4b](https://github.com/leather-io/mono/commit/ce93a4bc95fbb5128288558ffbeebfccfded38ef))
182
+
183
+
184
+ ### Dependencies
185
+
186
+ * The following workspace dependencies were updated
187
+ * dependencies
188
+ * @leather.io/constants bumped to 0.9.0
189
+ * @leather.io/crypto bumped to 1.4.0
190
+ * @leather.io/models bumped to 0.12.0
191
+ * @leather.io/utils bumped to 0.13.0
192
+ * devDependencies
193
+ * @leather.io/prettier-config bumped to 0.6.0
194
+ * @leather.io/rpc bumped to 2.1.4
195
+ * @leather.io/tsconfig-config bumped to 0.6.0
196
+
159
197
  ## [0.10.4](https://github.com/leather-io/mono/compare/@leather.io/bitcoin-v0.10.3...@leather.io/bitcoin-v0.10.4) (2024-08-14)
160
198
 
161
199
 
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.10.4",
5
+ "version": "0.11.1",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",
8
8
  "repository": {
@@ -29,23 +29,23 @@
29
29
  "bitcoinjs-lib": "6.1.5",
30
30
  "ecpair": "2.1.0",
31
31
  "varuint-bitcoin": "1.1.2",
32
- "@leather.io/crypto": "1.3.1",
33
- "@leather.io/models": "0.11.1",
34
- "@leather.io/utils": "0.12.1",
35
- "@leather.io/constants": "0.8.3"
32
+ "@leather.io/constants": "0.9.1",
33
+ "@leather.io/crypto": "1.4.1",
34
+ "@leather.io/models": "0.12.1",
35
+ "@leather.io/utils": "0.13.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@vitest/coverage-istanbul": "0.34.6",
39
39
  "eslint": "8.53.0",
40
- "prettier": "3.3.0",
40
+ "prettier": "3.3.3",
41
41
  "tslib": "2.6.2",
42
42
  "tsup": "8.1.0",
43
- "typescript": "5.4.5",
44
- "vitest": "2.0.3",
45
- "@leather.io/eslint-config": "0.6.1",
46
- "@leather.io/prettier-config": "0.5.0",
47
- "@leather.io/rpc": "2.1.3",
48
- "@leather.io/tsconfig-config": "0.5.1"
43
+ "typescript": "5.5.4",
44
+ "vitest": "2.0.5",
45
+ "@leather.io/eslint-config": "0.7.0",
46
+ "@leather.io/prettier-config": "0.6.0",
47
+ "@leather.io/rpc": "2.1.5",
48
+ "@leather.io/tsconfig-config": "0.6.0"
49
49
  },
50
50
  "keywords": [
51
51
  "bitcoin",