@airbreather/mod-nodejs-types 0.0.3 → 0.0.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/classes/Item.d.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  declare global {
2
2
  namespace Acore {
3
3
  class Item extends ACObject {
4
+ static create(entry: number, count: number, player?: Player, randomPropertyId?: number, temp?: boolean): Item;
5
+
4
6
  readonly isBoundAccountWide: boolean;
5
7
  readonly isBoundByEnchant: boolean;
6
8
  readonly isLocked: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airbreather/mod-nodejs-types",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Type declarations (only) for the mod-nodejs AzerothCore module.",
5
5
  "repository": {
6
6
  "type": "git",