@sphereon/ssi-sdk.kms-rest-client 0.34.1-feature.SSISDK.78.306 → 0.34.1-feature.SSISDK.82.linkedVP.325
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/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/agent/KmsRestClient.ts +6 -7
package/dist/index.js
CHANGED
|
@@ -3677,7 +3677,8 @@ var KmsRestClient = class _KmsRestClient {
|
|
|
3677
3677
|
const body = {
|
|
3678
3678
|
alg: args.alg,
|
|
3679
3679
|
keyOperations: args.keyOperations,
|
|
3680
|
-
use: args.use
|
|
3680
|
+
use: args.use,
|
|
3681
|
+
alias: args.alias
|
|
3681
3682
|
};
|
|
3682
3683
|
const response = await fetch(url, {
|
|
3683
3684
|
method: "POST",
|