@strapi/permissions 0.0.0-next.7408df892b5a12da19143747d41f1e9614a29688 → 0.0.0-next.83d394f47f5b5ee11b31f535997dd73358434317
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 +6 -6
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.83d394f47f5b5ee11b31f535997dd73358434317",
|
|
4
4
|
"description": "Strapi's permission layer.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
],
|
|
22
22
|
"main": "./lib/index.js",
|
|
23
23
|
"scripts": {
|
|
24
|
-
"test:unit": "jest",
|
|
25
|
-
"test:unit:watch": "jest --watch",
|
|
26
|
-
"lint": "eslint ."
|
|
24
|
+
"test:unit": "run -T jest",
|
|
25
|
+
"test:unit:watch": "run -T jest --watch",
|
|
26
|
+
"lint": "run -T eslint ."
|
|
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.83d394f47f5b5ee11b31f535997dd73358434317",
|
|
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": "83d394f47f5b5ee11b31f535997dd73358434317"
|
|
39
39
|
}
|