eve-fit-engine 0.1.0 → 0.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eve-fit-engine",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
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",
@@ -51,6 +51,9 @@
51
51
  "typecheck": "tsc --noEmit",
52
52
  "clean": "rm -rf dist",
53
53
  "build:data": "node scripts/fetch-sde.mjs && tsx scripts/build-bundle.ts",
54
+ "diff:setup": "bash scripts/setup-pyfa-oracle.sh",
55
+ "diff": "node test/diff/run-diff.mjs",
56
+ "diff:recalibrate": "node scripts/recalibrate-pyfa-pin.mjs",
54
57
  "test:pyfa": "tsx test/parity/run-pyfa-parity.ts",
55
58
  "audit:coverage": "tsx test/effect-coverage-audit.ts",
56
59
  "drift": "node scripts/check-pyfa-drift.mjs",