eve-fit-engine 0.1.18 → 0.1.19

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.
Files changed (25) hide show
  1. package/data/.build +1 -1
  2. package/data/manifest.json +1 -1
  3. package/package.json +1 -1
  4. /package/data/{vd62ac1669670 → v7675c6c47def}/attributes.json +0 -0
  5. /package/data/{vd62ac1669670 → v7675c6c47def}/categories.json +0 -0
  6. /package/data/{vd62ac1669670 → v7675c6c47def}/clone-grades.json +0 -0
  7. /package/data/{vd62ac1669670 → v7675c6c47def}/dbuff-collections.json +0 -0
  8. /package/data/{vd62ac1669670 → v7675c6c47def}/dynamic-attributes.json +0 -0
  9. /package/data/{vd62ac1669670 → v7675c6c47def}/effects.json +0 -0
  10. /package/data/{vd62ac1669670 → v7675c6c47def}/groups.json +0 -0
  11. /package/data/{vd62ac1669670 → v7675c6c47def}/market-groups.json +0 -0
  12. /package/data/{vd62ac1669670 → v7675c6c47def}/meta-groups.json +0 -0
  13. /package/data/{vd62ac1669670 → v7675c6c47def}/types/charges.json +0 -0
  14. /package/data/{vd62ac1669670 → v7675c6c47def}/types/drones.json +0 -0
  15. /package/data/{vd62ac1669670 → v7675c6c47def}/types/fighters.json +0 -0
  16. /package/data/{vd62ac1669670 → v7675c6c47def}/types/implants.json +0 -0
  17. /package/data/{vd62ac1669670 → v7675c6c47def}/types/modules.json +0 -0
  18. /package/data/{vd62ac1669670 → v7675c6c47def}/types/mutaplasmids.json +0 -0
  19. /package/data/{vd62ac1669670 → v7675c6c47def}/types/ships.json +0 -0
  20. /package/data/{vd62ac1669670 → v7675c6c47def}/types/skills.json +0 -0
  21. /package/data/{vd62ac1669670 → v7675c6c47def}/types/structure-modules.json +0 -0
  22. /package/data/{vd62ac1669670 → v7675c6c47def}/types/structures.json +0 -0
  23. /package/data/{vd62ac1669670 → v7675c6c47def}/types/subsystems.json +0 -0
  24. /package/data/{vd62ac1669670 → v7675c6c47def}/types/system-effects.json +0 -0
  25. /package/data/{vd62ac1669670 → v7675c6c47def}/units.json +0 -0
package/data/.build CHANGED
@@ -1 +1 @@
1
- 3419624
1
+ 3421648
@@ -1 +1 @@
1
- {"version":"d62ac1669670","builtAt":"2026-07-03T08:15:38.601Z","totalBytes":8449104,"files":{"attributes.json":{"bytes":250571,"entries":1268},"units.json":{"bytes":3458,"entries":60},"effects.json":{"bytes":1596734,"entries":3413},"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":85646,"entries":270},"dynamic-attributes.json":{"bytes":143296,"entries":413},"types/ships.json":{"bytes":912654,"entries":423},"types/modules.json":{"bytes":2570168,"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}}}
1
+ {"version":"7675c6c47def","builtAt":"2026-07-04T07:52:49.235Z","totalBytes":8449104,"files":{"attributes.json":{"bytes":250571,"entries":1268},"units.json":{"bytes":3458,"entries":60},"effects.json":{"bytes":1596734,"entries":3413},"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":85646,"entries":270},"dynamic-attributes.json":{"bytes":143296,"entries":413},"types/ships.json":{"bytes":912654,"entries":423},"types/modules.json":{"bytes":2570168,"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.18",
3
+ "version": "0.1.19",
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",