@prismakit/redis 1.0.1 → 1.0.2

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 +3 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -25,8 +25,9 @@ Pass `cache` into `createRepository` deps, or into `PrismaKitModule.forRoot({ ca
25
25
 
26
26
  ## Docs
27
27
 
28
- - [GitHub README](https://github.com/fikiap23/prismakit#readme)
29
- - [Cache guide](https://github.com/fikiap23/prismakit/blob/master/docs/CACHE.md)
28
+ - [Documentation index](https://github.com/fikiap23/prismakit/blob/master/docs/README.md)
29
+ - [Cache guide](https://github.com/fikiap23/prismakit/blob/master/docs/guide/cache.md)
30
+
30
31
 
31
32
  ## License
32
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismakit/redis",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Redis CacheAdapter for @prismakit/core",
5
5
  "license": "Apache-2.0",
6
6
  "engines": {
@@ -23,11 +23,11 @@
23
23
  "README.md"
24
24
  ],
25
25
  "dependencies": {
26
- "@prismakit/core": "1.0.1"
26
+ "@prismakit/core": "1.0.2"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "ioredis": ">=5.0.0",
30
- "@prismakit/core": "1.0.1"
30
+ "@prismakit/core": "1.0.2"
31
31
  },
32
32
  "devDependencies": {
33
33
  "ioredis": "^5.6.0",