@sphereon/ssi-sdk.kms-rest-client 0.34.1-feature.SSISDK.70.integrate.digidentity.307 → 0.34.1-feature.SSISDK.70.integrate.digidentity.308
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
|
@@ -3513,7 +3513,8 @@ var KmsRestClient = class _KmsRestClient {
|
|
|
3513
3513
|
const body = {
|
|
3514
3514
|
alg: args.alg,
|
|
3515
3515
|
keyOperations: args.keyOperations,
|
|
3516
|
-
use: args.use
|
|
3516
|
+
use: args.use,
|
|
3517
|
+
alias: args.alias
|
|
3517
3518
|
};
|
|
3518
3519
|
const response = await fetch(url, {
|
|
3519
3520
|
method: "POST",
|