@eleven-am/pondsocket-client 0.0.25 → 0.0.27
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/node/node.js +1 -1
- package/package.json +13 -12
package/node/node.js
CHANGED
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const client_1 = __importDefault(require("../browser/client"));
|
|
7
|
-
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
7
|
+
// eslint-disable-next-line @typescript-eslint/no-var-requires,@typescript-eslint/no-require-imports
|
|
8
8
|
const WebSocket = require('websocket').w3cwebsocket;
|
|
9
9
|
class PondClient extends client_1.default {
|
|
10
10
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eleven-am/pondsocket-client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.27",
|
|
4
4
|
"description": "PondSocket is a fast simple socket server",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"socket",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"author": "Roy OSSAI",
|
|
19
19
|
"main": "./index.js",
|
|
20
20
|
"types": "./index.d.ts",
|
|
21
|
+
"sideEffects": false,
|
|
21
22
|
"license": "GPL-3.0",
|
|
22
23
|
"scripts": {
|
|
23
24
|
"test": "jest --coverage --verbose",
|
|
@@ -29,22 +30,22 @@
|
|
|
29
30
|
"pipeline": "npm run test && npm run build && npm run push"
|
|
30
31
|
},
|
|
31
32
|
"dependencies": {
|
|
32
|
-
"@eleven-am/pondsocket-common": "^0.0.
|
|
33
|
+
"@eleven-am/pondsocket-common": "^0.0.32",
|
|
33
34
|
"websocket": "^1.0.35"
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {
|
|
36
|
-
"@types/jest": "^
|
|
37
|
+
"@types/jest": "^30.0.0",
|
|
37
38
|
"@types/websocket": "^1.0.10",
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
39
|
-
"eslint-plugin-file-progress": "^
|
|
40
|
-
"eslint-plugin-import": "^2.
|
|
41
|
-
"jest": "^
|
|
42
|
-
"prettier": "^3.
|
|
43
|
-
"supertest": "^7.
|
|
44
|
-
"ts-jest": "^29.
|
|
45
|
-
"ts-loader": "^9.5.
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^8.46.1",
|
|
40
|
+
"eslint-plugin-file-progress": "^3.0.2",
|
|
41
|
+
"eslint-plugin-import": "^2.32.0",
|
|
42
|
+
"jest": "^30.2.0",
|
|
43
|
+
"prettier": "^3.6.2",
|
|
44
|
+
"supertest": "^7.1.4",
|
|
45
|
+
"ts-jest": "^29.4.5",
|
|
46
|
+
"ts-loader": "^9.5.4",
|
|
46
47
|
"ts-node": "^10.9.2",
|
|
47
|
-
"typescript": "^5.
|
|
48
|
+
"typescript": "^5.9.3"
|
|
48
49
|
},
|
|
49
50
|
"jest": {
|
|
50
51
|
"moduleFileExtensions": [
|