From f2f75ebd3130a8dd5a243f0ff4ec70c8fa07f8cb Mon Sep 17 00:00:00 2001 From: LucienHH Date: Sat, 12 Apr 2025 13:02:08 +0100 Subject: [PATCH] Remove node-fetch --- package.json | 1 - src/xsapi/rest.js | 1 - 2 files changed, 2 deletions(-) diff --git a/package.json b/package.json index 9370eb3..8513aac 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,6 @@ "jsp-raknet": "^2.1.3", "minecraft-data": "^3.0.0", "minecraft-folder-path": "^1.2.0", - "node-fetch": "^2.6.1", "node-nethernet": "github:LucienHH/node-nethernet#protocol", "prismarine-auth": "github:LucienHH/prismarine-auth#playfab", "prismarine-nbt": "^2.0.0", diff --git a/src/xsapi/rest.js b/src/xsapi/rest.js index effeed1..8dec827 100644 --- a/src/xsapi/rest.js +++ b/src/xsapi/rest.js @@ -1,5 +1,4 @@ const { stringify } = require('json-bigint') -const { default: fetch } = require('node-fetch') const { checkStatus } = require('../datatypes/util') const SessionConfig = {