@bitgo/sdk-api 1.0.1-rc.3 → 1.0.3

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,14 +3,6 @@
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.0.1-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.0.1-rc.2...@bitgo/sdk-api@1.0.1-rc.3) (2022-05-12)
7
-
8
- **Note:** Version bump only for package @bitgo/sdk-api
9
-
10
-
11
-
12
-
13
-
14
6
  ## [1.0.1-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.0.1-rc.0...@bitgo/sdk-api@1.0.1-rc.1) (2022-04-19)
15
7
 
16
8
  **Note:** Version bump only for package @bitgo/sdk-api
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-api",
3
- "version": "1.0.1-rc.3",
3
+ "version": "1.0.3",
4
4
  "description": "REST wrapper for BitGoJS",
5
5
  "main": "./dist/src/index.js",
6
6
  "web": "./dist/web/main.js",
@@ -46,7 +46,7 @@
46
46
  "dependencies": {
47
47
  "@bitgo/sdk-core": "^1.0.1",
48
48
  "@bitgo/sjcl": "^1.0.1",
49
- "@bitgo/utxo-lib": "^2.3.0-rc.2",
49
+ "@bitgo/utxo-lib": "^2.4.0",
50
50
  "@types/superagent": "4.1.15",
51
51
  "bip32": "^2.0.6",
52
52
  "bitcoinjs-message": "^2.0.0",
@@ -67,5 +67,5 @@
67
67
  "webpack": "5.66.0",
68
68
  "webpack-cli": "4.9.1"
69
69
  },
70
- "gitHead": "c68407e8da43530d05560dae7a0f0cf07405ce56"
70
+ "gitHead": "80b6d48981c901a8984920c00599bb2c020356f5"
71
71
  }
@@ -877,7 +877,7 @@
877
877
  "affectsGlobalScope": false
878
878
  },
879
879
  "../package.json": {
880
- "version": "134e9f995781c5c5fd0cc1ff2de575eeb654eb0517655f113adac308a80c1124",
880
+ "version": "0eaddf33ae5c3608dbf0a02f9a3a3cdcb50d2746fc48addda512d7fdac85677b",
881
881
  "affectsGlobalScope": true
882
882
  },
883
883
  "../src/encrypt.ts": {