@bitgo-beta/sdk-api 1.10.1-beta.9 → 1.10.1-beta.91

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,60 @@
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.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.11.3...@bitgo/sdk-api@1.13.0) (2023-08-04)
7
+
8
+ ### Features
9
+
10
+ - **unspents:** fix unspents module setup ([687f4c3](https://github.com/BitGo/BitGoJS/commit/687f4c3c29885b1e5b5bf9d79782d265937d6f1d)), closes [#3651](https://github.com/BitGo/BitGoJS/issues/3651)
11
+
12
+ # [1.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.11.3...@bitgo/sdk-api@1.12.0) (2023-07-28)
13
+
14
+ ### Features
15
+
16
+ - **unspents:** fix unspents module setup ([687f4c3](https://github.com/BitGo/BitGoJS/commit/687f4c3c29885b1e5b5bf9d79782d265937d6f1d)), closes [#3651](https://github.com/BitGo/BitGoJS/issues/3651)
17
+
18
+ ## [1.11.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.11.2...@bitgo/sdk-api@1.11.3) (2023-07-18)
19
+
20
+ **Note:** Version bump only for package @bitgo/sdk-api
21
+
22
+ ## [1.11.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.11.1...@bitgo/sdk-api@1.11.2) (2023-06-21)
23
+
24
+ **Note:** Version bump only for package @bitgo/sdk-api
25
+
26
+ ## [1.11.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.11.0...@bitgo/sdk-api@1.11.1) (2023-06-14)
27
+
28
+ **Note:** Version bump only for package @bitgo/sdk-api
29
+
30
+ # [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.10.6...@bitgo/sdk-api@1.11.0) (2023-06-13)
31
+
32
+ ### Features
33
+
34
+ - **sdk-api:** add snowtrace api token support in BitgoAPI ([3f9efd8](https://github.com/BitGo/BitGoJS/commit/3f9efd88638b1d72fd63becd7f6173166ede59a9))
35
+
36
+ ## [1.10.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.10.5...@bitgo/sdk-api@1.10.6) (2023-06-07)
37
+
38
+ **Note:** Version bump only for package @bitgo/sdk-api
39
+
40
+ ## [1.10.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.10.4...@bitgo/sdk-api@1.10.5) (2023-06-05)
41
+
42
+ **Note:** Version bump only for package @bitgo/sdk-api
43
+
44
+ ## [1.10.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.10.3...@bitgo/sdk-api@1.10.4) (2023-05-25)
45
+
46
+ **Note:** Version bump only for package @bitgo/sdk-api
47
+
48
+ ## [1.10.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.10.2...@bitgo/sdk-api@1.10.3) (2023-05-17)
49
+
50
+ **Note:** Version bump only for package @bitgo/sdk-api
51
+
52
+ ## [1.10.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.10.1...@bitgo/sdk-api@1.10.2) (2023-05-10)
53
+
54
+ **Note:** Version bump only for package @bitgo/sdk-api
55
+
56
+ ## [1.10.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.10.0...@bitgo/sdk-api@1.10.1) (2023-05-03)
57
+
58
+ **Note:** Version bump only for package @bitgo/sdk-api
59
+
6
60
  # [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
61
 
8
62
  ### 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.9",
3
+ "version": "1.10.1-beta.91",
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.9",
54
- "@bitgo-beta/sjcl": "1.0.2-beta.245",
55
- "@bitgo-beta/unspents": "0.13.2-beta.9",
56
- "@bitgo-beta/utxo-lib": "8.0.3-beta.9",
53
+ "@bitgo-beta/sdk-core": "8.2.1-beta.91",
54
+ "@bitgo-beta/sjcl": "1.0.2-beta.328",
55
+ "@bitgo-beta/unspents": "0.13.2-beta.91",
56
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.91",
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": "c877cc34b3b38aea6e2a17c1047a3d92bb1c910d"
71
+ "gitHead": "36e711281ae3cc569c6e7a5b9ff1a9a9e594cc61"
72
72
  }