@sakura2333/kancolle-data 0.3.2 → 0.3.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.
- package/CHANGELOG.md +15 -0
- package/RELEASES.json +26 -0
- package/audit/build-report.json +1 -1
- package/improvement/list.json +2 -2
- package/manifest.json +14 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,21 @@ All notable consumer-visible changes to `@sakura2333/kancolle-data` are document
|
|
|
23
23
|
- Add quest, development, exchange, ranking, and event acquisition methods.
|
|
24
24
|
- Add additional ship, map, and quest projections when stable schemas are available.
|
|
25
25
|
|
|
26
|
+
## [0.3.3] - 2026-07-05
|
|
27
|
+
|
|
28
|
+
### Data
|
|
29
|
+
|
|
30
|
+
- Refreshed validated KanColle consumer datasets after a successful strict Spider run.
|
|
31
|
+
- Improvement records: 372.
|
|
32
|
+
- Equipment acquisition records: 247.
|
|
33
|
+
- Equipment special-bonus records: 348.
|
|
34
|
+
- Equipment-type special-bonus records: 7.
|
|
35
|
+
- Packaged use-item icons: 16.
|
|
36
|
+
|
|
37
|
+
### Validation
|
|
38
|
+
|
|
39
|
+
- Passed source freshness, schema, reference-integrity, record-count, and file-size quality gates.
|
|
40
|
+
|
|
26
41
|
## [0.3.2] - 2026-07-04
|
|
27
42
|
|
|
28
43
|
### Data
|
package/RELEASES.json
CHANGED
|
@@ -1,4 +1,30 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"version": "0.3.3",
|
|
4
|
+
"date": "2026-07-05",
|
|
5
|
+
"contentDigest": "b318fc5ae3cd29cfd97d4cb8509505d7a993f765668cb01aae23b75ee47f3310",
|
|
6
|
+
"metrics": {
|
|
7
|
+
"improvement.listViewCount": 8,
|
|
8
|
+
"improvement.listAllCount": 372,
|
|
9
|
+
"improvement.detailRecordCount": 372,
|
|
10
|
+
"improvement.effectExpectationAvailableCount": 366,
|
|
11
|
+
"improvement.effectExpectationUnavailableCount": 6,
|
|
12
|
+
"improvement.routeCount": 412,
|
|
13
|
+
"improvement.stepCount": 4532,
|
|
14
|
+
"improvement.upgradeAvailableCount": 208,
|
|
15
|
+
"equipmentDropFrom.recordCount": 247,
|
|
16
|
+
"equipmentDropFrom.relationCount": 1645,
|
|
17
|
+
"equipmentSpecialBonuses.recordCount": 348,
|
|
18
|
+
"equipmentSpecialBonuses.equipmentRecordCount": 341,
|
|
19
|
+
"equipmentSpecialBonuses.equipmentTypeRecordCount": 7,
|
|
20
|
+
"equipmentSpecialBonuses.ruleCount": 2320,
|
|
21
|
+
"useitemIcons.requiredCount": 13,
|
|
22
|
+
"useitemIcons.missingCount": 0,
|
|
23
|
+
"useitemIcons.count": 16,
|
|
24
|
+
"useitemIcons.totalBytes": 711604,
|
|
25
|
+
"publicData.totalBytes": 4508015
|
|
26
|
+
}
|
|
27
|
+
},
|
|
2
28
|
{
|
|
3
29
|
"version": "0.3.2",
|
|
4
30
|
"date": "2026-07-04",
|
package/audit/build-report.json
CHANGED
package/improvement/list.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"schemaVersion": 2,
|
|
4
|
-
"dataVersion": "2026-07-
|
|
5
|
-
"generatedAt": "2026-07-
|
|
4
|
+
"dataVersion": "2026-07-05T06:52:40+00:00",
|
|
5
|
+
"generatedAt": "2026-07-05T06:52:40+00:00",
|
|
6
6
|
"shipMasterVersion": "2026062901",
|
|
7
7
|
"dayOrder": [
|
|
8
8
|
"all",
|
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"packageVersion": "0.3.
|
|
3
|
-
"generatedAt": "2026-07-
|
|
2
|
+
"packageVersion": "0.3.3",
|
|
3
|
+
"generatedAt": "2026-07-05T06:52:42+00:00",
|
|
4
4
|
"datasets": {
|
|
5
5
|
"improvement": {
|
|
6
6
|
"schemaVersion": 4,
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"url": "https://akashi-list.me/",
|
|
24
24
|
"status": "fresh",
|
|
25
25
|
"statusCode": 200,
|
|
26
|
-
"validatedAt":
|
|
26
|
+
"validatedAt": 1783234308,
|
|
27
27
|
"validatedInRun": true,
|
|
28
28
|
"usedCacheFallback": false,
|
|
29
|
-
"contentSha256": "
|
|
29
|
+
"contentSha256": "f7860ad7a743e673e382bbdddfd699cdcae821972443d5582b34fcd4279aaf33",
|
|
30
30
|
"cachePath": "akashi-list.me/index.html"
|
|
31
31
|
}
|
|
32
32
|
],
|
|
33
33
|
"sourceScheduleCount": 2652,
|
|
34
34
|
"sourceIssueCount": 0,
|
|
35
|
-
"sourceGeneratedAt": "2026-07-
|
|
35
|
+
"sourceGeneratedAt": "2026-07-05T06:52:40+00:00",
|
|
36
36
|
"collectionCompletedInRun": true
|
|
37
37
|
},
|
|
38
38
|
"equipmentDropFrom": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"url": "https://raw.githubusercontent.com/kcwiki/kancolle-data/refs/heads/master/wiki/ship.json",
|
|
54
54
|
"status": "fresh",
|
|
55
55
|
"statusCode": 200,
|
|
56
|
-
"validatedAt":
|
|
56
|
+
"validatedAt": 1783234308,
|
|
57
57
|
"validatedInRun": true,
|
|
58
58
|
"usedCacheFallback": false,
|
|
59
59
|
"contentSha256": "d8c1691e83e6f4a9e55e34f8139c9ad9bb21ff9b3b7066dd3d5d31e15bae7dd7",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"url": "https://raw.githubusercontent.com/kcwiki/kancolle-data/refs/heads/master/wiki/equipment.json",
|
|
64
64
|
"status": "fresh",
|
|
65
65
|
"statusCode": 200,
|
|
66
|
-
"validatedAt":
|
|
66
|
+
"validatedAt": 1783234308,
|
|
67
67
|
"validatedInRun": true,
|
|
68
68
|
"usedCacheFallback": false,
|
|
69
69
|
"contentSha256": "284d7e32f70e67dd599ae43e1758d43568fcad3fe062548c68808988a4a27c0b",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"url": "https://raw.githubusercontent.com/KC3Kai/kancolle-replay/refs/heads/master/js/data/mst_slotitem_bonus.json",
|
|
91
91
|
"status": "fresh",
|
|
92
92
|
"statusCode": 200,
|
|
93
|
-
"validatedAt":
|
|
93
|
+
"validatedAt": 1783234308,
|
|
94
94
|
"validatedInRun": true,
|
|
95
95
|
"usedCacheFallback": false,
|
|
96
96
|
"contentSha256": "e19fc34ea5d0246c5d8a34a9cb272c595970118eba62409006669a4c7f9962d1",
|
|
@@ -148,8 +148,8 @@
|
|
|
148
148
|
},
|
|
149
149
|
"files": {
|
|
150
150
|
"CHANGELOG.md": {
|
|
151
|
-
"sha256": "
|
|
152
|
-
"bytes":
|
|
151
|
+
"sha256": "dafa0138bb4b7a5b7fdef4b6ac3cbead57b09b3b2c5f71e37b56388d033e7f64",
|
|
152
|
+
"bytes": 5470
|
|
153
153
|
},
|
|
154
154
|
"LICENSES.md": {
|
|
155
155
|
"sha256": "40bddfdbcdc4b7812056e82fc5de18184097d2fdb903fab14262ea41e47c7594",
|
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
"bytes": 1602
|
|
161
161
|
},
|
|
162
162
|
"RELEASES.json": {
|
|
163
|
-
"sha256": "
|
|
164
|
-
"bytes":
|
|
163
|
+
"sha256": "45a471a8d96b1e823d5742be12f072e06416f6c3b754318e9a55081980ee2fee",
|
|
164
|
+
"bytes": 4915
|
|
165
165
|
},
|
|
166
166
|
"assets/useitems/100.png": {
|
|
167
167
|
"sha256": "6c056ddea6ed3d2bf425ff70a36e47ecbc1dfa3de29d14fec24533e7699778f2",
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"bytes": 28940
|
|
229
229
|
},
|
|
230
230
|
"audit/build-report.json": {
|
|
231
|
-
"sha256": "
|
|
231
|
+
"sha256": "5e029ae6eca3df3564fc2cffe9351356791178e0ad221fc2eac15cb58619344a",
|
|
232
232
|
"bytes": 348
|
|
233
233
|
},
|
|
234
234
|
"equipment/drop-from.nedb": {
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"bytes": 2946913
|
|
245
245
|
},
|
|
246
246
|
"improvement/list.json": {
|
|
247
|
-
"sha256": "
|
|
247
|
+
"sha256": "290fb9eb82930caa94766194e25c2fc3785d0c007447829169372c18d70a3d0e",
|
|
248
248
|
"bytes": 209473
|
|
249
249
|
},
|
|
250
250
|
"index.d.ts": {
|