Skip to content

Commit 79ddf12

Browse files
committed
Update metadata and readme because of npm search changes
1 parent 9fb33da commit 79ddf12

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rascal
22

3-
Rascal is a rich pub/sub wrapper around [amqplib](https://www.npmjs.com/package/amqplib).
3+
Rascal is an advanced RabbitMQ / AMQP client built on [amqplib](https://www.npmjs.com/package/amqplib).
44

55
[![NPM version](https://img.shields.io/npm/v/rascal.svg?style=flat-square)](https://www.npmjs.com/package/rascal)
66
[![NPM downloads](https://img.shields.io/npm/dm/rascal.svg?style=flat-square)](https://www.npmjs.com/package/rascal)
@@ -12,7 +12,7 @@ Rascal is a rich pub/sub wrapper around [amqplib](https://www.npmjs.com/package/
1212

1313
## About
1414

15-
Rascal is a rich pub/sub wrapper for the excellent [amqplib](https://www.npmjs.com/package/amqplib). One of the best things about amqplib is that it doesn't make assumptions about how you use it. Another is that it doesn't attempt to abstract away [AMQP Concepts](https://www.rabbitmq.com/tutorials/amqp-concepts.html). As a result the library offers a great deal of control and flexibility, but the onus is on you adopt appropriate patterns and configuration. You need to be aware that:
15+
Rascal is an advanced RabbitMQ / AMQP client built on [amqplib](https://www.npmjs.com/package/amqplib). One of the best things about amqplib is that it doesn't make assumptions about how you use it. Another is that it doesn't attempt to abstract away [AMQP Concepts](https://www.rabbitmq.com/tutorials/amqp-concepts.html). As a result the library offers a great deal of control and flexibility, but the onus is on you adopt appropriate patterns and configuration. You need to be aware that:
1616

1717
- Messages are not persistent by default and will be lost if your broker restarts
1818
- Messages that crash your app will be infinitely retried

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rascal",
33
"version": "20.1.0",
4-
"description": "A config driven wrapper for amqplib supporting multi-host connections, automatic error recovery, redelivery flood protection, transparent encryption / decryption, channel pooling and publication timeouts",
4+
"description": "An advanced RabbitMQ / AMQP client built on amqplib",
55
"main": "index.js",
66
"dependencies": {
77
"async": "^3.2.4",
@@ -47,13 +47,10 @@
4747
"**/*.js": "eslint --fix"
4848
},
4949
"keywords": [
50-
"amqplib",
51-
"amqp",
5250
"rabbitmq",
53-
"callback",
54-
"promise",
55-
"await",
56-
"async"
51+
"rabbit",
52+
"amqplib",
53+
"amqp"
5754
],
5855
"repository": {
5956
"type": "git",

0 commit comments

Comments
 (0)