@celo/wallet-hsm-azure 5.1.0-beta.0 → 5.1.1-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 +27 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @celo/wallet-hsm-azure
2
2
 
3
+ ## 5.1.1-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [97d5ccf43]
8
+ - @celo/base@6.0.0-beta.0
9
+ - @celo/connect@5.1.1-beta.0
10
+ - @celo/utils@5.0.6-beta.0
11
+ - @celo/wallet-base@5.1.1-beta.0
12
+ - @celo/wallet-hsm@5.1.1-beta.0
13
+ - @celo/wallet-remote@5.1.1-beta.0
14
+
15
+ ## 5.1.0
16
+
17
+ ### Patch Changes
18
+
19
+ - 53bbd4958: Note celo sdk packages will no longer be fix bumped (ie will not share the same version always) and will now use ^range when depending on each other
20
+ - Updated dependencies [d48c68afc]
21
+ - Updated dependencies [53bbd4958]
22
+ - Updated dependencies [53bbd4958]
23
+ - @celo/connect@5.1.0
24
+ - @celo/wallet-remote@5.1.0
25
+ - @celo/wallet-base@5.1.0
26
+ - @celo/wallet-hsm@5.1.0
27
+ - @celo/utils@5.0.5
28
+ - @celo/base@5.0.5
29
+
3
30
  ## 5.1.0-beta.0
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@celo/wallet-hsm-azure",
3
- "version": "5.1.0-beta.0",
3
+ "version": "5.1.1-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": "^1.1.0",
26
26
  "@azure/keyvault-keys": "^4.1.0",
27
27
  "@azure/keyvault-secrets": "^4.1.0",
28
- "@celo/base": "^5.0.5-beta.0",
29
- "@celo/utils": "^5.0.5-beta.0",
30
- "@celo/wallet-base": "^5.1.0-beta.0",
31
- "@celo/wallet-remote": "^5.1.0-beta.0",
32
- "@celo/wallet-hsm": "^5.1.0-beta.0",
33
- "@celo/connect": "^5.1.0-beta.0",
28
+ "@celo/base": "^6.0.0-beta.0",
29
+ "@celo/utils": "^5.0.6-beta.0",
30
+ "@celo/wallet-base": "^5.1.1-beta.0",
31
+ "@celo/wallet-remote": "^5.1.1-beta.0",
32
+ "@celo/wallet-hsm": "^5.1.1-beta.0",
33
+ "@celo/connect": "^5.1.1-beta.0",
34
34
  "@types/secp256k1": "^4.0.0",
35
35
  "eth-lib": "^0.2.8",
36
36
  "@ethereumjs/util": "8.0.5",