@localisprimary/esi 1.0.2 → 1.2.0

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": "@localisprimary/esi",
3
- "version": "1.0.2",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "description": "Auto-generated TypeScript client for the EVE Online API",
6
6
  "main": "dist/index.js",
@@ -10,7 +10,7 @@
10
10
  "fetch-schema": "node scripts/fetch-schema.ts",
11
11
  "generate": "node scripts/generate.ts && pnpm lint:fix",
12
12
  "build": "rimraf dist && tsc",
13
- "compile": "pnpm fetch-schema && pnpm generate && pnpm build",
13
+ "compile": "pnpm fetch-schema && pnpm generate && pnpm build && pnpm test",
14
14
  "lint": "eslint src",
15
15
  "lint:fix": "eslint src --fix",
16
16
  "test": "vitest run",