@sphereon/ssi-sdk.kms-rest-client 0.34.1-feature.SSISDK.78.306 → 0.34.1-feature.SSISDK.82.linkedVP.326

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
@@ -4008,7 +4008,8 @@ var KmsRestClient = class _KmsRestClient {
4008
4008
  const body = {
4009
4009
  alg: args.alg,
4010
4010
  keyOperations: args.keyOperations,
4011
- use: args.use
4011
+ use: args.use,
4012
+ alias: args.alias
4012
4013
  };
4013
4014
  const response = await (0, import_cross_fetch.fetch)(url, {
4014
4015
  method: "POST",