Skip to content

Commit

Permalink
add v8 schema to schema mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ebshimizu committed Oct 13, 2023
1 parent 9a3916f commit 892cc09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/data/SCHEMA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import v4 from './schema/5emm-v4.json'
import v5 from './schema/5emm-v5.json'
import v6 from './schema/5emm-v6.json'
import v7 from './schema/5emm-v7.json'
import v8 from './schema/5emm-v8.json'

import spellsV1 from './schema/spells-v1.json'
import spellsV2 from './schema/spells-v2.json'
Expand All @@ -24,4 +25,5 @@ export const SCHEMA: Record<string, Schema> = {
'5': v5,
'6': v6,
'7': v7,
'8': v8,
}

0 comments on commit 892cc09

Please sign in to comment.