@celo/wallet-hsm-azure 5.2.0-beta.0 → 6.0.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.
- package/CHANGELOG.md +28 -0
- package/README.md +1 -1
- package/package.json +13 -11
- package/typedoc.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,33 @@
|
|
1
1
|
# @celo/wallet-hsm-azure
|
2
2
|
|
3
|
+
## 6.0.0-beta.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#59](https://github.com/celo-org/developer-tooling/pull/59) [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - CHANGE - Update the code to match @celo/wallet-base changes
|
8
|
+
|
9
|
+
- Updated dependencies [[`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`182bf73`](https://github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`7b93642`](https://github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`38b2631`](https://github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`66972eb`](https://github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86)]:
|
10
|
+
- @celo/wallet-base@6.0.0-beta.0
|
11
|
+
- @celo/utils@7.0.0-beta.0
|
12
|
+
- @celo/connect@6.0.0-beta.0
|
13
|
+
- @celo/base@6.1.0-beta.0
|
14
|
+
- @celo/wallet-hsm@6.0.0-beta.0
|
15
|
+
- @celo/wallet-remote@6.0.0-beta.0
|
16
|
+
|
17
|
+
## 5.2.0
|
18
|
+
|
19
|
+
### Patch Changes
|
20
|
+
|
21
|
+
- [#200](https://github.com/celo-org/developer-tooling/pull/200) [`6e3372f`](https://github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Bump web3-\* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same version
|
22
|
+
|
23
|
+
- Updated dependencies [[`6e3372f`](https://github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01), [`6e3372f`](https://github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01), [`6e3372f`](https://github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01), [`6e3372f`](https://github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01), [`6e3372f`](https://github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01)]:
|
24
|
+
- @celo/wallet-remote@5.2.0
|
25
|
+
- @celo/wallet-base@5.2.0
|
26
|
+
- @celo/wallet-hsm@5.2.0
|
27
|
+
- @celo/connect@5.3.0
|
28
|
+
- @celo/utils@6.0.1
|
29
|
+
- @celo/base@6.0.1
|
30
|
+
|
3
31
|
## 5.2.0-beta.0
|
4
32
|
|
5
33
|
### Patch Changes
|
package/README.md
CHANGED
@@ -11,7 +11,7 @@ Please use GitHub to:
|
|
11
11
|
|
12
12
|
💬 [Ask a question](https://github.com/celo-org/developer-tooling/discussions)
|
13
13
|
|
14
|
-
✨ [Suggest a feature](
|
14
|
+
✨ [Suggest a feature](https://github.com/celo-org/developer-tooling/issues/new/choose)
|
15
15
|
|
16
16
|
🧑💻 [Contribute!](/CONTRIBUTING.md)
|
17
17
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@celo/wallet-hsm-azure",
|
3
|
-
"version": "
|
3
|
+
"version": "6.0.0-beta.0",
|
4
4
|
"description": "Azure HSM wallet implementation",
|
5
5
|
"author": "Celo",
|
6
6
|
"license": "Apache-2.0",
|
@@ -25,22 +25,24 @@
|
|
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
|
29
|
-
"@celo/connect": "^
|
30
|
-
"@celo/utils": "^
|
31
|
-
"@celo/wallet-base": "^
|
32
|
-
"@celo/wallet-hsm": "^
|
33
|
-
"@celo/wallet-remote": "^
|
28
|
+
"@celo/base": "^6.1.0-beta.0",
|
29
|
+
"@celo/connect": "^6.0.0-beta.0",
|
30
|
+
"@celo/utils": "^7.0.0-beta.0",
|
31
|
+
"@celo/wallet-base": "^6.0.0-beta.0",
|
32
|
+
"@celo/wallet-hsm": "^6.0.0-beta.0",
|
33
|
+
"@celo/wallet-remote": "^6.0.0-beta.0",
|
34
34
|
"@ethereumjs/util": "8.0.5",
|
35
35
|
"@types/secp256k1": "^4.0.0",
|
36
36
|
"bignumber.js": "^9.0.0",
|
37
|
-
"debug": "^4.1.1"
|
38
|
-
"eth-lib": "^0.2.8",
|
39
|
-
"secp256k1": "^4.0.0"
|
37
|
+
"debug": "^4.1.1"
|
40
38
|
},
|
41
39
|
"devDependencies": {
|
40
|
+
"@celo/typescript": "workspace:^",
|
41
|
+
"@noble/ciphers": "0.4.1",
|
42
|
+
"@noble/curves": "1.3.0",
|
43
|
+
"@noble/hashes": "1.3.3",
|
44
|
+
"@types/debug": "^4.1.12",
|
42
45
|
"dotenv": "^8.2.0",
|
43
|
-
"elliptic": "^6.5.4",
|
44
46
|
"web3": "1.10.4"
|
45
47
|
},
|
46
48
|
"engines": {
|
package/typedoc.json
CHANGED