@sphereon/ssi-sdk.credential-store 0.33.1-feature.vcdm2.tsup.50 → 0.33.1-feature.vcdm2.tsup.52
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 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
- package/src/index.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -1993,7 +1993,7 @@ var CredentialStore = class {
|
|
|
1993
1993
|
};
|
|
1994
1994
|
|
|
1995
1995
|
// src/index.ts
|
|
1996
|
-
import { CredentialRole, CredentialStateType, CredentialCorrelationType, CredentialDocumentFormat, DocumentType as DocumentType3
|
|
1996
|
+
import { CredentialRole, CredentialStateType, CredentialCorrelationType, CredentialDocumentFormat, DocumentType as DocumentType3 } from "@sphereon/ssi-sdk.data-store";
|
|
1997
1997
|
|
|
1998
1998
|
// src/types/ICredentialStore.ts
|
|
1999
1999
|
import { contextHasPlugin } from "@sphereon/ssi-sdk.agent-config";
|
|
@@ -2011,9 +2011,7 @@ export {
|
|
|
2011
2011
|
CredentialRole,
|
|
2012
2012
|
CredentialStateType,
|
|
2013
2013
|
CredentialStore,
|
|
2014
|
-
DigitalCredential,
|
|
2015
2014
|
DocumentType3 as DocumentType,
|
|
2016
|
-
FindDigitalCredentialArgs,
|
|
2017
2015
|
contextHasCredentialStore,
|
|
2018
2016
|
credentialIdOrHashFilter,
|
|
2019
2017
|
credentialStoreMethods,
|