Skip to content

Commit

Permalink
Update to [email protected] (#60)
Browse files Browse the repository at this point in the history
* Update to [email protected]
  • Loading branch information
chdanielmueller authored Nov 19, 2024
1 parent 7de9987 commit 7dddb48
Show file tree
Hide file tree
Showing 10 changed files with 6,335 additions and 3,317 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"plugin:@typescript-eslint/recommended",
"plugin:jest/recommended",
"plugin:security/recommended-legacy",
"plugin:sonarjs/recommended",
"plugin:sonarjs/recommended-legacy",
"plugin:unicorn/recommended",
"standard"
],
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This package is influenced by [graphql-redis-subscriptions](https://github.com/d
[![npm Version](https://img.shields.io/npm/v/graphql-amqp-subscriptions.svg)](https://www.npmjs.com/package/graphql-amqp-subscriptions)
[![npm Downloads](https://img.shields.io/npm/dm/graphql-amqp-subscriptions.svg)](https://www.npmjs.com/package/graphql-amqp-subscriptions)

## [email protected]

If you are using `[email protected]` please use `graphql-amqp-subscriptions@2`.

## Basic usage

```javascript
Expand Down
Loading

0 comments on commit 7dddb48

Please sign in to comment.