@celo/wallet-hsm-azure 7.0.0 → 7.0.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.
- package/CHANGELOG.md +23 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,28 @@
|
|
1
1
|
# @celo/wallet-hsm-azure
|
2
2
|
|
3
|
+
## 7.0.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#558](https://github.com/celo-org/developer-tooling/pull/558) [`f11a069`](https://github.com/celo-org/developer-tooling/commit/f11a069b152cb34c18f12b6535f4b217a631079d) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Fix incorrect repo link in package.json
|
8
|
+
|
9
|
+
- Updated dependencies [[`f11a069`](https://github.com/celo-org/developer-tooling/commit/f11a069b152cb34c18f12b6535f4b217a631079d)]:
|
10
|
+
- @celo/base@7.0.2
|
11
|
+
- @celo/wallet-remote@7.0.1
|
12
|
+
- @celo/wallet-base@7.0.1
|
13
|
+
- @celo/wallet-hsm@7.0.1
|
14
|
+
- @celo/connect@6.1.2
|
15
|
+
- @celo/utils@8.0.2
|
16
|
+
|
17
|
+
## 7.0.1-beta.0
|
18
|
+
|
19
|
+
### Patch Changes
|
20
|
+
|
21
|
+
- Updated dependencies []:
|
22
|
+
- @celo/wallet-base@7.0.1-beta.0
|
23
|
+
- @celo/wallet-hsm@7.0.1-beta.0
|
24
|
+
- @celo/wallet-remote@7.0.1-beta.0
|
25
|
+
|
3
26
|
## 7.0.0
|
4
27
|
|
5
28
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@celo/wallet-hsm-azure",
|
3
|
-
"version": "7.0.
|
3
|
+
"version": "7.0.1",
|
4
4
|
"description": "Azure HSM wallet implementation",
|
5
5
|
"author": "Celo",
|
6
6
|
"license": "Apache-2.0",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
9
|
-
"url": "git+https
|
9
|
+
"url": "git+https://github.com/celo-org/developer-tooling.git",
|
10
10
|
"directory": "packages/sdk/wallets/"
|
11
11
|
},
|
12
12
|
"homepage": "https://docs.celo.org",
|
@@ -29,12 +29,12 @@
|
|
29
29
|
"@azure/identity": "^4.0.1",
|
30
30
|
"@azure/keyvault-keys": "^4.7.2",
|
31
31
|
"@azure/keyvault-secrets": "^4.7.0",
|
32
|
-
"@celo/base": "^7.0.
|
33
|
-
"@celo/connect": "^6.1.
|
34
|
-
"@celo/utils": "^8.0.
|
35
|
-
"@celo/wallet-base": "^7.0.
|
36
|
-
"@celo/wallet-hsm": "^7.0.
|
37
|
-
"@celo/wallet-remote": "^7.0.
|
32
|
+
"@celo/base": "^7.0.2",
|
33
|
+
"@celo/connect": "^6.1.2",
|
34
|
+
"@celo/utils": "^8.0.2",
|
35
|
+
"@celo/wallet-base": "^7.0.1",
|
36
|
+
"@celo/wallet-hsm": "^7.0.1",
|
37
|
+
"@celo/wallet-remote": "^7.0.1",
|
38
38
|
"@ethereumjs/util": "8.0.5",
|
39
39
|
"@types/secp256k1": "^4.0.0",
|
40
40
|
"bignumber.js": "^9.0.0",
|