@colyseus/core
Advanced tools
Comparing version 0.16.6 to 0.16.7
@@ -1,3 +0,3 @@ | ||
import type { Client } from '../Transport'; | ||
import type { ExtractAuthData, ExtractUserData, Room } from '../Room'; | ||
import type { Client } from '../Transport.js'; | ||
import type { ExtractAuthData, ExtractUserData, Room } from '../Room.js'; | ||
export type RoomException<R extends Room = Room> = OnCreateException<R> | OnAuthException<R> | OnJoinException<R> | OnLeaveException<R> | OnDisposeException | OnMessageException<R> | SimulationIntervalException | TimedEventException; | ||
@@ -4,0 +4,0 @@ export declare class OnCreateException<R extends Room = Room> extends Error { |
@@ -29,4 +29,4 @@ var __create = Object.create; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
ClientArray: () => import_Transport.ClientArray, | ||
@@ -78,3 +78,3 @@ ClientState: () => import_Transport.ClientState, | ||
}); | ||
module.exports = __toCommonJS(index_exports); | ||
module.exports = __toCommonJS(src_exports); | ||
var import_timer = __toESM(require("@colyseus/timer")); | ||
@@ -89,3 +89,3 @@ var import_Server = require("./Server.js"); | ||
var import_Lobby = require("./matchmaker/Lobby.js"); | ||
__reExport(index_exports, require("./matchmaker/driver/local/LocalDriver.js"), module.exports); | ||
__reExport(src_exports, require("./matchmaker/driver/local/LocalDriver.js"), module.exports); | ||
var import_Transport = require("./Transport.js"); | ||
@@ -92,0 +92,0 @@ var import_LocalPresence = require("./presence/LocalPresence.js"); |
{ | ||
"name": "@colyseus/core", | ||
"version": "0.16.6", | ||
"version": "0.16.7", | ||
"description": "Multiplayer Framework for Node.js.", | ||
@@ -5,0 +5,0 @@ "input": "./src/index.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
807325