@xmobitea/gn-server 2.6.1 → 2.6.2
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/dist/index.js +1 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -85708,8 +85708,6 @@ class GNServer {
|
|
|
85708
85708
|
|
|
85709
85709
|
;// external "@xmobitea/gn-typescript-client"
|
|
85710
85710
|
const gn_typescript_client_namespaceObject = require("@xmobitea/gn-typescript-client");
|
|
85711
|
-
;// external "@xmobitea/gn-typescript-client/dist/runtime/config/GNServerSettings"
|
|
85712
|
-
const GNServerSettings_namespaceObject = require("@xmobitea/gn-typescript-client/dist/runtime/config/GNServerSettings");
|
|
85713
85711
|
;// ./src/GN-startup/ServerApplication.ts
|
|
85714
85712
|
|
|
85715
85713
|
|
|
@@ -85733,7 +85731,6 @@ const GNServerSettings_namespaceObject = require("@xmobitea/gn-typescript-client
|
|
|
85733
85731
|
|
|
85734
85732
|
|
|
85735
85733
|
|
|
85736
|
-
|
|
85737
85734
|
|
|
85738
85735
|
|
|
85739
85736
|
class ServerApplication_BuilderBase {
|
|
@@ -85949,7 +85946,7 @@ class ServerApplication extends ServerApplication_BuilderBase {
|
|
|
85949
85946
|
useSsl: false,
|
|
85950
85947
|
useSocket: false,
|
|
85951
85948
|
useHttp: true,
|
|
85952
|
-
messageType:
|
|
85949
|
+
messageType: gn_typescript_client_namespaceObject.MessageType.MsgPack,
|
|
85953
85950
|
sendRate: 2000,
|
|
85954
85951
|
reconnectDelay: 5000,
|
|
85955
85952
|
pingInterval: 20000,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmobitea/gn-server",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.2",
|
|
4
4
|
"description": "GearN Server by XmobiTea (Pro)",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@msgpack/msgpack": "^2.8.0",
|
|
32
32
|
"@socket.io/mongo-adapter": "^0.3.2",
|
|
33
33
|
"@socket.io/mongo-emitter": "^0.2.0",
|
|
34
|
-
"@xmobitea/gn-typescript-client": "^2.6.
|
|
34
|
+
"@xmobitea/gn-typescript-client": "^2.6.3",
|
|
35
35
|
"axios": "^1.10.0",
|
|
36
36
|
"bcrypt": "^5.1.1",
|
|
37
37
|
"cors": "^2.8.5",
|