@hocuspocus/transformer
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -108,2 +108,3 @@ import * as mutex from 'lib0/mutex'; | ||
rejectConnectionAttempt(): void; | ||
closeTries: number; | ||
checkConnection(): void; | ||
@@ -110,0 +111,0 @@ registerEventListeners(): void; |
import { Encoder } from 'lib0/encoding'; | ||
import type { CloseEvent, Event, MessageEvent } from 'ws'; | ||
import type { Event, MessageEvent } from 'ws'; | ||
import { Awareness } from 'y-protocols/awareness'; | ||
import * as Y from 'yjs'; | ||
import { CloseEvent } from '@hocuspocus/common'; | ||
import { IncomingMessage } from './IncomingMessage.js'; | ||
@@ -6,0 +7,0 @@ import { OutgoingMessage } from './OutgoingMessage.js'; |
{ | ||
"name": "@hocuspocus/transformer", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "hocuspocus transformation utilities", | ||
@@ -5,0 +5,0 @@ "homepage": "https://hocuspocus.dev", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
690245
7094