@celo/wallet-hsm-azure 5.1.3-contracts-11-post-audit.0 → 5.2.0-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 +29 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,14 +1,38 @@
1
1
  # @celo/wallet-hsm-azure
2
2
 
3
- ## 5.1.3-contracts-11-post-audit.0
3
+ ## 5.2.0-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#168](https://github.com/celo-org/developer-tooling/pull/168) [`c42682d`](https://github.com/celo-org/developer-tooling/commit/c42682d8a7e582f0adaa63c833a4c83a0a649f20) Thanks [@renovate](https://github.com/apps/renovate)! - Bump web3-\* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same version
8
+
9
+ - Updated dependencies [[`c42682d`](https://github.com/celo-org/developer-tooling/commit/c42682d8a7e582f0adaa63c833a4c83a0a649f20), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`5335af5`](https://github.com/celo-org/developer-tooling/commit/5335af5808a892c95245624e676cd1952a0cfb42), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160)]:
10
+ - @celo/wallet-remote@5.2.0-beta.0
11
+ - @celo/wallet-base@5.2.0-beta.0
12
+ - @celo/wallet-hsm@5.2.0-beta.0
13
+ - @celo/connect@5.3.0-beta.0
14
+ - @celo/utils@6.0.1-beta.0
15
+ - @celo/base@6.0.1-beta.0
16
+
17
+ ## 5.1.3
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56)]:
22
+ - @celo/connect@5.2.0
23
+ - @celo/wallet-base@5.1.3
24
+ - @celo/wallet-hsm@5.1.3
25
+ - @celo/wallet-remote@5.1.3
26
+
27
+ ## 5.1.3-beta.0
4
28
 
5
29
  ### Patch Changes
6
30
 
7
31
  - Updated dependencies [[`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56)]:
8
- - @celo/connect@5.2.0-contracts-11-post-audit.0
9
- - @celo/wallet-base@5.1.3-contracts-11-post-audit.0
10
- - @celo/wallet-remote@5.1.3-contracts-11-post-audit.0
11
- - @celo/wallet-hsm@5.1.3-contracts-11-post-audit.0
32
+ - @celo/connect@5.2.0-beta.0
33
+ - @celo/wallet-base@5.1.3-beta.0
34
+ - @celo/wallet-remote@5.1.3-beta.0
35
+ - @celo/wallet-hsm@5.1.3-beta.0
12
36
 
13
37
  ## 5.1.2
14
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@celo/wallet-hsm-azure",
3
- "version": "5.1.3-contracts-11-post-audit.0",
3
+ "version": "5.2.0-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.0.0",
29
- "@celo/connect": "^5.2.0-contracts-11-post-audit.0",
30
- "@celo/utils": "^6.0.0",
31
- "@celo/wallet-base": "^5.1.3-contracts-11-post-audit.0",
32
- "@celo/wallet-hsm": "^5.1.3-contracts-11-post-audit.0",
33
- "@celo/wallet-remote": "^5.1.3-contracts-11-post-audit.0",
28
+ "@celo/base": "^6.0.1-beta.0",
29
+ "@celo/connect": "^5.3.0-beta.0",
30
+ "@celo/utils": "^6.0.1-beta.0",
31
+ "@celo/wallet-base": "^5.2.0-beta.0",
32
+ "@celo/wallet-hsm": "^5.2.0-beta.0",
33
+ "@celo/wallet-remote": "^5.2.0-beta.0",
34
34
  "@ethereumjs/util": "8.0.5",
35
35
  "@types/secp256k1": "^4.0.0",
36
36
  "bignumber.js": "^9.0.0",
@@ -41,7 +41,7 @@
41
41
  "devDependencies": {
42
42
  "dotenv": "^8.2.0",
43
43
  "elliptic": "^6.5.4",
44
- "web3": "1.10.0"
44
+ "web3": "1.10.4"
45
45
  },
46
46
  "engines": {
47
47
  "node": ">=8.14.2"