@bitgo/sdk-api 1.1.0-rc.7 → 1.1.0-rc.8
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 +8 -0
- package/dist/package.json +3 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/main.js +1 -1
- package/package.json +3 -3
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.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.1.0-rc.7...@bitgo/sdk-api@1.1.0-rc.8) (2022-06-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/sdk-api
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.1.0-rc.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.1.0-rc.6...@bitgo/sdk-api@1.1.0-rc.7) (2022-06-02)
|
|
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
|
+
"version": "1.1.0-rc.8",
|
|
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": "
|
|
42
|
+
"@bitgo/sdk-core": "1.1.0-rc.5",
|
|
43
43
|
"@bitgo/sjcl": "^1.0.1-rc.3",
|
|
44
44
|
"@bitgo/utxo-lib": "^2.3.0-rc.5",
|
|
45
45
|
"@types/superagent": "4.1.15",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"webpack": "5.66.0",
|
|
64
64
|
"webpack-cli": "4.9.1"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "e61c4a2218e3ae42187aeb234d4a8781393c1966"
|
|
67
67
|
}
|
|
@@ -1417,7 +1417,7 @@
|
|
|
1417
1417
|
"affectsGlobalScope": false
|
|
1418
1418
|
},
|
|
1419
1419
|
"../package.json": {
|
|
1420
|
-
"version": "
|
|
1420
|
+
"version": "8ccaf2837505d19aa082d0bff1f41bc31eea589502a1ef4f6a2bd684379c03b5",
|
|
1421
1421
|
"affectsGlobalScope": true
|
|
1422
1422
|
},
|
|
1423
1423
|
"../src/encrypt.ts": {
|