@loopback/example-socketio 0.10.4 → 0.11.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @loopback/example-socketio
2
2
 
3
- This examples gives a basic implementation of socketio with loopback 4.
3
+ This example gives a basic implementation of socketio with loopback 4.
4
4
 
5
5
  This shows how to get base setup done.
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/example-socketio",
3
3
  "description": "This is an example for spinning up socket server.",
4
- "version": "0.10.4",
4
+ "version": "0.11.0",
5
5
  "keywords": [
6
6
  "loopback-application",
7
7
  "loopback"
@@ -17,7 +17,7 @@
17
17
  "directory": "examples/socketio"
18
18
  },
19
19
  "engines": {
20
- "node": "18 || 20 || 22"
20
+ "node": "20 || 22 || 24"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "lb-tsc",
@@ -51,19 +51,19 @@
51
51
  "!*/__tests__"
52
52
  ],
53
53
  "dependencies": {
54
- "@loopback/boot": "^7.0.13",
55
- "@loopback/core": "^6.1.10",
56
- "@loopback/rest": "^14.0.13",
57
- "@loopback/rest-explorer": "^7.0.13",
58
- "@loopback/socketio": "^0.8.13",
59
- "debug": "^4.4.0",
54
+ "@loopback/boot": "^8.0.0",
55
+ "@loopback/core": "^7.0.0",
56
+ "@loopback/rest": "^15.0.0",
57
+ "@loopback/rest-explorer": "^8.0.0",
58
+ "@loopback/socketio": "^0.9.0",
59
+ "debug": "^4.4.1",
60
60
  "p-event": "^4.2.0",
61
61
  "tslib": "^2.8.1"
62
62
  },
63
63
  "devDependencies": {
64
- "@loopback/build": "^11.0.11",
65
- "@loopback/eslint-config": "^15.0.5",
66
- "@loopback/testlab": "^7.0.12",
64
+ "@loopback/build": "^12.0.0",
65
+ "@loopback/eslint-config": "^16.0.0",
66
+ "@loopback/testlab": "^8.0.0",
67
67
  "@types/debug": "^4.1.12",
68
68
  "@types/node": "^16.18.126",
69
69
  "eslint": "^8.57.1",
@@ -71,5 +71,5 @@
71
71
  "source-map-support": "^0.5.21",
72
72
  "typescript": "~5.2.2"
73
73
  },
74
- "gitHead": "1a389bb6fe31fec81a82825493cc66f830cd6655"
74
+ "gitHead": "be9e7324fca771c50502bdbd312821be8f94347e"
75
75
  }