directus-extension-module-permissions 1.0.0 → 1.0.2

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 CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "directus-extension-module-permissions",
3
3
  "description": "Control Studio UI visibility for the module bar, Module Navigation, Content nav, Users role tree, Sidebar, and Start Page by role and policy",
4
4
  "icon": "security",
5
- "version": "1.0.0",
5
+ "version": "1.0.2",
6
6
  "license": "MIT",
7
7
  "keywords": [
8
8
  "directus",
@@ -50,7 +50,7 @@
50
50
  "source": "src/hook/index.ts"
51
51
  }
52
52
  ],
53
- "host": ">=11.0.0 <13.0.0"
53
+ "host": ">=9.26.0 <13.0.0"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "directus-extension build",