mezon-sdk 2.7.6 → 2.7.7

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.
package/client.ts CHANGED
@@ -20,7 +20,7 @@ import { ChannelCreatedEvent, ChannelDeletedEvent, ChannelUpdatedEvent, DefaultS
20
20
  import { WebSocketAdapter } from "./web_socket_adapter";
21
21
  import { WebSocketAdapterPb } from 'mezon-js-protobuf';
22
22
 
23
- const DEFAULT_HOST = "dev-mezon.nccsoft.vn";
23
+ const DEFAULT_HOST = "mezon.vn";
24
24
  const DEFAULT_PORT = "7305";
25
25
  const DEFAULT_API_KEY = "defaultkey";
26
26
  const DEFAULT_TIMEOUT_MS = 7000;
@@ -9128,7 +9128,7 @@ var WebSocketAdapterPb = class {
9128
9128
  };
9129
9129
 
9130
9130
  // client.ts
9131
- var DEFAULT_HOST = "dev-mezon.nccsoft.vn";
9131
+ var DEFAULT_HOST = "mezon.vn";
9132
9132
  var DEFAULT_PORT = "7305";
9133
9133
  var DEFAULT_API_KEY = "defaultkey";
9134
9134
  var DEFAULT_TIMEOUT_MS = 7e3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-sdk",
3
- "version": "2.7.6",
3
+ "version": "2.7.7",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs",
6
6
  "docs": "typedoc index.ts --gaID UA-89839802-1 --out ../../docs"