@owf/eudi-sca 0.2.0 → 0.3.0-alpha-20260508181749
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 +0 -6
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -482,12 +482,6 @@ const matchValueTypeToValue = (valueType, value) => {
|
|
|
482
482
|
}
|
|
483
483
|
};
|
|
484
484
|
//#endregion
|
|
485
|
-
Object.defineProperty(exports, "Hasher", {
|
|
486
|
-
enumerable: true,
|
|
487
|
-
get: function() {
|
|
488
|
-
return _owf_identity_common.Hasher;
|
|
489
|
-
}
|
|
490
|
-
});
|
|
491
485
|
exports.ValueType = ValueType;
|
|
492
486
|
Object.defineProperty(exports, "base64url", {
|
|
493
487
|
enumerable: true,
|
package/dist/index.d.cts
CHANGED
|
@@ -194,5 +194,5 @@ type PayloadWithDisplayInfo = Record<string, {
|
|
|
194
194
|
}>;
|
|
195
195
|
declare const matchTransactionDataToTransactionDataType: (transactionData: Array<string>, credentialMetadata: Record<string, unknown>, preferredLocale?: string) => Record<string, PayloadWithDisplayInfo>;
|
|
196
196
|
//#endregion
|
|
197
|
-
export { type CredentialMetadata, type CredentialMetadataDisplay, Hasher, type PayloadWithDisplayInfo, type TransactionData, ValueType, base64url, createKbJwt, createMdocDeviceResponse, fetchCredentialMetadata, matchTransactionDataToTransactionDataType, parseCredentialMetadata, parseCredentialMetadataUri };
|
|
197
|
+
export { type CredentialMetadata, type CredentialMetadataDisplay, type Hasher, type PayloadWithDisplayInfo, type TransactionData, ValueType, base64url, createKbJwt, createMdocDeviceResponse, fetchCredentialMetadata, matchTransactionDataToTransactionDataType, parseCredentialMetadata, parseCredentialMetadataUri };
|
|
198
198
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.mts
CHANGED
|
@@ -194,5 +194,5 @@ type PayloadWithDisplayInfo = Record<string, {
|
|
|
194
194
|
}>;
|
|
195
195
|
declare const matchTransactionDataToTransactionDataType: (transactionData: Array<string>, credentialMetadata: Record<string, unknown>, preferredLocale?: string) => Record<string, PayloadWithDisplayInfo>;
|
|
196
196
|
//#endregion
|
|
197
|
-
export { type CredentialMetadata, type CredentialMetadataDisplay, Hasher, type PayloadWithDisplayInfo, type TransactionData, ValueType, base64url, createKbJwt, createMdocDeviceResponse, fetchCredentialMetadata, matchTransactionDataToTransactionDataType, parseCredentialMetadata, parseCredentialMetadataUri };
|
|
197
|
+
export { type CredentialMetadata, type CredentialMetadataDisplay, type Hasher, type PayloadWithDisplayInfo, type TransactionData, ValueType, base64url, createKbJwt, createMdocDeviceResponse, fetchCredentialMetadata, matchTransactionDataToTransactionDataType, parseCredentialMetadata, parseCredentialMetadataUri };
|
|
198
198
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { base64url, base64url as base64url$1, bytesToString, decodeJwt } from "@owf/identity-common";
|
|
2
2
|
import { zCredentialIssuerMetadataSchema } from "@openid4vc/openid4vci";
|
|
3
3
|
import z$1, { z } from "zod";
|
|
4
4
|
import { DeviceSignedItems } from "@owf/mdoc";
|
|
@@ -458,6 +458,6 @@ const matchValueTypeToValue = (valueType, value) => {
|
|
|
458
458
|
}
|
|
459
459
|
};
|
|
460
460
|
//#endregion
|
|
461
|
-
export {
|
|
461
|
+
export { ValueType, base64url, createKbJwt, createMdocDeviceResponse, fetchCredentialMetadata, matchTransactionDataToTransactionDataType, parseCredentialMetadata, parseCredentialMetadataUri };
|
|
462
462
|
|
|
463
463
|
//# sourceMappingURL=index.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owf/eudi-sca",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0-alpha-20260508181749",
|
|
4
4
|
"description": "Tools and utilities for EUDI Strong Customer Authentication per TS12",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@openid4vc/openid4vci": "0.5.0-alpha-20260415063740",
|
|
38
38
|
"@openid4vc/openid4vp": "^0.4.6",
|
|
39
|
-
"@owf/crypto": "",
|
|
40
|
-
"@owf/identity-common": "",
|
|
39
|
+
"@owf/crypto": "0.3.0-alpha-20260508181749",
|
|
40
|
+
"@owf/identity-common": "0.3.0-alpha-20260508181749",
|
|
41
41
|
"@owf/mdoc": "^0.6.0",
|
|
42
42
|
"@sd-jwt/core": "^0.19.0",
|
|
43
43
|
"@sd-jwt/types": "^0.19.0",
|