@sphereon/ssi-sdk-ext.jwt-service 0.36.1-feature.SSISDK.82.and.SSISDK.70.37 → 0.36.1-next.11
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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +13 -13
- package/plugin.schema.json +2 -2
- package/src/functions/index.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -4573,9 +4573,9 @@ var require_plugin_schema = __commonJS({
|
|
|
4573
4573
|
description: "Represents an endpoint of a Service entry in a DID document."
|
|
4574
4574
|
},
|
|
4575
4575
|
DidDocumentJwks: {
|
|
4576
|
-
$ref: '#/components/schemas/Record<Exclude<DIDDocumentSection,("publicKey"|"service")>,def-interface-st_index.d.ts-
|
|
4576
|
+
$ref: '#/components/schemas/Record<Exclude<DIDDocumentSection,("publicKey"|"service")>,def-interface-st_index.d.ts-36152-36877-st_index.d.ts-0-63876[]>'
|
|
4577
4577
|
},
|
|
4578
|
-
'Record<Exclude<DIDDocumentSection,("publicKey"|"service")>,def-interface-st_index.d.ts-
|
|
4578
|
+
'Record<Exclude<DIDDocumentSection,("publicKey"|"service")>,def-interface-st_index.d.ts-36152-36877-st_index.d.ts-0-63876[]>': {
|
|
4579
4579
|
type: "object",
|
|
4580
4580
|
properties: {
|
|
4581
4581
|
verificationMethod: {
|
|
@@ -6402,7 +6402,7 @@ var checkAndUpdateJwsHeader = /* @__PURE__ */ __name(async ({ mode = "auto", ide
|
|
|
6402
6402
|
}, "checkAndUpdateJwsHeader");
|
|
6403
6403
|
var checkAndUpdateX5cHeader = /* @__PURE__ */ __name(async ({ header, identifier, noIdentifierInHeader = false }, context) => {
|
|
6404
6404
|
const { x5c } = header;
|
|
6405
|
-
if (x5c
|
|
6405
|
+
if (x5c) {
|
|
6406
6406
|
const x5cIdentifier = await context.agent.identifierManagedGetByX5c({
|
|
6407
6407
|
identifier: x5c
|
|
6408
6408
|
});
|