1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

Release time-series@5.7.0

This commit is contained in:
GitHub Action
2025-07-31 13:39:34 +00:00
parent f37f98aced
commit fa3ca983a3
2 changed files with 16 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@redis/time-series",
"version": "5.6.1",
"version": "5.7.0",
"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.1"
"@redis/client": "^5.7.0"
},
"devDependencies": {
"@redis/test-utils": "*"