@sphereon/ssi-sdk.kms-rest-client 0.34.1-feature.SSISDK.82.and.SSISDK.70.345 → 0.34.1-feature.SSISDK.82.and.SSISDK.70.346

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk.kms-rest-client",
3
3
  "description": "contains the client side to call REST endpoints of a KMS server",
4
- "version": "0.34.1-feature.SSISDK.82.and.SSISDK.70.345+e5abbf1a",
4
+ "version": "0.34.1-feature.SSISDK.82.and.SSISDK.70.346+6bddc62b",
5
5
  "source": "src/index.ts",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
@@ -28,7 +28,7 @@
28
28
  "generate-plugin-schema": "tsx ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
29
29
  },
30
30
  "dependencies": {
31
- "@sphereon/ssi-types": "0.34.1-feature.SSISDK.82.and.SSISDK.70.345+e5abbf1a",
31
+ "@sphereon/ssi-types": "0.34.1-feature.SSISDK.82.and.SSISDK.70.346+6bddc62b",
32
32
  "cross-fetch": "^3.1.8"
33
33
  },
34
34
  "devDependencies": {
@@ -56,5 +56,5 @@
56
56
  "KMS",
57
57
  "REST"
58
58
  ],
59
- "gitHead": "e5abbf1a0404fbc2aeb350a248183f70598ffbc0"
59
+ "gitHead": "6bddc62b9e6c51c49ed95336ac485cde68ca8df0"
60
60
  }
@@ -169,7 +169,7 @@ export class KmsRestClient implements IAgentPlugin {
169
169
  /** {@inheritDoc IKmsRestClient.kmsCreateRawSignature} */
170
170
  private async kmsClientCreateRawSignature(args: KmsClientCreateRawSignatureArgs): Promise<CreateRawSignatureResponse> {
171
171
  const baseUrl = this.assertedAgentBaseUrl(args.baseUrl)
172
- const url = KmsRestClient.urlWithBase(`/signatures/raw`, baseUrl)
172
+ const url = KmsRestClient.urlWithBase(`/signatures/raw/create`, baseUrl)
173
173
 
174
174
  const body = {
175
175
  keyInfo: args.keyInfo,