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

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 +43 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,19 +1,57 @@
1
1
  # @celo/wallet-hsm-azure
2
2
 
3
- ## 6.0.3
3
+ ## 6.0.4-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
+ - Updated dependencies []:
8
+ - @celo/wallet-base@6.0.4-beta.1
9
+ - @celo/wallet-hsm@6.0.4-beta.1
10
+ - @celo/wallet-remote@6.0.4-beta.1
11
+
12
+ ## 6.0.3-beta.1
13
+
14
+ ### Patch Changes
15
+
16
+ - [#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
17
+
18
+ - Updated dependencies [[`c4b9c6d`](https://github.com/celo-org/developer-tooling/commit/c4b9c6d60bf938950007a67df4e7c8ec35066fb3), [`fb08485`](https://github.com/celo-org/developer-tooling/commit/fb08485ae337e796a442b781632ae2123c4f4444)]:
19
+ - @celo/wallet-remote@6.0.3-beta.1
20
+ - @celo/wallet-base@6.0.3-beta.1
21
+ - @celo/wallet-hsm@6.0.3-beta.1
22
+ - @celo/connect@6.1.0-beta.1
23
+
24
+ ## 6.0.2-beta.2
11
25
 
12
26
  ## 6.0.2
13
27
 
14
28
  ### Patch Changes
15
29
 
16
30
  - Updated dependencies []:
31
+ - @celo/wallet-base@6.0.2-beta.2
32
+ - @celo/wallet-hsm@6.0.2-beta.2
33
+ - @celo/wallet-remote@6.0.2-beta.2
34
+
35
+ ## 6.0.2-beta.1
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [[`d988d31`](https://github.com/celo-org/developer-tooling/commit/d988d317582daed57bf05a4c4d9d087e5e732f0d)]:
40
+ - @celo/wallet-base@6.0.2-beta.1
41
+ - @celo/wallet-hsm@6.0.2-beta.1
42
+ - @celo/wallet-remote@6.0.2-beta.1
43
+
44
+ ## 6.0.2-beta.0
45
+
46
+ ### Patch Changes
47
+
48
+ - Updated dependencies [[`4ef76eb`](https://github.com/celo-org/developer-tooling/commit/4ef76eb174454f60304080d0ef63a859cd8d931b)]:
49
+ - @celo/base@7.0.0-beta.0
50
+ - @celo/utils@8.0.0-beta.0
51
+ - @celo/connect@6.0.3-beta.0
52
+ - @celo/wallet-base@6.0.2-beta.0
53
+ - @celo/wallet-hsm@6.0.2-beta.0
54
+ - @celo/wallet-remote@6.0.2-beta.0
17
55
  - @celo/wallet-base@6.0.2
18
56
  - @celo/wallet-hsm@6.0.2
19
57
  - @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.1",
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.1",
32
+ "@celo/wallet-hsm": "^6.0.4-beta.1",
33
+ "@celo/wallet-remote": "^6.0.4-beta.1",
34
34
  "@ethereumjs/util": "8.0.5",
35
35
  "@types/secp256k1": "^4.0.0",
36
36
  "bignumber.js": "^9.0.0",