krawlet-js 2.2.5 → 2.2.6

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/index.d.cts CHANGED
@@ -427,11 +427,11 @@ interface Transfer {
427
427
  error: string | null;
428
428
  workerId?: number | null;
429
429
  fromEntityId: string;
430
- fromUsername: string;
430
+ fromName: string;
431
431
  fromMcUuid: string | null;
432
432
  fromMcName: string | null;
433
433
  toEntityId: string;
434
- toUsername: string;
434
+ toName: string;
435
435
  toMcUuid: string | null;
436
436
  toMcName: string | null;
437
437
  itemName: string | null;
package/dist/index.d.ts CHANGED
@@ -427,11 +427,11 @@ interface Transfer {
427
427
  error: string | null;
428
428
  workerId?: number | null;
429
429
  fromEntityId: string;
430
- fromUsername: string;
430
+ fromName: string;
431
431
  fromMcUuid: string | null;
432
432
  fromMcName: string | null;
433
433
  toEntityId: string;
434
- toUsername: string;
434
+ toName: string;
435
435
  toMcUuid: string | null;
436
436
  toMcName: string | null;
437
437
  itemName: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "krawlet-js",
3
- "version": "2.2.5",
3
+ "version": "2.2.6",
4
4
  "description": "TypeScript/JavaScript client library for the Krawlet Minecraft economy tracking API",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",