poi-plugin-quest-info-2 0.12.2 → 0.12.3

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.
@@ -334,10 +334,10 @@
334
334
  352,
335
335
  358,
336
336
  360,
337
+ 361,
337
338
  364,
338
339
  365,
339
340
  366,
340
- 370,
341
341
  401,
342
342
  405,
343
343
  406,
@@ -520,6 +520,7 @@
520
520
  898,
521
521
  901,
522
522
  902,
523
+ 910,
523
524
  911,
524
525
  913,
525
526
  915,
@@ -552,10 +553,6 @@
552
553
  957,
553
554
  958,
554
555
  961,
555
- 962,
556
- 963,
557
- 964,
558
- 965,
559
556
  966,
560
557
  967,
561
558
  968,
@@ -570,6 +567,7 @@
570
567
  982,
571
568
  983,
572
569
  989,
570
+ 990,
573
571
  992,
574
572
  993,
575
573
  994,
@@ -578,6 +576,7 @@
578
576
  997,
579
577
  998,
580
578
  1001,
579
+ 1003,
581
580
  1101,
582
581
  1102,
583
582
  1106,
@@ -591,6 +590,8 @@
591
590
  1116,
592
591
  1117,
593
592
  1118,
593
+ 1121,
594
+ 1122,
594
595
  1127,
595
596
  1128,
596
597
  1129,
@@ -598,6 +599,7 @@
598
599
  1131,
599
600
  1132,
600
601
  1133,
601
- 1134
602
+ 1134,
603
+ 1135
602
604
  ]
603
605
  }
@@ -248,7 +248,6 @@
248
248
  "C75": 365,
249
249
  "C76": 366,
250
250
  "Cy11": 368,
251
- "2311C2": 370,
252
251
  "D1": 401,
253
252
  "Dd1": 402,
254
253
  "Dd2": 403,
@@ -532,10 +531,6 @@
532
531
  "B172": 957,
533
532
  "B173": 958,
534
533
  "B174": 961,
535
- "2311B6": 962,
536
- "2311B7": 963,
537
- "2311B8": 964,
538
- "2311B9": 965,
539
534
  "B175": 966,
540
535
  "B176": 967,
541
536
  "B177": 968,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poi-plugin-quest-info-2",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "private": false,
5
5
  "description": "show quest info",
6
6
  "homepage": "https://github.com/lawvs/poi-plugin-quest-2/",
@@ -421,10 +421,6 @@ exports[`questHelper should 101 locked quests match snapshot 1`] = `
421
421
  "949": true,
422
422
  "958": true,
423
423
  "961": true,
424
- "962": true,
425
- "963": true,
426
- "964": true,
427
- "965": true,
428
424
  "966": true,
429
425
  "967": true,
430
426
  "968": true,
@@ -1,7 +1,7 @@
1
1
  import { version, QuestData } from '../../build/kcanotifyGamedata'
2
2
 
3
3
  test('should Kcanotify Game data version correct', () => {
4
- expect(version).toMatchInlineSnapshot(`"2023121002"`)
4
+ expect(version).toMatchInlineSnapshot(`"2023122801"`)
5
5
  })
6
6
 
7
7
  test('should Kcanotify Game data keys correct', () => {
@@ -4,7 +4,7 @@ import newQuestData from '../../build/kcQuestsData/quests-scn-new.json'
4
4
  describe('should version correct', () => {
5
5
  test('should KcwikiQuestData Game data version correct', () => {
6
6
  expect(version).toMatchInlineSnapshot(
7
- `"5f441167d25695fe9ba0b81e9cf3d3725cc01e2f"`,
7
+ `"0a92ed4afb302d984c4456fa2878ab64942f2cad"`,
8
8
  )
9
9
  })
10
10
 
@@ -9,7 +9,7 @@ describe('should questCategory correct', () => {
9
9
  expect(questCategory.monthlyQuest.length).toMatchInlineSnapshot(`11`)
10
10
  expect(questCategory.quarterlyQuest.length).toMatchInlineSnapshot(`27`)
11
11
  expect(questCategory.yearlyQuest.length).toMatchInlineSnapshot(`45`)
12
- expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`466`)
12
+ expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`468`)
13
13
  })
14
14
 
15
15
  test('snapshot', () => {