eve-fit-engine 0.1.4 → 0.1.5

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/{v3e885b627373 → v6bf4c13d0a21}/attributes.json +0 -0
  5. /package/data/{v3e885b627373 → v6bf4c13d0a21}/categories.json +0 -0
  6. /package/data/{v3e885b627373 → v6bf4c13d0a21}/clone-grades.json +0 -0
  7. /package/data/{v3e885b627373 → v6bf4c13d0a21}/dbuff-collections.json +0 -0
  8. /package/data/{v3e885b627373 → v6bf4c13d0a21}/dynamic-attributes.json +0 -0
  9. /package/data/{v3e885b627373 → v6bf4c13d0a21}/effects.json +0 -0
  10. /package/data/{v3e885b627373 → v6bf4c13d0a21}/groups.json +0 -0
  11. /package/data/{v3e885b627373 → v6bf4c13d0a21}/market-groups.json +0 -0
  12. /package/data/{v3e885b627373 → v6bf4c13d0a21}/meta-groups.json +0 -0
  13. /package/data/{v3e885b627373 → v6bf4c13d0a21}/types/charges.json +0 -0
  14. /package/data/{v3e885b627373 → v6bf4c13d0a21}/types/drones.json +0 -0
  15. /package/data/{v3e885b627373 → v6bf4c13d0a21}/types/fighters.json +0 -0
  16. /package/data/{v3e885b627373 → v6bf4c13d0a21}/types/implants.json +0 -0
  17. /package/data/{v3e885b627373 → v6bf4c13d0a21}/types/modules.json +0 -0
  18. /package/data/{v3e885b627373 → v6bf4c13d0a21}/types/mutaplasmids.json +0 -0
  19. /package/data/{v3e885b627373 → v6bf4c13d0a21}/types/ships.json +0 -0
  20. /package/data/{v3e885b627373 → v6bf4c13d0a21}/types/skills.json +0 -0
  21. /package/data/{v3e885b627373 → v6bf4c13d0a21}/types/structure-modules.json +0 -0
  22. /package/data/{v3e885b627373 → v6bf4c13d0a21}/types/structures.json +0 -0
  23. /package/data/{v3e885b627373 → v6bf4c13d0a21}/types/subsystems.json +0 -0
  24. /package/data/{v3e885b627373 → v6bf4c13d0a21}/types/system-effects.json +0 -0
  25. /package/data/{v3e885b627373 → v6bf4c13d0a21}/units.json +0 -0
package/data/.build CHANGED
@@ -1 +1 @@
1
- 3368760
1
+ 3374020
@@ -1 +1 @@
1
- {"version":"3e885b627373","builtAt":"2026-06-01T19:40:47.161Z","totalBytes":8404493,"files":{"attributes.json":{"bytes":248544,"entries":1258},"units.json":{"bytes":3458,"entries":60},"effects.json":{"bytes":1575723,"entries":3380},"meta-groups.json":{"bytes":1108,"entries":13},"categories.json":{"bytes":1192,"entries":33},"groups.json":{"bytes":63750,"entries":958},"market-groups.json":{"bytes":196588,"entries":2095},"clone-grades.json":{"bytes":18709,"entries":4},"dbuff-collections.json":{"bytes":74334,"entries":239},"dynamic-attributes.json":{"bytes":143140,"entries":413},"types/ships.json":{"bytes":899558,"entries":419},"types/modules.json":{"bytes":2559515,"entries":3978},"types/charges.json":{"bytes":599961,"entries":1017},"types/drones.json":{"bytes":191379,"entries":151},"types/fighters.json":{"bytes":132877,"entries":94},"types/implants.json":{"bytes":581650,"entries":1341},"types/subsystems.json":{"bytes":36255,"entries":48},"types/skills.json":{"bytes":202673,"entries":510},"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":557584,"entries":2839}}}
1
+ {"version":"6bf4c13d0a21","builtAt":"2026-06-04T09:13:41.078Z","totalBytes":8404493,"files":{"attributes.json":{"bytes":248544,"entries":1258},"units.json":{"bytes":3458,"entries":60},"effects.json":{"bytes":1575723,"entries":3380},"meta-groups.json":{"bytes":1108,"entries":13},"categories.json":{"bytes":1192,"entries":33},"groups.json":{"bytes":63750,"entries":958},"market-groups.json":{"bytes":196588,"entries":2095},"clone-grades.json":{"bytes":18709,"entries":4},"dbuff-collections.json":{"bytes":74334,"entries":239},"dynamic-attributes.json":{"bytes":143140,"entries":413},"types/ships.json":{"bytes":899558,"entries":419},"types/modules.json":{"bytes":2559515,"entries":3978},"types/charges.json":{"bytes":599961,"entries":1017},"types/drones.json":{"bytes":191379,"entries":151},"types/fighters.json":{"bytes":132877,"entries":94},"types/implants.json":{"bytes":581650,"entries":1341},"types/subsystems.json":{"bytes":36255,"entries":48},"types/skills.json":{"bytes":202673,"entries":510},"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":557584,"entries":2839}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eve-fit-engine",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
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",