@localisprimary/esi 1.0.1 → 1.1.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/dist/types.js CHANGED
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
package/package.json CHANGED
@@ -1,11 +1,24 @@
1
1
  {
2
2
  "name": "@localisprimary/esi",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "type": "module",
5
- "description": "Auto-generated TypeScript client for EVE Online ESI API",
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
+ "scripts": {
10
+ "fetch-schema": "node scripts/fetch-schema.ts",
11
+ "generate": "node scripts/generate.ts && pnpm lint:fix",
12
+ "build": "rimraf dist && tsc",
13
+ "compile": "pnpm fetch-schema && pnpm generate && pnpm build && pnpm test",
14
+ "lint": "eslint src",
15
+ "lint:fix": "eslint src --fix",
16
+ "test": "vitest run",
17
+ "change": "beachball change"
18
+ },
19
+ "beacball": {
20
+ "access": "public"
21
+ },
9
22
  "keywords": [
10
23
  "eve",
11
24
  "eve online",
@@ -15,6 +28,7 @@
15
28
  "typescript"
16
29
  ],
17
30
  "author": "Adam Trager <hello@adamtrager.com>",
31
+ "funding": "https://buymeacoffee.com/nfinished",
18
32
  "repository": {
19
33
  "type": "git",
20
34
  "url": "https://github.com/localisprimary/esi.git"
@@ -41,14 +55,5 @@
41
55
  "engines": {
42
56
  "node": "^24.4.1"
43
57
  },
44
- "scripts": {
45
- "fetch-schema": "node scripts/fetch-schema.ts",
46
- "generate": "node scripts/generate.ts && pnpm lint:fix",
47
- "build": "rimraf dist && tsc",
48
- "compile": "pnpm fetch-schema && pnpm generate && pnpm build",
49
- "lint": "eslint src",
50
- "lint:fix": "eslint src --fix",
51
- "test": "vitest run",
52
- "change": "beachball change"
53
- }
54
- }
58
+ "packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad"
59
+ }