@localisprimary/esi 2.0.6 → 2.0.8

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.
Files changed (2) hide show
  1. package/dist/client.js +1 -1
  2. package/package.json +1 -1
package/dist/client.js CHANGED
@@ -1,4 +1,4 @@
1
- const COMPATIBILITY_DATE = '2025-11-18';
1
+ const COMPATIBILITY_DATE = '2026-01-16';
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.6",
3
+ "version": "2.0.8",
4
4
  "type": "module",
5
5
  "description": "Auto-generated TypeScript client for the EVE Online API",
6
6
  "main": "dist/index.js",