diff --git a/src/RealTimeAPI.ts b/src/RealTimeAPI.ts index a6b929a..480b74f 100644 --- a/src/RealTimeAPI.ts +++ b/src/RealTimeAPI.ts @@ -4,7 +4,7 @@ import { Observable } from "rxjs"; import { WebSocketSubject } from 'rxjs/observable/dom/WebSocketSubject'; -import { v1 as uuid } from "uuid"; +import { v4 as uuid } from "uuid"; import { SHA256 } from "crypto-js"; export class RealTimeAPI { @@ -214,4 +214,4 @@ export class RealTimeAPI { ); return subscription; } -} \ No newline at end of file +}