1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

Release json@5.5.6

This commit is contained in:
Nikolay Karadzhov
2025-06-06 10:14:12 +03:00
parent b2519abe7b
commit a5dc786b76
2 changed files with 14 additions and 2 deletions

14
package-lock.json generated
View File

@@ -7423,7 +7423,7 @@
},
"packages/json": {
"name": "@redis/json",
"version": "5.1.1",
"version": "5.5.6",
"license": "MIT",
"devDependencies": {
"@redis/test-utils": "*"
@@ -7473,6 +7473,18 @@
"node": ">= 18"
}
},
"packages/redis/node_modules/@redis/json": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/@redis/json/-/json-5.1.1.tgz",
"integrity": "sha512-A5M0dcgxGKq+oE6spIPBcGLDBiwoSPTs2wesVb4x30rXfG6rPtqt1Z7fCMtvTL2kHUNRKgZ78zhD+0+MENZt7g==",
"license": "MIT",
"engines": {
"node": ">= 18"
},
"peerDependencies": {
"@redis/client": "^5.1.1"
}
},
"packages/search": {
"name": "@redis/search",
"version": "5.1.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@redis/json",
"version": "5.1.1",
"version": "5.5.6",
"license": "MIT",
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",