eve-fit-engine 0.1.11 → 0.1.13
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/README.md +6 -0
- package/data/.build +1 -1
- package/data/manifest.json +1 -1
- package/package.json +1 -1
- /package/data/{vf046625098f9 → ve4d0130e97ac}/attributes.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/categories.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/clone-grades.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/dbuff-collections.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/dynamic-attributes.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/effects.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/groups.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/market-groups.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/meta-groups.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/types/charges.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/types/drones.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/types/fighters.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/types/implants.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/types/modules.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/types/mutaplasmids.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/types/ships.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/types/skills.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/types/structure-modules.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/types/structures.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/types/subsystems.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/types/system-effects.json +0 -0
- /package/data/{vf046625098f9 → ve4d0130e97ac}/units.json +0 -0
package/README.md
CHANGED
|
@@ -99,6 +99,12 @@ tracked and ported, then re-checked against **both** the fixture suite
|
|
|
99
99
|
(`npm run test:pyfa`) and the per-ship differential harness (`npm run diff`)
|
|
100
100
|
before release. See [`MAINTENANCE.md`](./MAINTENANCE.md) for the update flows.
|
|
101
101
|
|
|
102
|
+
Releases follow two CI paths, both gated on parity + coverage: daily
|
|
103
|
+
**SDE-bundle refreshes** auto-publish a patch when CCP's data changes and parity
|
|
104
|
+
stays green (`sde-refresh` workflow), while **code-only fixes** ship via a manual
|
|
105
|
+
`workflow_dispatch` release (engine changes don't touch `data/`, so they never
|
|
106
|
+
trigger the data path). See [`RELEASE.md`](./RELEASE.md).
|
|
107
|
+
|
|
102
108
|
## Contributing
|
|
103
109
|
|
|
104
110
|
See [`CONTRIBUTING.md`](./CONTRIBUTING.md) — the step-by-step guide to setup,
|
package/data/.build
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3402511
|
package/data/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"
|
|
1
|
+
{"version":"e4d0130e97ac","builtAt":"2026-06-23T08:33:35.181Z","totalBytes":8447764,"files":{"attributes.json":{"bytes":250570,"entries":1268},"units.json":{"bytes":3458,"entries":60},"effects.json":{"bytes":1595731,"entries":3411},"meta-groups.json":{"bytes":1108,"entries":13},"categories.json":{"bytes":1192,"entries":33},"groups.json":{"bytes":64022,"entries":963},"market-groups.json":{"bytes":197223,"entries":2102},"clone-grades.json":{"bytes":18709,"entries":4},"dbuff-collections.json":{"bytes":85506,"entries":270},"dynamic-attributes.json":{"bytes":143296,"entries":413},"types/ships.json":{"bytes":912459,"entries":423},"types/modules.json":{"bytes":2570167,"entries":3993},"types/charges.json":{"bytes":599961,"entries":1017},"types/drones.json":{"bytes":195326,"entries":154},"types/fighters.json":{"bytes":133181,"entries":94},"types/implants.json":{"bytes":561148,"entries":1290},"types/subsystems.json":{"bytes":36255,"entries":48},"types/skills.json":{"bytes":203164,"entries":511},"types/system-effects.json":{"bytes":37911,"entries":114},"types/structures.json":{"bytes":31627,"entries":18},"types/structure-modules.json":{"bytes":246957,"entries":356},"types/mutaplasmids.json":{"bytes":558793,"entries":2844}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eve-fit-engine",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"description": "Pyfa-parity EVE Online ship & structure fitting calculation engine. Inject an SDE dataset + a fit, get the full derived stat block (offense, defense, capacitor, navigation, targeting, fitting, projected, structure).",
|
|
5
5
|
"license": "GPL-3.0-or-later",
|
|
6
6
|
"type": "module",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|