ws-stomp 1.1.2 → 1.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://npmcharts.com/compare/ws-stomp?minimal=true)
|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
### ws-stomp is a simple Node.js server base on websocket stomp
|
|
8
8
|
|
|
9
9
|
### install
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ws-stomp",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "ws-stomp is a simple Node.js server
|
|
3
|
+
"version": "1.1.3",
|
|
4
|
+
"description": "ws-stomp is a simple Node.js server base on websocket stomp",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
7
7
|
"module": "dist/index.esm.js",
|