poi-plugin-quest-info-2 0.9.8 → 0.9.10

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.
@@ -123,7 +123,8 @@
123
123
  1103,
124
124
  1104,
125
125
  1105,
126
- 1107
126
+ 1107,
127
+ 1120
127
128
  ],
128
129
  "singleQuest": [
129
130
  101,
@@ -327,7 +328,8 @@
327
328
  352,
328
329
  356,
329
330
  358,
330
- 359,
331
+ 360,
332
+ 361,
331
333
  401,
332
334
  405,
333
335
  406,
@@ -436,6 +438,9 @@
436
438
  705,
437
439
  718,
438
440
  719,
441
+ 801,
442
+ 802,
443
+ 803,
439
444
  805,
440
445
  806,
441
446
  807,
@@ -515,6 +520,7 @@
515
520
  902,
516
521
  911,
517
522
  913,
523
+ 915,
518
524
  916,
519
525
  917,
520
526
  918,
@@ -557,10 +563,9 @@
557
563
  981,
558
564
  982,
559
565
  983,
560
- 984,
561
- 985,
562
- 986,
563
- 987,
566
+ 988,
567
+ 989,
568
+ 990,
564
569
  1101,
565
570
  1102,
566
571
  1106,
@@ -574,6 +579,7 @@
574
579
  1116,
575
580
  1117,
576
581
  1118,
577
- 1119
582
+ 1121,
583
+ 1122
578
584
  ]
579
585
  }
@@ -201,7 +201,7 @@
201
201
  "C7": 309,
202
202
  "C8": 311,
203
203
  "C9": 312,
204
- "C61": 313,
204
+ "C69": 313,
205
205
  "C71": 314,
206
206
  "C64": 315,
207
207
  "C13": 316,
@@ -242,6 +242,8 @@
242
242
  "C65": 356,
243
243
  "C66": 357,
244
244
  "C68": 358,
245
+ "C70": 360,
246
+ "2212C1": 361,
245
247
  "D1": 401,
246
248
  "D2": 402,
247
249
  "D3": 403,
@@ -396,6 +398,9 @@
396
398
  "G9": 717,
397
399
  "G10": 718,
398
400
  "G11": 719,
401
+ "2301B1": 801,
402
+ "2301B2": 802,
403
+ "2301B3": 803,
399
404
  "B58": 805,
400
405
  "B59": 806,
401
406
  "B60": 807,
@@ -539,6 +544,8 @@
539
544
  "B185": 981,
540
545
  "B186": 982,
541
546
  "B187": 983,
547
+ "B188": 989,
548
+ "2212B1": 990,
542
549
  "F96": 1101,
543
550
  "F97": 1102,
544
551
  "F98": 1103,
@@ -555,5 +562,8 @@
555
562
  "F109": 1115,
556
563
  "F110": 1116,
557
564
  "F111": 1117,
558
- "F112": 1118
565
+ "F112": 1118,
566
+ "F113": 1120,
567
+ "2212F1": 1121,
568
+ "2212F2": 1122
559
569
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poi-plugin-quest-info-2",
3
- "version": "0.9.8",
3
+ "version": "0.9.10",
4
4
  "private": false,
5
5
  "description": "show quest info",
6
6
  "homepage": "https://github.com/lawvs/poi-plugin-quest-2/",
@@ -510,7 +510,7 @@ Object {
510
510
  Object {
511
511
  "code": "G9",
512
512
  "gameId": 717,
513
- "name": "续: 实施「轻巡」级改修工事",
513
+ "name": "续:实施「轻巡」级改修工事",
514
514
  },
515
515
  Object {
516
516
  "code": "By1",
@@ -592,6 +592,11 @@ Object {
592
592
  "gameId": 1107,
593
593
  "name": "【钢材出口】增加陆基航空队的兵力吧!",
594
594
  },
595
+ Object {
596
+ "code": "F113",
597
+ "gameId": 1120,
598
+ "name": "【机种整理综合】新型战斗机的量产计划",
599
+ },
595
600
  ],
596
601
  }
597
602
  `;
@@ -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(`"2022121001"`)
4
+ expect(version).toMatchInlineSnapshot(`"2022123104"`)
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
- `"27d1083cfe0b1c2c8ff69b72e6ef5f17ef3dec6d"`
7
+ `"7fe20547e5f3910f0baef71dd723125a53984fdf"`
8
8
  )
9
9
  })
10
10
 
@@ -8,8 +8,8 @@ describe('should questCategory correct', () => {
8
8
  expect(questCategory.weeklyQuest.length).toMatchInlineSnapshot(`17`)
9
9
  expect(questCategory.monthlyQuest.length).toMatchInlineSnapshot(`11`)
10
10
  expect(questCategory.quarterlyQuest.length).toMatchInlineSnapshot(`25`)
11
- expect(questCategory.yearlyQuest.length).toMatchInlineSnapshot(`40`)
12
- expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`449`)
11
+ expect(questCategory.yearlyQuest.length).toMatchInlineSnapshot(`41`)
12
+ expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`454`)
13
13
  })
14
14
 
15
15
  test('snapshot', () => {