@mongoosejs/studio 0.0.79 → 0.0.81
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/frontend/public/app.js +1 -1
- package/frontend/src/routes.js +1 -1
- package/package.json +1 -1
package/frontend/public/app.js
CHANGED
|
@@ -2676,7 +2676,7 @@ const roleAccess = {
|
|
|
2676
2676
|
owner: ['root', 'model', 'document', 'dashboards', 'dashboard', 'team', 'chat'],
|
|
2677
2677
|
admin: ['root', 'model', 'document', 'dashboards', 'dashboard', 'team', 'chat'],
|
|
2678
2678
|
member: ['root', 'model', 'document', 'dashboards', 'dashboard', 'chat'],
|
|
2679
|
-
readonly: ['root', 'model', 'document'],
|
|
2679
|
+
readonly: ['root', 'model', 'document', 'chat'],
|
|
2680
2680
|
dashboards: ['dashboards', 'dashboard']
|
|
2681
2681
|
};
|
|
2682
2682
|
|
package/frontend/src/routes.js
CHANGED
|
@@ -5,7 +5,7 @@ const roleAccess = {
|
|
|
5
5
|
owner: ['root', 'model', 'document', 'dashboards', 'dashboard', 'team', 'chat'],
|
|
6
6
|
admin: ['root', 'model', 'document', 'dashboards', 'dashboard', 'team', 'chat'],
|
|
7
7
|
member: ['root', 'model', 'document', 'dashboards', 'dashboard', 'chat'],
|
|
8
|
-
readonly: ['root', 'model', 'document'],
|
|
8
|
+
readonly: ['root', 'model', 'document', 'chat'],
|
|
9
9
|
dashboards: ['dashboards', 'dashboard']
|
|
10
10
|
};
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mongoosejs/studio",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.81",
|
|
4
4
|
"description": "A sleek, powerful MongoDB UI with built-in dashboarding and auth, seamlessly integrated with your Express, Vercel, or Netlify app.",
|
|
5
5
|
"homepage": "https://studio.mongoosejs.io/",
|
|
6
6
|
"repository": {
|