1
0
mirror of https://github.com/redis/node-redis.git synced 2025-07-31 05:44:24 +03:00

Release json@5.6.1

This commit is contained in:
GitHub Action
2025-07-23 15:52:56 +00:00
parent 945b77af16
commit fc5ff18875
2 changed files with 16 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@redis/json",
"version": "5.6.0",
"version": "5.6.1",
"license": "MIT",
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
@ -13,7 +13,7 @@
"release": "release-it"
},
"peerDependencies": {
"@redis/client": "^5.6.0"
"@redis/client": "^5.6.1"
},
"devDependencies": {
"@redis/test-utils": "*"