@bitgo/sdk-api 1.1.0-rc.3 → 1.1.0-rc.4

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,14 @@
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.0-rc.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.1.0-rc.3...@bitgo/sdk-api@1.1.0-rc.4) (2022-05-19)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-api
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.1.0-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.1.0-rc.2...@bitgo/sdk-api@1.1.0-rc.3) (2022-05-17)
7
15
 
8
16
  **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.1.0-rc.3",
3
+ "version": "1.1.0-rc.4",
4
4
  "description": "REST wrapper for BitGoJS",
5
5
  "main": "./dist/src/index.js",
6
6
  "web": "./dist/web/main.js",
@@ -39,7 +39,7 @@
39
39
  ]
40
40
  },
41
41
  "dependencies": {
42
- "@bitgo/sdk-core": "^1.1.0-rc.0",
42
+ "@bitgo/sdk-core": "^1.1.0-rc.1",
43
43
  "@bitgo/sjcl": "^1.0.1-rc.3",
44
44
  "@bitgo/utxo-lib": "^2.3.0-rc.4",
45
45
  "@types/superagent": "4.1.15",
@@ -62,5 +62,5 @@
62
62
  "webpack": "5.66.0",
63
63
  "webpack-cli": "4.9.1"
64
64
  },
65
- "gitHead": "36f1f7ba56e560de4501856292c79ad9a5db7720"
65
+ "gitHead": "cdcf3fc0462397a72edfbb7b4b3471bda45b98e6"
66
66
  }
@@ -1002,7 +1002,7 @@
1002
1002
  "affectsGlobalScope": false
1003
1003
  },
1004
1004
  "../package.json": {
1005
- "version": "afd8e229e6e0298a144687210ef50c71818d644331ac2501271ef260be87fb4d",
1005
+ "version": "beb5ad61ff365fbc7bb2da972d4288ef708321047e8a98cefa8edb946563f33a",
1006
1006
  "affectsGlobalScope": true
1007
1007
  },
1008
1008
  "../src/encrypt.ts": {