krawlet-js 2.2.3 → 2.2.4

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
@@ -431,6 +431,7 @@ interface Transfer {
431
431
  toMcUuid: string | null;
432
432
  toMcName: string | null;
433
433
  itemName: string | null;
434
+ itemDisplayName?: string;
434
435
  itemNbt: string | null;
435
436
  memo?: string;
436
437
  quantity: number | null;
package/dist/index.d.ts CHANGED
@@ -431,6 +431,7 @@ interface Transfer {
431
431
  toMcUuid: string | null;
432
432
  toMcName: string | null;
433
433
  itemName: string | null;
434
+ itemDisplayName?: string;
434
435
  itemNbt: string | null;
435
436
  memo?: string;
436
437
  quantity: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "krawlet-js",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "TypeScript/JavaScript client library for the Krawlet Minecraft economy tracking API",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",