@bitspacerlabs/rabbit-relay 0.5.1 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,13 +4,13 @@
4
4
 
5
5
  <p align="center">
6
6
  <a href="https://www.npmjs.com/package/rabbit-relay">
7
- <img src="https://img.shields.io/npm/v/rabbit-relay.svg?style=flat-square" alt="NPM Version">
7
+ <img src="https://img.shields.io/npm/v/@bitspacerlabs/rabbit-relay.svg?style=flat-square" alt="NPM Version">
8
8
  </a>
9
9
  <a href="https://github.com/bitspacerlabs/rabbit-relay">
10
- <img src="https://img.shields.io/github/stars/bitspacerlabs/rabbit-relay.svg?style=flat-square" alt="GitHub Stars">
10
+ <img src="https://img.shields.io/github/stars/@bitspacerlabs/rabbit-relay.svg?style=flat-square" alt="GitHub Stars">
11
11
  </a>
12
12
  <a href="https://github.com/bitspacerlabs/rabbit-relay/issues">
13
- <img src="https://img.shields.io/github/issues/bitspacerlabs/rabbit-relay.svg?style=flat-square" alt="Issues">
13
+ <img src="https://img.shields.io/github/issues/@bitspacerlabs/rabbit-relay.svg?style=flat-square" alt="Issues">
14
14
  </a>
15
15
  <a href="https://opensource.org/licenses/MIT">
16
16
  <img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="License">
@@ -38,7 +38,7 @@ https://bitspacerlabs.github.io/rabbit-relay/
38
38
  ## Installation
39
39
 
40
40
  ```bash
41
- npm install rabbit-relay
41
+ npm install @bitspacerlabs/rabbit-relay
42
42
  ```
43
43
 
44
44
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitspacerlabs/rabbit-relay",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "A RabbitMQ-based event framework",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/cjs/index.js",