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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Alt](https://img.shields.io/npm/dt/ws-stomp?style=flat-square)](https://npmcharts.com/compare/ws-stomp?minimal=true)
5
5
  ![Alt](https://img.shields.io/github/license/mivui/ws-stomp?style=flat-square)
6
6
 
7
- ## ws-stomp is a simple Node.js server based on websocket STOMP.
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.2",
4
- "description": "ws-stomp is a simple Node.js server based on websocket STOMP.",
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",