@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.349
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/agent/KmsRestClient.ts +1 -1
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.
|
|
4
|
+
"version": "0.34.1-feature.SSISDK.82.and.SSISDK.70.349+8423ec8c",
|
|
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.
|
|
31
|
+
"@sphereon/ssi-types": "0.34.1-feature.SSISDK.82.and.SSISDK.70.349+8423ec8c",
|
|
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": "
|
|
59
|
+
"gitHead": "8423ec8c4953d573753106202593191705c9ce23"
|
|
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,
|