From d49dd9a417672c6e28b84a53d192b70fc2f8686f Mon Sep 17 00:00:00 2001 From: GenerelSchwerz Date: Mon, 4 Mar 2024 15:48:40 -0500 Subject: [PATCH] fix deps again --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fb53822..f53e1c2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@nxg-org/mineflayer-physics-util": "1.5.8", "@nxg-org/mineflayer-util-plugin": "^1.8.3", "heap-typed": "^1.52.0", - "lru-cache": "^10.1.0", + "lru-cache": "^10.1.0" }, "scripts": { "prepublishOnly": "npm run lint && npm run build", @@ -12,7 +12,7 @@ "lint": "ts-standard -y --fix" }, "name": "@nxg-org/mineflayer-pathfinder", - "version": "0.0.18", + "version": "0.0.19", "description": "Pathfinder using A* for mineflayer", "main": "dist/index.js", "repository": "https://github.com/Minecraft-Pathfinding/minecraft-pathfinding.git",