@akemona-org/strapi-hook-redis 3.10.4 → 3.12.0

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 +1 -15
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,21 +8,7 @@
8
8
 
9
9
  This built-in hook allows you to use [Redis](https://redis.io/) as a databases connection. Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.
10
10
 
11
- ---
12
-
13
- ## Deprecation Warning :warning:
14
-
15
- Hello, we've some news to share!
16
-
17
- We released Strapi V4 in Q4 2021 and Strapi V3 will reach end-of-support around the end of Q3 2022.
18
-
19
- Since this package won't be ported in V4, we took the decision to deprecate it.
20
-
21
- If you’ve contributed to the development of this package, thank you again for that! We hope to see you on the V4 soon.
22
-
23
- The Akemona team
24
-
25
- ---
11
+ ### Maintenance release by Akemona
26
12
 
27
13
  ## Motivation
28
14
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.10.4",
6
+ "version": "3.12.0",
7
7
  "description": "Redis hook for the Strapi framework",
8
8
  "homepage": "https://strapi.akemona.com",
9
9
  "keywords": [
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "main": "./lib",
20
20
  "dependencies": {
21
- "@akemona-org/strapi-utils": "3.10.4",
21
+ "@akemona-org/strapi-utils": "3.12.0",
22
22
  "ioredis": "^4.27.1",
23
23
  "lodash": "4.17.21",
24
24
  "rimraf": "4.1.0",
@@ -51,5 +51,5 @@
51
51
  "scripts": {
52
52
  "test": "echo \"no tests yet\""
53
53
  },
54
- "gitHead": "404dd36a3e02a6b9a067a0828ee5070c64071488"
54
+ "gitHead": "5eff2890f97943a724086d37182e1e3815704866"
55
55
  }