@bitgo-beta/sdk-coin-btc 1.2.3-alpha.145 → 1.2.3-alpha.147

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btc@2.0.24...@bitgo/sdk-coin-btc@2.1.0) (2024-07-04)
7
+
8
+ ### Bug Fixes
9
+
10
+ - make public signet tests work with bitgo module ([fe32ae3](https://github.com/BitGo/BitGoJS/commit/fe32ae31241176762e608f1b43b0ab54976efe1c))
11
+
12
+ ### Features
13
+
14
+ - add btc public signet network and coin ([c26cc8d](https://github.com/BitGo/BitGoJS/commit/c26cc8d11c1e14777dd54dcb61b7af8ee2d5a4c6))
15
+
6
16
  ## [2.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btc@2.0.23...@bitgo/sdk-coin-btc@2.0.24) (2024-07-02)
7
17
 
8
18
  **Note:** Version bump only for package @bitgo/sdk-coin-btc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-btc",
3
- "version": "1.2.3-alpha.145",
3
+ "version": "1.2.3-alpha.147",
4
4
  "description": "BitGo SDK coin library for Bitcoin",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,14 +40,14 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-utxo": "1.6.1-alpha.146",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.146",
45
- "@bitgo-beta/utxo-lib": "4.0.1-alpha.146",
46
- "@bitgo-beta/utxo-ord": "1.1.3-alpha.101"
43
+ "@bitgo-beta/abstract-utxo": "1.6.1-alpha.148",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.148",
45
+ "@bitgo-beta/utxo-lib": "4.0.1-alpha.148",
46
+ "@bitgo-beta/utxo-ord": "1.1.3-alpha.103"
47
47
  },
48
48
  "devDependencies": {
49
- "@bitgo-beta/sdk-api": "1.6.1-alpha.146",
50
- "@bitgo-beta/sdk-test": "^8.0.29"
49
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.148",
50
+ "@bitgo-beta/sdk-test": "^8.0.30"
51
51
  },
52
- "gitHead": "2656af1a7ada5f3add8b022d3753758a474878ef"
52
+ "gitHead": "3eb6526abfd222dd21df53f5d1bdc50c662a9b46"
53
53
  }