@nestjs/platform-socket.io 10.1.1 → 10.1.3

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 +2 -0
  2. package/package.json +2 -2
package/Readme.md CHANGED
@@ -111,6 +111,8 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
111
111
  <td align="center" valign="middle"><a href="https://nordbot.app/" target="_blank"><img src="https://nestjs.com/img/nordbot-logo.png" width="120" valign="middle" /></a></td></tr><tr>
112
112
  <td align="center" valign="middle"><a href="https://doppio.sh/" target="_blank"><img src="https://nestjs.com/img/dopiosh-logo.png" width="50" valign="middle" /></a></td>
113
113
  <td align="center" valign="middle"><a href="https://www.hingehealth.com/" target="_blank"><img src="https://nestjs.com/img/hinge-health-logo.svg" width="100" valign="middle" /></a></td>
114
+ <td align="center" valign="middle"><a href="https://julienferand.dev/" target="_blank"><img src="https://nestjs.com/img/julienferand-logo.jpeg" width="65" valign="middle" /></a></td>
115
+ <td align="center" valign="middle"><a href="https://www.tripoffice.com/" target="_blank"><img src="https://nestjs.com/img/tripoffice-logo.png" width="140" valign="middle" /></a></td>
114
116
  </tr></table>
115
117
 
116
118
  ## Backers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs/platform-socket.io",
3
- "version": "10.1.1",
3
+ "version": "10.1.3",
4
4
  "description": "Nest - modern, fast, powerful node.js web framework (@platform-socket.io)",
5
5
  "author": "Kamil Mysliwiec",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "socket.io": "4.7.1",
22
- "tslib": "2.6.0"
22
+ "tslib": "2.6.1"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@nestjs/common": "^10.0.0",