partysocket
Advanced tools
Comparing version 0.0.0-1905f70 to 0.0.0-19379aa
@@ -23,2 +23,3 @@ "use strict"; | ||
__export(src_exports, { | ||
PartySocket: () => PartySocket, | ||
WebSocket: () => ReconnectingWebSocket, | ||
@@ -654,2 +655,3 @@ default: () => PartySocket | ||
0 && (module.exports = { | ||
PartySocket, | ||
WebSocket | ||
@@ -656,0 +658,0 @@ }); |
@@ -45,2 +45,2 @@ import ReconnectingWebSocket, { Options } from './ws.js'; | ||
export { type PartyFetchOptions, type PartySocketOptions, ReconnectingWebSocket as WebSocket, PartySocket as default }; | ||
export { type PartyFetchOptions, PartySocket, type PartySocketOptions, ReconnectingWebSocket as WebSocket, PartySocket as default }; |
{ | ||
"name": "partysocket", | ||
"version": "0.0.0-1905f70", | ||
"version": "0.0.0-19379aa", | ||
"description": "A better WebSocket that Just Works™", | ||
@@ -5,0 +5,0 @@ "homepage": "https://docs.partykit.io/reference/partysocket-api", |
@@ -1,4 +0,4 @@ | ||
import PartySocket, { PartySocketOptions } from './index.js'; | ||
import { E as EventHandlerOptions } from './use-ws-YFPmbpmh.js'; | ||
export { u as useWebSocket } from './use-ws-YFPmbpmh.js'; | ||
import { PartySocket, PartySocketOptions } from './index.js'; | ||
import { E as EventHandlerOptions } from './use-ws-CnrrNZS2.js'; | ||
export { u as useWebSocket } from './use-ws-CnrrNZS2.js'; | ||
import './ws.js'; | ||
@@ -5,0 +5,0 @@ |
import './ws.js'; | ||
export { u as default } from './use-ws-YFPmbpmh.js'; | ||
export { u as default } from './use-ws-CnrrNZS2.js'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
116086
3562