fix rtengine dep & bump version

This commit is contained in:
SrGooglo 2025-05-11 18:06:38 +00:00
parent f408866ac2
commit 2dbf36fe4f
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "comty.js", "name": "comty.js",
"version": "0.65.0", "version": "0.65.1",
"main": "./dist/index.js", "main": "./dist/index.js",
"description": "Official Comty API for JavaScript", "description": "Official Comty API for JavaScript",
"homepage": "https://github.com/ragestudio/comty.js", "homepage": "https://github.com/ragestudio/comty.js",

View File

@ -2,8 +2,7 @@ import Remotes from "./remotes"
import Storage from "./helpers/withStorage" import Storage from "./helpers/withStorage"
import { io } from "socket.io-client" import { io } from "socket.io-client"
import { RTEngineClient } from "linebridge-client/src" import { RTEngineClient } from "linebridge-client"
//import { RTEngineClient } from "../../linebridge/client/src"
class WebsocketManager { class WebsocketManager {
constructor({ origin }) { constructor({ origin }) {