@celo/wallet-hsm-azure 5.1.2-contracts-11-pre.0 → 5.1.2

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 +22 -6
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @celo/wallet-hsm-azure
2
2
 
3
- ## 5.1.2-contracts-11-pre.0
3
+ ## 5.1.2
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,11 +10,27 @@
10
10
  - https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-secrets/CHANGELOG.md
11
11
  - https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-keys/CHANGELOG.md
12
12
  - Updated dependencies [[`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
13
- - @celo/utils@6.0.0-contracts-11-pre.0
14
- - @celo/connect@5.1.2-contracts-11-pre.0
15
- - @celo/wallet-base@5.1.2-contracts-11-pre.0
16
- - @celo/wallet-remote@5.1.2-contracts-11-pre.0
17
- - @celo/wallet-hsm@5.1.2-contracts-11-pre.0
13
+ - @celo/utils@6.0.0
14
+ - @celo/wallet-base@5.1.2
15
+ - @celo/wallet-hsm@5.1.2
16
+ - @celo/wallet-remote@5.1.2
17
+ - @celo/connect@5.1.2
18
+
19
+ ## 5.1.2-beta.0
20
+
21
+ ### Patch Changes
22
+
23
+ - [#94](https://github.com/celo-org/developer-tooling/pull/94) [`45d156d`](https://github.com/celo-org/developer-tooling/commit/45d156d03c03399bef51a00fe2b5cfb5e5669642) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump all @azure packages to latest versions. These includes several major bumps which should not affect use in this library. For More details
24
+ - https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/CHANGELOG.md
25
+ - https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/BREAKING_CHANGES.md
26
+ - https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-secrets/CHANGELOG.md
27
+ - https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-keys/CHANGELOG.md
28
+ - Updated dependencies [[`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
29
+ - @celo/utils@6.0.0-beta.0
30
+ - @celo/connect@5.1.2-beta.0
31
+ - @celo/wallet-base@5.1.2-beta.0
32
+ - @celo/wallet-remote@5.1.2-beta.0
33
+ - @celo/wallet-hsm@5.1.2-beta.0
18
34
 
19
35
  ## 5.1.1
20
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@celo/wallet-hsm-azure",
3
- "version": "5.1.2-contracts-11-pre.0",
3
+ "version": "5.1.2",
4
4
  "description": "Azure HSM wallet implementation",
5
5
  "author": "Celo",
6
6
  "license": "Apache-2.0",
@@ -26,11 +26,11 @@
26
26
  "@azure/keyvault-keys": "^4.7.2",
27
27
  "@azure/keyvault-secrets": "^4.7.0",
28
28
  "@celo/base": "^6.0.0",
29
- "@celo/connect": "^5.1.2-contracts-11-pre.0",
30
- "@celo/utils": "^6.0.0-contracts-11-pre.0",
31
- "@celo/wallet-base": "^5.1.2-contracts-11-pre.0",
32
- "@celo/wallet-hsm": "^5.1.2-contracts-11-pre.0",
33
- "@celo/wallet-remote": "^5.1.2-contracts-11-pre.0",
29
+ "@celo/connect": "^5.1.2",
30
+ "@celo/utils": "^6.0.0",
31
+ "@celo/wallet-base": "^5.1.2",
32
+ "@celo/wallet-hsm": "^5.1.2",
33
+ "@celo/wallet-remote": "^5.1.2",
34
34
  "@ethereumjs/util": "8.0.5",
35
35
  "@types/secp256k1": "^4.0.0",
36
36
  "bignumber.js": "^9.0.0",