mineflayer 4.5.0 → 4.5.1

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/docs/history.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 4.5.1
2
+
3
+ * Fixed syntax error in TypeScript definitions (@JungleDome) [commit](https://github.com/PrismarineJS/mineflayer/commit/2c6a4036d84bedb5f349ea5a82d743e344c34224)
4
+
1
5
  ## 4.5.0
2
6
 
3
7
  * 1.19 support (@extremeheat @rom1504 @FCKJohni @Shorent)
package/index.d.ts CHANGED
@@ -460,6 +460,7 @@ export interface Player {
460
460
  publicKey: Buffer
461
461
  signature: Buffer
462
462
  }
463
+ }
463
464
 
464
465
  export interface ChatPattern {
465
466
  pattern: RegExp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mineflayer",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "create minecraft bots with a stable, high level API",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",