From 2dbf36fe4f7b36fad7045c375d14a7b8e610e0fd Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sun, 11 May 2025 18:06:38 +0000 Subject: [PATCH] fix rtengine dep & bump version --- package.json | 2 +- src/ws.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4689f4a..f148165 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "comty.js", - "version": "0.65.0", + "version": "0.65.1", "main": "./dist/index.js", "description": "Official Comty API for JavaScript", "homepage": "https://github.com/ragestudio/comty.js", diff --git a/src/ws.js b/src/ws.js index 2e6506a..1dfda45 100644 --- a/src/ws.js +++ b/src/ws.js @@ -2,8 +2,7 @@ import Remotes from "./remotes" import Storage from "./helpers/withStorage" import { io } from "socket.io-client" -import { RTEngineClient } from "linebridge-client/src" -//import { RTEngineClient } from "../../linebridge/client/src" +import { RTEngineClient } from "linebridge-client" class WebsocketManager { constructor({ origin }) {