poi-plugin-quest-info-2 0.5.8 → 0.5.9
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.
- package/build/kcQuestsData/DATA_VERSION +1 -1
- package/build/kcQuestsData/index.ts +1 -1
- package/build/kcQuestsData/quests-scn.json +1 -1
- package/build/kcanotifyGamedata/DATA_VERSION +1 -1
- package/build/kcanotifyGamedata/index.ts +1 -1
- package/package.json +1 -1
- package/src/__tests__/kcanotifyData.spec.ts +1 -1
- package/src/__tests__/kcwikiData.spec.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
7e8ee6c176e45f71c6af4c10d66c708d40d938e2
|
|
@@ -5027,7 +5027,7 @@
|
|
|
5027
5027
|
"961": {
|
|
5028
5028
|
"code": "B174 ",
|
|
5029
5029
|
"desc": "第十五驱逐队任务:编成包含「黑潮改二」及「亲潮改二」的舰队,出击南西诸岛海域冲之岛海域,南方海域沙门海域,南西海域塔威塔威泊地海岸深部反复出击!捕捉并歼灭敌舰!",
|
|
5030
|
-
"memo": "
|
|
5030
|
+
"memo": "包含黑潮改二+亲潮改二2-4 5-4 7-2P2 各S胜两次 奖励:以下奖励三选一:特制家具职人 新型火炮兵装资材 ×2改修资材 ×5",
|
|
5031
5031
|
"name": "奋战!精锐「第十五驱逐队」第一小队!",
|
|
5032
5032
|
"pre": [
|
|
5033
5033
|
"B117"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2021122901
|
package/package.json
CHANGED
|
@@ -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(`"
|
|
4
|
+
expect(version).toMatchInlineSnapshot(`"2021122901"`)
|
|
5
5
|
})
|
|
6
6
|
|
|
7
7
|
test('should Kcanotify Game data keys correct', () => {
|
|
@@ -2,7 +2,7 @@ import { version, KcwikiQuestData } from '../../build/kcQuestsData'
|
|
|
2
2
|
|
|
3
3
|
test('should KcwikiQuestData Game data version correct', () => {
|
|
4
4
|
expect(version).toMatchInlineSnapshot(
|
|
5
|
-
`"
|
|
5
|
+
`"7e8ee6c176e45f71c6af4c10d66c708d40d938e2"`
|
|
6
6
|
)
|
|
7
7
|
})
|
|
8
8
|
|