@deafwave/osrs-botmaker-types 0.6.1 → 0.6.2

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.
@@ -3,7 +3,7 @@ declare namespace net.runelite.api {
3
3
  /**
4
4
  * The client minimenu.
5
5
  */
6
- export interface Menu {
6
+ export class Menu {
7
7
  /**
8
8
  * Create a new menu entry
9
9
  * @param idx the index to create the menu entry at. Accepts negative indexes eg. -1 inserts at the end.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deafwave/osrs-botmaker-types",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "author": {
5
5
  "name": "Chandler Ferry",
6
6
  "url": "https://github.com/ChandlerFerry"