@fetaoily/nest-mqtt 1.0.2 → 1.0.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,12 +7,12 @@ A MQTT module for Nest.js. Compatible with emqtt.
7
7
  ## Installation
8
8
 
9
9
  ```bash
10
- $ npm install nest-mqtt mqtt --save
10
+ $ npm install @fetaoily/nest-mqtt mqtt --save
11
11
  ```
12
12
 
13
13
  or
14
14
  ```bash
15
- $ yarn add nest-mqtt mqtt
15
+ $ yarn add @fetaoily/nest-mqtt mqtt
16
16
  ```
17
17
 
18
18
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fetaoily/nest-mqtt",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A MQTT module for Nest.js",
5
5
  "author": "microud,fetaoily",
6
6
  "license": "MIT",