@localisprimary/esi 2.0.0 → 2.0.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/README.md CHANGED
@@ -30,9 +30,9 @@ console.log(alliance.data)
30
30
  The `EsiClient` constructor requires an options object with the following properties:
31
31
  | Parameter | Description | Type | Default | Required |
32
32
  |-----------|-------------|------|---------|----------|
33
- | `userAgent` | User agent string for requests. Resolves to `"localisprimary/esi <userAgent>"` | `string` | | Yes |
34
- | `token` | Optional auth token for requests | `string` | `undefined` | No |
35
- | `useRequestHeaders` | When false, fall back to query parameters for user agent and token | `boolean` | `true` | No |
33
+ | `userAgent` | Resolves to `"localisprimary/esi <userAgent>"` | `string` | | Yes |
34
+ | `token` | Optional auth token | `string` | `undefined` | No |
35
+ | `useRequestHeaders` | If false, use query parameters for userAgent and token | `boolean` | `true` | No |
36
36
 
37
37
  ## Methods
38
38
 
package/dist/client.js CHANGED
@@ -1,4 +1,4 @@
1
- const COMPATIBILITY_DATE = '2025-09-16';
1
+ const COMPATIBILITY_DATE = '2025-09-26';
2
2
  export class EsiClient {
3
3
  constructor(options) {
4
4
  this.baseUrl = 'https://esi.evetech.net';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@localisprimary/esi",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "type": "module",
5
5
  "description": "Auto-generated TypeScript client for the EVE Online API",
6
6
  "main": "dist/index.js",