BREAKING CHANGE(TypedSocket.createServer): Remove SmartExpress attachment support from createServer and upgrade smartsocket to ^3.0.0

This commit is contained in:
2025-12-03 09:34:33 +00:00
parent e2e359c9c7
commit 14966304e3
6 changed files with 35 additions and 27 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-12-03 - 4.0.0 - BREAKING CHANGE(TypedSocket.createServer)
Remove SmartExpress attachment support from createServer and upgrade smartsocket to ^3.0.0
- Bump dependency @push.rocks/smartsocket from ^2.1.0 to ^3.0.0.
- Remove optional SmartExpress attachment parameter from TypedSocket.createServer and remove the setExternalServer call — createServer now only accepts a TypedRouter and starts its own Smartsocket server.
- Update README: remove the SmartExpress integration section and adjust the API docs to reflect the new createServer(router) signature.
- Adjust TypeScript implementation to match the simplified createServer signature and behavior.
## 2025-12-02 - 3.1.1 - fix(package)
Include pnpm packageManager metadata in package.json