@bitgo/abstract-utxo 1.1.0 → 1.1.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
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
+ ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.1.1-rc.1...@bitgo/abstract-utxo@1.1.1) (2022-07-21)
7
+
8
+ **Note:** Version bump only for package @bitgo/abstract-utxo
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.1.1-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.1.1-rc.0...@bitgo/abstract-utxo@1.1.1-rc.1) (2022-07-21)
15
+
16
+ **Note:** Version bump only for package @bitgo/abstract-utxo
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.1.1-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.1.0...@bitgo/abstract-utxo@1.1.1-rc.0) (2022-07-20)
23
+
24
+ **Note:** Version bump only for package @bitgo/abstract-utxo
25
+
26
+
27
+
28
+
29
+
6
30
  # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.1.0-rc.6...@bitgo/abstract-utxo@1.1.0) (2022-07-19)
7
31
 
8
32
  **Note:** Version bump only for package @bitgo/abstract-utxo
@@ -772,13 +772,13 @@
772
772
  "affectsGlobalScope": false
773
773
  },
774
774
  "../../statics/dist/src/networks.d.ts": {
775
- "version": "c1959612d3c9ad88e88b8be87acd96b8c92fbe503759807647de6c2e00eb76fa",
776
- "signature": "c1959612d3c9ad88e88b8be87acd96b8c92fbe503759807647de6c2e00eb76fa",
775
+ "version": "4c36958e50e09365994cc91fd27d0fb0d10a39dddd7f77a1dcddfdaa7c6b5fa9",
776
+ "signature": "4c36958e50e09365994cc91fd27d0fb0d10a39dddd7f77a1dcddfdaa7c6b5fa9",
777
777
  "affectsGlobalScope": false
778
778
  },
779
779
  "../../statics/dist/src/base.d.ts": {
780
- "version": "e3e4c101e8da33b4445b641beacf5423868c1a6e36838d3c7e84feed20866995",
781
- "signature": "e3e4c101e8da33b4445b641beacf5423868c1a6e36838d3c7e84feed20866995",
780
+ "version": "a30f4db4a32849b1cb82533e578aafd5f98a2466edddb00437a9982c39791a7e",
781
+ "signature": "a30f4db4a32849b1cb82533e578aafd5f98a2466edddb00437a9982c39791a7e",
782
782
  "affectsGlobalScope": false
783
783
  },
784
784
  "../../statics/dist/src/map.d.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/abstract-utxo",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "BitGo SDK coin library for UTXO base implementation",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -38,11 +38,11 @@
38
38
  ]
39
39
  },
40
40
  "dependencies": {
41
- "@bitgo/blockapis": "^1.0.1-rc.17",
42
- "@bitgo/sdk-api": "^1.1.0",
43
- "@bitgo/sdk-core": "^1.1.0",
44
- "@bitgo/unspents": "^0.8.0-rc.15",
45
- "@bitgo/utxo-lib": "^2.3.0-rc.11",
41
+ "@bitgo/blockapis": "^1.0.5",
42
+ "@bitgo/sdk-api": "^1.1.1",
43
+ "@bitgo/sdk-core": "^1.1.1",
44
+ "@bitgo/unspents": "^0.8.4",
45
+ "@bitgo/utxo-lib": "^2.4.1",
46
46
  "@types/bluebird": "^3.5.25",
47
47
  "@types/lodash": "^4.14.121",
48
48
  "bip32": "^2.0.6",
@@ -52,5 +52,5 @@
52
52
  "lodash": "^4.17.14",
53
53
  "superagent": "^3.8.3"
54
54
  },
55
- "gitHead": "4b6aef5e9171de8a7797e5fe868daa85e8db41c1"
55
+ "gitHead": "876591201b3a0ac5da8fc87e8dd29abc456ca424"
56
56
  }