@loopback/socketio 0.9.2 → 0.9.4

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -26,7 +26,6 @@ The package will provide the following key constructs:
26
26
 
27
27
  - SocketIo controller: A controller class that is decorated with SocketIo
28
28
  related metadata, including:
29
-
30
29
  - Map to a namespace
31
30
  - Connect/disconnect events
32
31
  - Subscribe/consume messages
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/socketio",
3
3
  "description": "LoopBack's WebSocket server based on socket.io",
4
- "version": "0.9.2",
4
+ "version": "0.9.4",
5
5
  "keywords": [
6
6
  "LoopBack",
7
7
  "Socket.IO",
@@ -46,23 +46,23 @@
46
46
  "@loopback/core": "^7.0.0"
47
47
  },
48
48
  "dependencies": {
49
- "@loopback/http-server": "^7.0.1",
49
+ "@loopback/http-server": "^7.0.3",
50
50
  "@types/cors": "^2.8.19",
51
- "@types/lodash": "^4.17.17",
51
+ "@types/lodash": "^4.17.20",
52
52
  "cors": "^2.8.5",
53
53
  "debug": "^4.4.1",
54
54
  "lodash": "^4.17.21",
55
55
  "socket.io": "^4.8.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@loopback/boot": "^8.0.2",
59
- "@loopback/build": "^12.0.1",
60
- "@loopback/core": "^7.0.1",
61
- "@loopback/eslint-config": "^16.0.0",
62
- "@loopback/testlab": "^8.0.1",
58
+ "@loopback/boot": "^8.0.4",
59
+ "@loopback/build": "^12.0.3",
60
+ "@loopback/core": "^7.0.3",
61
+ "@loopback/eslint-config": "^16.0.1",
62
+ "@loopback/testlab": "^8.0.3",
63
63
  "@types/debug": "^4.1.12",
64
64
  "p-event": "^4.2.0",
65
65
  "socket.io-client": "^4.8.1"
66
66
  },
67
- "gitHead": "996458bc9c8f2f8ac8958987df00db1842b46223"
67
+ "gitHead": "292b33022f1d9eb85ded26e7b07a3d7a47d3b2e8"
68
68
  }