@afterrealism/dendri-client 2.5.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3536,7 +3536,7 @@ var dendri = (() => {
3536
3536
  var util = new Util();
3537
3537
 
3538
3538
  // src/api.ts
3539
- var version = "2.5.0";
3539
+ var version = "2.6.0";
3540
3540
  var API = class _API {
3541
3541
  constructor(_options) {
3542
3542
  this._options = _options;
@@ -5463,7 +5463,7 @@ var dendri = (() => {
5463
5463
  };
5464
5464
 
5465
5465
  // src/socket.ts
5466
- var version2 = "2.5.0";
5466
+ var version2 = "2.6.0";
5467
5467
  var Socket = class _Socket extends SignalingTransport {
5468
5468
  constructor(secure, host, port, path, key, pingInterval = 5e3, jwt, apiKey) {
5469
5469
  super();
package/dist/dendri.cjs CHANGED
@@ -3533,7 +3533,7 @@ var Logger = class {
3533
3533
  var logger_default = new Logger();
3534
3534
 
3535
3535
  // src/api.ts
3536
- var version = "2.5.0";
3536
+ var version = "2.6.0";
3537
3537
  var API = class _API {
3538
3538
  constructor(_options) {
3539
3539
  this._options = _options;
@@ -5561,7 +5561,7 @@ var PollingTransport = class _PollingTransport extends SignalingTransport {
5561
5561
  };
5562
5562
 
5563
5563
  // src/socket.ts
5564
- var version2 = "2.5.0";
5564
+ var version2 = "2.6.0";
5565
5565
  var Socket = class _Socket extends SignalingTransport {
5566
5566
  constructor(secure, host, port, path, key, pingInterval = 5e3, jwt, apiKey) {
5567
5567
  super();
package/dist/dendri.js CHANGED
@@ -1,5 +1,6 @@
1
- import { Dendri, DataConnection, logger_default } from './chunk-3CE674DE.js';
2
- export { AckManager, BaseConnectionErrorType, BufferedConnection, ConnectionQuality, ConnectionState, ConnectionType, DataConnectionErrorType, Dendri, DendriError, DendriErrorType, HybridConnection, PollingTransport, PresenceManager, RelayEncryption, Room, RpcError, RpcErrorCode, RpcManager, SSETransport, SerializationType, ServerMessageType, SignalingTransport, SocketEventType, TopicClass, TopicManager, TransportMode, createDendriStore, electNewHost, isRpcRequest, isRpcResponse, isTopicEnvelope, util } from './chunk-3CE674DE.js';
1
+ import { Dendri, DataConnection, logger_default } from './chunk-YLWDCKUW.js';
2
+ export { AckManager, BaseConnectionErrorType, BufferedConnection, ConnectionQuality, ConnectionState, ConnectionType, DataConnectionErrorType, Dendri, DendriError, DendriErrorType, HybridConnection, PollingTransport, PresenceManager, RelayEncryption, Room, RpcError, RpcErrorCode, RpcManager, SSETransport, SerializationType, ServerMessageType, SignalingTransport, SocketEventType, TopicClass, TopicManager, TransportMode, createDendriStore, electNewHost, isRpcRequest, isRpcResponse, isTopicEnvelope, util } from './chunk-YLWDCKUW.js';
3
+ import './chunk-G3PMV62Z.js';
3
4
 
4
5
  // node_modules/.pnpm/@msgpack+msgpack@2.8.0/node_modules/@msgpack/msgpack/dist.es5+esm/utils/int.mjs
5
6
  var UINT32_MAX = 4294967295;