@envelop/response-cache-redis 4.2.3-rc-20250306153119-ed3979491f3ac71caf439dd723f2d12d26b1000f → 4.2.4-alpha-20250619114542-005caf314ca2e738992e56b76a3ad27c9b5943b4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@envelop/response-cache-redis",
3
- "version": "4.2.3-rc-20250306153119-ed3979491f3ac71caf439dd723f2d12d26b1000f",
3
+ "version": "4.2.4-alpha-20250619114542-005caf314ca2e738992e56b76a3ad27c9b5943b4",
4
4
  "sideEffects": false,
5
5
  "dependencies": {
6
6
  "@whatwg-node/promise-helpers": "^1.2.4",
7
7
  "ioredis": "^5.4.2",
8
8
  "tslib": "^2.5.0",
9
- "@envelop/response-cache": "^7.1.3-rc-20250306153119-ed3979491f3ac71caf439dd723f2d12d26b1000f"
9
+ "@envelop/response-cache": "^8.0.0-alpha-20250619114542-005caf314ca2e738992e56b76a3ad27c9b5943b4"
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/n1ru4l/envelop.git",
13
+ "url": "https://github.com/graphql-hive/envelop.git",
14
14
  "directory": "packages/plugins/response-cache-redis"
15
15
  },
16
16
  "author": "David Thyresson <dthyresson@gmail.com>",