@akemona-org/strapi-hook-redis 3.7.5 → 3.7.7-next.1
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.
- package/LICENSE +0 -6
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
Copyright (c) 2015-present Strapi Solutions SAS
|
|
2
2
|
|
|
3
|
-
Portions of the Strapi software are licensed as follows:
|
|
4
|
-
|
|
5
|
-
* All software that resides under an "ee/" directory (the “EE Software”), if that directory exists, is licensed under the license defined in "ee/LICENSE".
|
|
6
|
-
|
|
7
|
-
* All software outside of the above-mentioned directories or restrictions above is available under the "MIT Expat" license as set forth below.
|
|
8
|
-
|
|
9
3
|
MIT Expat License
|
|
10
4
|
|
|
11
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "3.7.
|
|
6
|
+
"version": "3.7.7-next.1",
|
|
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.7.
|
|
21
|
+
"@akemona-org/strapi-utils": "3.7.7-next.1",
|
|
22
22
|
"ioredis": "^4.27.1",
|
|
23
23
|
"lodash": "4.17.21",
|
|
24
24
|
"rimraf": "3.0.2",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"scripts": {
|
|
52
52
|
"test": "echo \"no tests yet\""
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "acb6c1ab4f30dcc63fe40e36f5c7eb8c26ff0f13"
|
|
55
55
|
}
|