mirror of
https://github.com/ragestudio/comty.js.git
synced 2025-06-09 02:24:18 +00:00
fix rtengine dep & bump version
This commit is contained in:
parent
f408866ac2
commit
2dbf36fe4f
@ -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",
|
||||
|
@ -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 }) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user