Skip to content

Commit

Permalink
fixup! SDK-3370: Cache v2 of inrupt VC context
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Oct 22, 2024
1 parent 5664aa6 commit 686f2e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parser/contexts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
//
import VC from "./vc";
import Inrupt from "./inrupt";
import InruptV2 from "./inrupt-v2";
import vc from "./inrupt-vc";
import integrity from "./data-integrity";
import ed25519 from "./ed25519-2020";
Expand All @@ -29,6 +30,7 @@ import statusList from "./status-list";
const contextDefinitions = {
"https://www.w3.org/2018/credentials/v1": VC,
"https://schema.inrupt.com/credentials/v1.jsonld": Inrupt,
"https://schema.inrupt.com/credentials/v2.jsonld": InruptV2,
} as const;

export const cachedContexts = {
Expand Down

0 comments on commit 686f2e6

Please sign in to comment.