@budibase/server 2.17.3 → 2.17.4
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/client/manifest.json
CHANGED
|
@@ -6742,6 +6742,17 @@
|
|
|
6742
6742
|
"key": "disabled",
|
|
6743
6743
|
"defaultValue": false
|
|
6744
6744
|
},
|
|
6745
|
+
{
|
|
6746
|
+
"type": "boolean",
|
|
6747
|
+
"label": "Read only",
|
|
6748
|
+
"key": "readonly",
|
|
6749
|
+
"defaultValue": false,
|
|
6750
|
+
"dependsOn": {
|
|
6751
|
+
"setting": "disabled",
|
|
6752
|
+
"value": true,
|
|
6753
|
+
"invert": true
|
|
6754
|
+
}
|
|
6755
|
+
},
|
|
6745
6756
|
{
|
|
6746
6757
|
"type": "select",
|
|
6747
6758
|
"label": "Layout",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/server",
|
|
3
3
|
"email": "hi@budibase.com",
|
|
4
|
-
"version": "2.17.
|
|
4
|
+
"version": "2.17.4",
|
|
5
5
|
"description": "Budibase Web Server",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"repository": {
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"license": "GPL-3.0",
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@apidevtools/swagger-parser": "10.0.3",
|
|
46
|
-
"@budibase/backend-core": "2.17.
|
|
47
|
-
"@budibase/client": "2.17.
|
|
48
|
-
"@budibase/pro": "2.17.
|
|
49
|
-
"@budibase/shared-core": "2.17.
|
|
50
|
-
"@budibase/string-templates": "2.17.
|
|
51
|
-
"@budibase/types": "2.17.
|
|
46
|
+
"@budibase/backend-core": "2.17.4",
|
|
47
|
+
"@budibase/client": "2.17.4",
|
|
48
|
+
"@budibase/pro": "2.17.4",
|
|
49
|
+
"@budibase/shared-core": "2.17.4",
|
|
50
|
+
"@budibase/string-templates": "2.17.4",
|
|
51
|
+
"@budibase/types": "2.17.4",
|
|
52
52
|
"@bull-board/api": "3.7.0",
|
|
53
53
|
"@bull-board/koa": "3.9.4",
|
|
54
54
|
"@elastic/elasticsearch": "7.10.0",
|
|
@@ -184,5 +184,5 @@
|
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
},
|
|
187
|
-
"gitHead": "
|
|
187
|
+
"gitHead": "1ae8d8a556e3fe6a95e082784f6c365160d16638"
|
|
188
188
|
}
|