@steedos/service-pages 2.5.16 → 2.5.17-beta.10
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.
|
@@ -4,7 +4,7 @@ CustomApplications:
|
|
|
4
4
|
description: null
|
|
5
5
|
CustomLabels:
|
|
6
6
|
menu_user_interface: User Interface
|
|
7
|
-
menu_pages:
|
|
7
|
+
menu_pages: Micro Pages
|
|
8
8
|
page_assignments_error_not_allowed_to_application_pages: Prohibit assigning permissions to application pages
|
|
9
9
|
page_assignments_error_organization_default_already_exists: Authorization for 'Organization Default Settings' already exists
|
|
10
10
|
page_assignments_error_application_default_already_exists: Authorization for 'Application Default Settings' already exists
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-pages",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.17-beta.10",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {},
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
10
10
|
},
|
|
11
|
-
"gitHead": "
|
|
11
|
+
"gitHead": "d4a1c8b4938c6b7853b4890902ec7b9ea60a1a70",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"ejs": "^3.1.8"
|
|
14
14
|
}
|