Skip to content

Commit

Permalink
chore: update quest data (2023-08-29) (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 4, 2023
1 parent 952e7ec commit 2edb4ad
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/bot-data-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'poi-plugin-quest-info-2': patch
---

Update quest data

10 changes: 10 additions & 0 deletions src/__tests__/__snapshots__/questHelper.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Object {
"1106": true,
"1109": true,
"111": true,
"1111": true,
"1113": true,
"1116": true,
"1117": true,
Expand Down Expand Up @@ -187,6 +188,7 @@ Object {
"327": true,
"328": true,
"330": true,
"331": true,
"337": true,
"339": true,
"342": true,
Expand All @@ -202,6 +204,7 @@ Object {
"362": true,
"364": true,
"365": true,
"366": true,
"368": true,
"401": true,
"402": true,
Expand Down Expand Up @@ -234,6 +237,7 @@ Object {
"439": true,
"440": true,
"442": true,
"443": true,
"444": true,
"445": true,
"610": true,
Expand Down Expand Up @@ -266,6 +270,7 @@ Object {
"641": true,
"642": true,
"643": true,
"644": true,
"645": true,
"646": true,
"647": true,
Expand Down Expand Up @@ -300,6 +305,7 @@ Object {
"688": true,
"689": true,
"690": true,
"695": true,
"696": true,
"698": true,
"704": true,
Expand Down Expand Up @@ -366,6 +372,7 @@ Object {
"886": true,
"887": true,
"888": true,
"889": true,
"890": true,
"891": true,
"892": true,
Expand All @@ -392,6 +399,7 @@ Object {
"928": true,
"929": true,
"930": true,
"931": true,
"933": true,
"934": true,
"935": true,
Expand All @@ -412,6 +420,7 @@ Object {
"970": true,
"973": true,
"974": true,
"975": true,
"976": true,
"977": true,
"978": true,
Expand All @@ -424,6 +433,7 @@ Object {
"994": true,
"995": true,
"996": true,
"998": true,
}
`;

Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/kcanotifyData.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { version, QuestData } from '../../build/kcanotifyGamedata'

test('should Kcanotify Game data version correct', () => {
expect(version).toMatchInlineSnapshot(`"2023080901"`)
expect(version).toMatchInlineSnapshot(`"2023082801"`)
})

test('should Kcanotify Game data keys correct', () => {
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/kcwikiData.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import newQuestData from '../../build/kcQuestsData/quests-scn-new.json'
describe('should version correct', () => {
test('should KcwikiQuestData Game data version correct', () => {
expect(version).toMatchInlineSnapshot(
`"7165ce3b25f4a85ec61e08b2bff933c2b56786b0"`
`"616d6de3edd416e1a620ac30e017b0c6b335e685"`
)
})

Expand Down

0 comments on commit 2edb4ad

Please sign in to comment.