@bitgo-beta/sdk-api 1.10.1-beta.8 → 1.10.1-beta.80

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,44 @@
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.11.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.11.1...@bitgo/sdk-api@1.11.2) (2023-06-21)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-api
9
+
10
+ ## [1.11.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.11.0...@bitgo/sdk-api@1.11.1) (2023-06-14)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-api
13
+
14
+ # [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.10.6...@bitgo/sdk-api@1.11.0) (2023-06-13)
15
+
16
+ ### Features
17
+
18
+ - **sdk-api:** add snowtrace api token support in BitgoAPI ([3f9efd8](https://github.com/BitGo/BitGoJS/commit/3f9efd88638b1d72fd63becd7f6173166ede59a9))
19
+
20
+ ## [1.10.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.10.5...@bitgo/sdk-api@1.10.6) (2023-06-07)
21
+
22
+ **Note:** Version bump only for package @bitgo/sdk-api
23
+
24
+ ## [1.10.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.10.4...@bitgo/sdk-api@1.10.5) (2023-06-05)
25
+
26
+ **Note:** Version bump only for package @bitgo/sdk-api
27
+
28
+ ## [1.10.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.10.3...@bitgo/sdk-api@1.10.4) (2023-05-25)
29
+
30
+ **Note:** Version bump only for package @bitgo/sdk-api
31
+
32
+ ## [1.10.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.10.2...@bitgo/sdk-api@1.10.3) (2023-05-17)
33
+
34
+ **Note:** Version bump only for package @bitgo/sdk-api
35
+
36
+ ## [1.10.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.10.1...@bitgo/sdk-api@1.10.2) (2023-05-10)
37
+
38
+ **Note:** Version bump only for package @bitgo/sdk-api
39
+
40
+ ## [1.10.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.10.0...@bitgo/sdk-api@1.10.1) (2023-05-03)
41
+
42
+ **Note:** Version bump only for package @bitgo/sdk-api
43
+
6
44
  # [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.9.12...@bitgo/sdk-api@1.10.0) (2023-04-25)
7
45
 
8
46
  ### Features
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-api",
3
- "version": "1.10.1-beta.8",
3
+ "version": "1.10.1-beta.80",
4
4
  "description": "REST wrapper for BitGoJS",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -50,10 +50,10 @@
50
50
  ]
51
51
  },
52
52
  "dependencies": {
53
- "@bitgo-beta/sdk-core": "8.2.1-beta.8",
54
- "@bitgo-beta/sjcl": "1.0.2-beta.244",
55
- "@bitgo-beta/unspents": "0.13.2-beta.8",
56
- "@bitgo-beta/utxo-lib": "8.0.3-beta.8",
53
+ "@bitgo-beta/sdk-core": "8.2.1-beta.80",
54
+ "@bitgo-beta/sjcl": "1.0.2-beta.317",
55
+ "@bitgo-beta/unspents": "0.13.2-beta.80",
56
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.80",
57
57
  "@types/superagent": "4.1.15",
58
58
  "bitcoinjs-message": "^2.0.0",
59
59
  "bluebird": "^3.5.3",
@@ -68,5 +68,5 @@
68
68
  "superagent": "3.8.3",
69
69
  "superagent-proxy": "3.0.0"
70
70
  },
71
- "gitHead": "668734b7706eeeaee090472d7a8c3250013abeaa"
71
+ "gitHead": "3bd9dd1efc2ab73d3fa9a723f18392573508c99c"
72
72
  }