@sphereon/ssi-sdk.siopv2-oid4vp-op-auth 0.34.1-feature.SSISDK.62.219 → 0.34.1-feature.SSISDK.62.225
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.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +19 -19
- package/src/agent/DidAuthSiopOpAuthenticator.ts +1 -1
- package/src/machine/Siopv2Machine.ts +1 -1
- package/src/services/Siopv2MachineService.ts +3 -3
- package/src/session/OID4VP.ts +183 -184
- package/src/types/IDidAuthSiopOpAuthenticator.ts +1 -1
- package/src/types/machine/index.ts +1 -1
- package/src/types/siop-service/index.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -424,7 +424,7 @@ var plugin_schema_default = {
|
|
|
424
424
|
|
|
425
425
|
// src/agent/DidAuthSiopOpAuthenticator.ts
|
|
426
426
|
var import_did_auth_siop4 = require("@sphereon/did-auth-siop");
|
|
427
|
-
var import_ssi_sdk7 = require("@sphereon/ssi-sdk.data-store");
|
|
427
|
+
var import_ssi_sdk7 = require("@sphereon/ssi-sdk.data-store-types");
|
|
428
428
|
var import_ssi_types7 = require("@sphereon/ssi-types");
|
|
429
429
|
var import_uuid2 = require("uuid");
|
|
430
430
|
|
|
@@ -1344,12 +1344,12 @@ var Siopv2Machine = class {
|
|
|
1344
1344
|
};
|
|
1345
1345
|
|
|
1346
1346
|
// src/services/Siopv2MachineService.ts
|
|
1347
|
-
var import_utils = require("@sphereon/pex/dist/main/lib/utils");
|
|
1347
|
+
var import_utils = require("@sphereon/pex/dist/main/lib/utils/index.js");
|
|
1348
1348
|
var import_ssi_sdk_ext3 = require("@sphereon/ssi-sdk-ext.did-utils");
|
|
1349
1349
|
var import_ssi_sdk_ext4 = require("@sphereon/ssi-sdk-ext.identifier-resolution");
|
|
1350
1350
|
var import_ssi_sdk3 = require("@sphereon/ssi-sdk.core");
|
|
1351
1351
|
var import_ssi_sdk4 = require("@sphereon/ssi-sdk.credential-store");
|
|
1352
|
-
var import_ssi_sdk5 = require("@sphereon/ssi-sdk.data-store");
|
|
1352
|
+
var import_ssi_sdk5 = require("@sphereon/ssi-sdk.data-store-types");
|
|
1353
1353
|
var import_ssi_sdk6 = require("@sphereon/ssi-sdk.sd-jwt");
|
|
1354
1354
|
var import_ssi_types6 = require("@sphereon/ssi-types");
|
|
1355
1355
|
var import_dcql = require("dcql");
|