@sphereon/ssi-sdk.wellknown-did-issuer 0.34.1-fix.226 → 0.34.1-fix.247
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 +8 -7
- package/src/agent/WellKnownDidIssuer.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -3712,7 +3712,7 @@ import { CredentialMapper, parseDid } from "@sphereon/ssi-types";
|
|
|
3712
3712
|
import { ServiceTypesEnum, WellKnownDidIssuer as Issuer } from "@sphereon/wellknown-dids-client";
|
|
3713
3713
|
import { normalizeCredential } from "did-jwt-vc";
|
|
3714
3714
|
import { v4 as uuidv4 } from "uuid";
|
|
3715
|
-
import { RegulationType } from "@sphereon/ssi-sdk.data-store";
|
|
3715
|
+
import { RegulationType } from "@sphereon/ssi-sdk.data-store-types";
|
|
3716
3716
|
var WellKnownDidIssuer = class {
|
|
3717
3717
|
static {
|
|
3718
3718
|
__name(this, "WellKnownDidIssuer");
|