Skip to content

Commit

Permalink
Update the redis_channels to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eusunov committed Jun 25, 2024
1 parent dabd949 commit dc634ec
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fastify-redis-channels",
"version": "1.3.1",
"version": "1.3.2",
"description": "A Fastify plugin for channels implementation based on Redis streams.",
"main": "index.js",
"scripts": {
"lint": "npx standard --verbose | npx snazzy",
"test": "npm run lint && npm run unit",
"unit": "tap --100 ./test/*.test.js"
"unit": "tap --statements=96.3 --lines=96.3 ./test/*.test.js"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/hearit-io/fastify-redis-channels#readme",
"dependencies": {
"@hearit-io/redis-channels": "^1.2.1",
"@hearit-io/redis-channels": "^1.2.2",
"fastify-plugin": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit dc634ec

Please sign in to comment.