@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 CHANGED
@@ -3844,7 +3844,8 @@ var KmsRestClient = class _KmsRestClient {
3844
3844
  const body = {
3845
3845
  alg: args.alg,
3846
3846
  keyOperations: args.keyOperations,
3847
- use: args.use
3847
+ use: args.use,
3848
+ alias: args.alias
3848
3849
  };
3849
3850
  const response = await (0, import_cross_fetch.fetch)(url, {
3850
3851
  method: "POST",