@strapi/permissions 0.0.0-next.c58b405b44c71a93df733024d1f15c069cb6bdca → 0.0.0-next.e3b4cdeebf6e9b0cd5575ff80b8a86715d44ce98
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/permissions",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.e3b4cdeebf6e9b0cd5575ff80b8a86715d44ce98",
|
|
4
4
|
"description": "Strapi's permission layer.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@casl/ability": "5.4.4",
|
|
30
|
-
"@strapi/utils": "0.0.0-next.
|
|
30
|
+
"@strapi/utils": "0.0.0-next.e3b4cdeebf6e9b0cd5575ff80b8a86715d44ce98",
|
|
31
31
|
"lodash": "4.17.21",
|
|
32
32
|
"sift": "16.0.1"
|
|
33
33
|
},
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"node": ">=14.19.1 <=18.x.x",
|
|
36
36
|
"npm": ">=6.0.0"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "e3b4cdeebf6e9b0cd5575ff80b8a86715d44ce98"
|
|
39
39
|
}
|