@budibase/server 2.8.29-alpha.4 → 2.8.29-alpha.6
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/builder/index.html
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
<link href="/builder/fonts/source-sans-pro/600.css" rel="stylesheet" />
|
|
10
10
|
<link href="/builder/fonts/source-sans-pro/700.css" rel="stylesheet" />
|
|
11
11
|
<link href="/builder/fonts/remixicon.css" rel="stylesheet" />
|
|
12
|
-
<script type="module" crossorigin src="/builder/assets/index.
|
|
13
|
-
<link rel="stylesheet" href="/builder/assets/index.
|
|
12
|
+
<script type="module" crossorigin src="/builder/assets/index.5c4b6c17.js"></script>
|
|
13
|
+
<link rel="stylesheet" href="/builder/assets/index.c1b7669e.css">
|
|
14
14
|
</head>
|
|
15
15
|
|
|
16
16
|
<body id="app">
|
package/client/manifest.json
CHANGED
|
@@ -5420,11 +5420,7 @@
|
|
|
5420
5420
|
"type": "boolean",
|
|
5421
5421
|
"label": "Hide notifications",
|
|
5422
5422
|
"key": "notificationOverride",
|
|
5423
|
-
"defaultValue": false
|
|
5424
|
-
"dependsOn": {
|
|
5425
|
-
"setting": "showSaveButton",
|
|
5426
|
-
"value": true
|
|
5427
|
-
}
|
|
5423
|
+
"defaultValue": false
|
|
5428
5424
|
}
|
|
5429
5425
|
]
|
|
5430
5426
|
}
|
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.29-alpha.
|
|
4
|
+
"version": "2.8.29-alpha.6",
|
|
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.29-alpha.
|
|
50
|
-
"@budibase/client": "2.8.29-alpha.
|
|
51
|
-
"@budibase/pro": "2.8.29-alpha.
|
|
52
|
-
"@budibase/shared-core": "2.8.29-alpha.
|
|
53
|
-
"@budibase/string-templates": "2.8.29-alpha.
|
|
54
|
-
"@budibase/types": "2.8.29-alpha.
|
|
49
|
+
"@budibase/backend-core": "2.8.29-alpha.6",
|
|
50
|
+
"@budibase/client": "2.8.29-alpha.6",
|
|
51
|
+
"@budibase/pro": "2.8.29-alpha.6",
|
|
52
|
+
"@budibase/shared-core": "2.8.29-alpha.6",
|
|
53
|
+
"@budibase/string-templates": "2.8.29-alpha.6",
|
|
54
|
+
"@budibase/types": "2.8.29-alpha.6",
|
|
55
55
|
"@bull-board/api": "3.7.0",
|
|
56
56
|
"@bull-board/koa": "3.9.4",
|
|
57
57
|
"@elastic/elasticsearch": "7.10.0",
|
|
@@ -205,5 +205,5 @@
|
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
|
-
"gitHead": "
|
|
208
|
+
"gitHead": "b19481328e0ea06861a151723f6fdde9336c8861"
|
|
209
209
|
}
|