@satorijs/protocol
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -258,3 +258,3 @@ import Element from '@satorijs/element'; | ||
readonly protocol?: string; | ||
readonly readyState?: WebSocket.ReadyState; | ||
readonly readyState?: number; | ||
close(code?: number, reason?: string): void; | ||
@@ -261,0 +261,0 @@ send(data: string): void; |
{ | ||
"name": "@satorijs/protocol", | ||
"description": "Protocol types for Satori protocol", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"main": "lib/index.js", | ||
@@ -38,5 +38,5 @@ "types": "lib/index.d.ts", | ||
"dependencies": { | ||
"@satorijs/element": "^2.5.1", | ||
"@satorijs/element": "^2.6.1", | ||
"cosmokit": "^1.5.1" | ||
} | ||
} |
@@ -382,3 +382,3 @@ import Element from '@satorijs/element' | ||
readonly protocol?: string | ||
readonly readyState?: WebSocket.ReadyState | ||
readonly readyState?: number | ||
close(code?: number, reason?: string): void | ||
@@ -385,0 +385,0 @@ send(data: string): void |
36376
Updated@satorijs/element@^2.6.1