@celo/wallet-hsm-azure 6.0.3 → 6.0.4-beta.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +34 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,19 +1,48 @@
1
1
  # @celo/wallet-hsm-azure
2
2
 
3
- ## 6.0.3
3
+ ## 6.0.3-beta.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51)]:
8
- - @celo/wallet-base@6.0.3
9
- - @celo/wallet-hsm@6.0.3
10
- - @celo/wallet-remote@6.0.3
7
+ - [#434](https://github.com/celo-org/developer-tooling/pull/434) [`c4b9c6d`](https://github.com/celo-org/developer-tooling/commit/c4b9c6d60bf938950007a67df4e7c8ec35066fb3) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Force patch bump wallets to deal with version conflict
8
+
9
+ - Updated dependencies [[`c4b9c6d`](https://github.com/celo-org/developer-tooling/commit/c4b9c6d60bf938950007a67df4e7c8ec35066fb3), [`fb08485`](https://github.com/celo-org/developer-tooling/commit/fb08485ae337e796a442b781632ae2123c4f4444)]:
10
+ - @celo/wallet-remote@6.0.3-beta.1
11
+ - @celo/wallet-base@6.0.3-beta.1
12
+ - @celo/wallet-hsm@6.0.3-beta.1
13
+ - @celo/connect@6.1.0-beta.1
14
+
15
+ ## 6.0.2-beta.2
11
16
 
12
17
  ## 6.0.2
13
18
 
14
19
  ### Patch Changes
15
20
 
16
21
  - Updated dependencies []:
22
+ - @celo/wallet-base@6.0.2-beta.2
23
+ - @celo/wallet-hsm@6.0.2-beta.2
24
+ - @celo/wallet-remote@6.0.2-beta.2
25
+
26
+ ## 6.0.2-beta.1
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [[`d988d31`](https://github.com/celo-org/developer-tooling/commit/d988d317582daed57bf05a4c4d9d087e5e732f0d)]:
31
+ - @celo/wallet-base@6.0.2-beta.1
32
+ - @celo/wallet-hsm@6.0.2-beta.1
33
+ - @celo/wallet-remote@6.0.2-beta.1
34
+
35
+ ## 6.0.2-beta.0
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [[`4ef76eb`](https://github.com/celo-org/developer-tooling/commit/4ef76eb174454f60304080d0ef63a859cd8d931b)]:
40
+ - @celo/base@7.0.0-beta.0
41
+ - @celo/utils@8.0.0-beta.0
42
+ - @celo/connect@6.0.3-beta.0
43
+ - @celo/wallet-base@6.0.2-beta.0
44
+ - @celo/wallet-hsm@6.0.2-beta.0
45
+ - @celo/wallet-remote@6.0.2-beta.0
17
46
  - @celo/wallet-base@6.0.2
18
47
  - @celo/wallet-hsm@6.0.2
19
48
  - @celo/wallet-remote@6.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@celo/wallet-hsm-azure",
3
- "version": "6.0.3",
3
+ "version": "6.0.4-beta.0",
4
4
  "description": "Azure HSM wallet implementation",
5
5
  "author": "Celo",
6
6
  "license": "Apache-2.0",
@@ -25,12 +25,12 @@
25
25
  "@azure/identity": "^4.0.1",
26
26
  "@azure/keyvault-keys": "^4.7.2",
27
27
  "@azure/keyvault-secrets": "^4.7.0",
28
- "@celo/base": "^6.1.0",
29
- "@celo/connect": "^6.0.1",
30
- "@celo/utils": "^7.0.0",
31
- "@celo/wallet-base": "^6.0.3",
32
- "@celo/wallet-hsm": "^6.0.3",
33
- "@celo/wallet-remote": "^6.0.3",
28
+ "@celo/base": "^7.0.0-beta.0",
29
+ "@celo/connect": "^6.1.0-beta.1",
30
+ "@celo/utils": "^8.0.0-beta.0",
31
+ "@celo/wallet-base": "^6.0.4-beta.0",
32
+ "@celo/wallet-hsm": "^6.0.4-beta.0",
33
+ "@celo/wallet-remote": "^6.0.4-beta.0",
34
34
  "@ethereumjs/util": "8.0.5",
35
35
  "@types/secp256k1": "^4.0.0",
36
36
  "bignumber.js": "^9.0.0",