@budibase/server 2.8.6-alpha.1 → 2.8.6-alpha.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/client/manifest.json +20 -0
- package/package.json +8 -8
package/client/manifest.json
CHANGED
|
@@ -4581,6 +4581,16 @@
|
|
|
4581
4581
|
"setting": "clickBehaviour",
|
|
4582
4582
|
"value": "details"
|
|
4583
4583
|
}
|
|
4584
|
+
},
|
|
4585
|
+
{
|
|
4586
|
+
"type": "boolean",
|
|
4587
|
+
"label": "Hide notifications",
|
|
4588
|
+
"key": "notificationOverride",
|
|
4589
|
+
"defaultValue": false,
|
|
4590
|
+
"dependsOn": {
|
|
4591
|
+
"setting": "clickBehaviour",
|
|
4592
|
+
"value": "details"
|
|
4593
|
+
}
|
|
4584
4594
|
}
|
|
4585
4595
|
]
|
|
4586
4596
|
},
|
|
@@ -5218,6 +5228,16 @@
|
|
|
5218
5228
|
"value": "View",
|
|
5219
5229
|
"invert": true
|
|
5220
5230
|
}
|
|
5231
|
+
},
|
|
5232
|
+
{
|
|
5233
|
+
"type": "boolean",
|
|
5234
|
+
"label": "Hide notifications",
|
|
5235
|
+
"key": "notificationOverride",
|
|
5236
|
+
"defaultValue": false,
|
|
5237
|
+
"dependsOn": {
|
|
5238
|
+
"setting": "showSaveButton",
|
|
5239
|
+
"value": true
|
|
5240
|
+
}
|
|
5221
5241
|
}
|
|
5222
5242
|
]
|
|
5223
5243
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/server",
|
|
3
3
|
"email": "hi@budibase.com",
|
|
4
|
-
"version": "2.8.6-alpha.
|
|
4
|
+
"version": "2.8.6-alpha.2",
|
|
5
5
|
"description": "Budibase Web Server",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"repository": {
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"license": "GPL-3.0",
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@apidevtools/swagger-parser": "10.0.3",
|
|
49
|
-
"@budibase/backend-core": "2.8.6-alpha.
|
|
50
|
-
"@budibase/client": "2.8.6-alpha.
|
|
51
|
-
"@budibase/pro": "2.8.6-alpha.
|
|
52
|
-
"@budibase/shared-core": "2.8.6-alpha.
|
|
53
|
-
"@budibase/string-templates": "2.8.6-alpha.
|
|
54
|
-
"@budibase/types": "2.8.6-alpha.
|
|
49
|
+
"@budibase/backend-core": "2.8.6-alpha.2",
|
|
50
|
+
"@budibase/client": "2.8.6-alpha.2",
|
|
51
|
+
"@budibase/pro": "2.8.6-alpha.2",
|
|
52
|
+
"@budibase/shared-core": "2.8.6-alpha.2",
|
|
53
|
+
"@budibase/string-templates": "2.8.6-alpha.2",
|
|
54
|
+
"@budibase/types": "2.8.6-alpha.2",
|
|
55
55
|
"@bull-board/api": "3.7.0",
|
|
56
56
|
"@bull-board/koa": "3.9.4",
|
|
57
57
|
"@elastic/elasticsearch": "7.10.0",
|
|
@@ -196,5 +196,5 @@
|
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
198
|
},
|
|
199
|
-
"gitHead": "
|
|
199
|
+
"gitHead": "181b937cf22e5ccb9b8d87dac97870a7d5e3fa8d"
|
|
200
200
|
}
|