@colyseus/core
Advanced tools
Comparing version 0.16.4 to 0.16.5
@@ -7,3 +7,3 @@ import Clock, { Delayed } from '@colyseus/timer'; | ||
export { ServerError } from './errors/ServerError.js'; | ||
export { type RoomException, OnCreateException, OnAuthException, OnJoinException, OnLeaveException, OnDisposeException, OnMessageException, SimulationIntervalException, TimedEventException, } from './errors/RoomExceptions'; | ||
export { type RoomException, OnCreateException, OnAuthException, OnJoinException, OnLeaveException, OnDisposeException, OnMessageException, SimulationIntervalException, TimedEventException, } from './errors/RoomExceptions.js'; | ||
import * as matchMaker from './MatchMaker.js'; | ||
@@ -10,0 +10,0 @@ export { matchMaker }; |
@@ -84,3 +84,3 @@ var __create = Object.create; | ||
var import_ServerError = require("./errors/ServerError.js"); | ||
var import_RoomExceptions = require("./errors/RoomExceptions"); | ||
var import_RoomExceptions = require("./errors/RoomExceptions.js"); | ||
var matchMaker = __toESM(require("./MatchMaker.js")); | ||
@@ -87,0 +87,0 @@ var import_Lobby = require("./matchmaker/Lobby.js"); |
{ | ||
"name": "@colyseus/core", | ||
"version": "0.16.4", | ||
"version": "0.16.5", | ||
"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
806891