@tulipes/socket.io 0.1.0-rc.1 → 0.1.0-rc.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tulipes/socket.io",
3
- "version": "0.1.0-rc.1",
3
+ "version": "0.1.0-rc.2",
4
4
  "description": "Socket.IO sockets provider for Tulipes apps: module-owned namespaces on the backend's HTTP server, behind core's sockets capability",
5
5
  "type": "module",
6
6
  "exports": {
@@ -29,7 +29,7 @@
29
29
  "@tulipes/core": "^0.10.0-rc.2"
30
30
  },
31
31
  "devDependencies": {
32
- "@tulipes/core": "0.10.0-rc.2",
32
+ "@tulipes/core": "0.10.0-rc.3",
33
33
  "@types/node": "^24.2.0",
34
34
  "typescript": "^7.0.2"
35
35
  },