@strapi/permissions 0.0.0-next.7408df892b5a12da19143747d41f1e9614a29688 → 0.0.0-next.9542f2748460d5d94905e89d1902c0e1625fbea0

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 (1) hide show
  1. 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.7408df892b5a12da19143747d41f1e9614a29688",
3
+ "version": "0.0.0-next.9542f2748460d5d94905e89d1902c0e1625fbea0",
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.7408df892b5a12da19143747d41f1e9614a29688",
30
+ "@strapi/utils": "0.0.0-next.9542f2748460d5d94905e89d1902c0e1625fbea0",
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": "7408df892b5a12da19143747d41f1e9614a29688"
38
+ "gitHead": "9542f2748460d5d94905e89d1902c0e1625fbea0"
39
39
  }