@caboodle-tech/node-simple-server 4.2.1 → 4.2.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.
- package/bin/nss.js +1 -1
- package/changelogs/v4.md +4 -0
- package/package.json +1 -1
package/bin/nss.js
CHANGED
package/changelogs/v4.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
### NSS 4.2.2 (24 January 2024)
|
|
2
|
+
|
|
3
|
+
- feat: Add WebSocket to connection with backend routes.
|
|
4
|
+
|
|
1
5
|
### NSS 4.2.0 (23 January 2024)
|
|
2
6
|
|
|
3
7
|
- feat: WebSocket connections can now specify a specific backend route instead of just sending messages to the the listener (if any) for the pages path.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caboodle-tech/node-simple-server",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2",
|
|
4
4
|
"description": "Node Simple Server (NSS): A small but effective node based server for development sites, customizable live reloading, and websocket support built-in.",
|
|
5
5
|
"main": "bin/nss.js",
|
|
6
6
|
"scripts": {
|