{"version":3,"file":"index.mjs","names":["jsonld","jsonld.default","vc","vc.default"],"sources":["../../../../../src/modules/vc/data-integrity/libraries/index.ts"],"sourcesContent":["import * as jsonld from './jsonld'\nimport * as jsonldSignatures from './jsonld-signatures'\nimport * as vc from './vc'\n\n// Temporary re-export of vc libraries. As the libraries don't\n// have types, it's inconvenient to import them from non-core packages\n// as we would have to re-add the types. We re-export these libraries,\n// so they can be imported by other packages. In the future we should look\n// at proper types for these libraries so we don't have to re-export them.\nexport const vcLibraries = {\n  jsonldSignatures,\n  jsonld: {\n    ...jsonld,\n    ...jsonld.default,\n  },\n  vc: {\n    ...vc,\n    ...vc.default,\n  },\n}\n"],"mappings":";;;;;;;AASA,MAAa,cAAc;CACzB;CACA,QAAQ;EACN,GAAGA;EACH,GAAGC;EACJ;CACD,IAAI;EACF,GAAGC;EACH,GAAGC;EACJ;CACF"}