@airbreather/mod-nodejs-types 0.0.4 → 0.0.5

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.
@@ -150,6 +150,7 @@ declare global {
150
150
  hasWeaponProficiency(weapon: ItemSubclassWeapon): boolean;
151
151
  getGlyph(slot: number): GlyphPropertiesEntry | undefined;
152
152
  sendSystemMessage(msg: string): void;
153
+ storeNewItemInBestSlots(itemId: number, itemCount: number): boolean;
153
154
  }
154
155
  }
155
156
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airbreather/mod-nodejs-types",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Type declarations (only) for the mod-nodejs AzerothCore module.",
5
5
  "repository": {
6
6
  "type": "git",