@localisprimary/esi 2.0.13 → 2.0.14

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,18 +1,17 @@
1
1
  {
2
2
  "name": "@localisprimary/esi",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "type": "module",
5
5
  "description": "Auto-generated TypeScript client for the EVE Online API",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "sideEffects": false,
9
9
  "scripts": {
10
- "fetch-schema": "node scripts/fetch-schema.ts",
11
10
  "generate": "node scripts/generate.ts && pnpm lint:fix && pnpm format",
12
- "build": "rimraf dist && tsc",
13
- "compile": "pnpm fetch-schema && pnpm generate && pnpm build && pnpm test",
14
- "lint": "oxlint src",
15
- "lint:fix": "oxlint src --fix",
11
+ "build": "tsc -p scripts/tsconfig.json && rimraf dist && tsc && tsc -p tsconfig.test.json",
12
+ "compile": "pnpm generate && pnpm build && pnpm test",
13
+ "lint": "oxlint src scripts vitest.config.ts",
14
+ "lint:fix": "oxlint src scripts vitest.config.ts --fix",
16
15
  "format": "oxfmt",
17
16
  "test": "vitest run",
18
17
  "change": "beachball change"
@@ -38,9 +37,9 @@
38
37
  "@vitest/ui": "^4.0.18",
39
38
  "beachball": "^2.63.0",
40
39
  "camelcase": "^9.0.0",
41
- "oxfmt": "^0.28.0",
42
- "oxlint": "^1.43.0",
43
- "rimraf": "^6.1.2",
40
+ "oxfmt": "^0.34.0",
41
+ "oxlint": "^1.49.0",
42
+ "rimraf": "^6.1.3",
44
43
  "typescript": "^5.9.3",
45
44
  "vitest": "^4.0.18"
46
45
  },