@envelop/response-cache-redis 4.2.4 → 4.2.5

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,11 +25,11 @@ In order to use the Redis cache, you need to:
25
25
  - Create an instance of the Redis Cache and set to the `useResponseCache` plugin options
26
26
 
27
27
  ```ts
28
- import { parse, validate, specifiedRules, execute, subscribe } from 'graphql'
28
+ import { execute, parse, specifiedRules, subscribe, validate } from 'graphql'
29
+ import Redis from 'ioredis'
29
30
  import { envelop, useEngine } from '@envelop/core'
30
31
  import { useResponseCache } from '@envelop/response-cache'
31
32
  import { createRedisCache } from '@envelop/response-cache-redis'
32
- import Redis from 'ioredis'
33
33
 
34
34
  /**
35
35
  * For additional Redis options to create the ioredis client
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@envelop/response-cache-redis",
3
- "version": "4.2.4",
3
+ "version": "4.2.5",
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": "^8.0.0"
9
+ "@envelop/response-cache": "^9.0.0"
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",