@budibase/server 2.7.21-alpha.0 → 2.7.21-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/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +8 -8
- package/src/api/controllers/application.ts +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/server",
|
|
3
3
|
"email": "hi@budibase.com",
|
|
4
|
-
"version": "2.7.21-alpha.
|
|
4
|
+
"version": "2.7.21-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.7.21-alpha.
|
|
50
|
-
"@budibase/client": "2.7.21-alpha.
|
|
51
|
-
"@budibase/pro": "2.7.21-alpha.
|
|
52
|
-
"@budibase/shared-core": "2.7.21-alpha.
|
|
53
|
-
"@budibase/string-templates": "2.7.21-alpha.
|
|
54
|
-
"@budibase/types": "2.7.21-alpha.
|
|
49
|
+
"@budibase/backend-core": "2.7.21-alpha.2",
|
|
50
|
+
"@budibase/client": "2.7.21-alpha.2",
|
|
51
|
+
"@budibase/pro": "2.7.21-alpha.2",
|
|
52
|
+
"@budibase/shared-core": "2.7.21-alpha.2",
|
|
53
|
+
"@budibase/string-templates": "2.7.21-alpha.2",
|
|
54
|
+
"@budibase/types": "2.7.21-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",
|
|
@@ -195,5 +195,5 @@
|
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
|
-
"gitHead": "
|
|
198
|
+
"gitHead": "5e7c977d0ffb51b097b953f86427b9019e00a803"
|
|
199
199
|
}
|
|
@@ -208,7 +208,7 @@ export async function fetchAppPackage(ctx: UserCtx) {
|
|
|
208
208
|
let application = await db.get(DocumentType.APP_METADATA)
|
|
209
209
|
const layouts = await getLayouts()
|
|
210
210
|
let screens = await getScreens()
|
|
211
|
-
const license = await licensing.
|
|
211
|
+
const license = await licensing.cache.getCachedLicense()
|
|
212
212
|
|
|
213
213
|
// Enrich plugin URLs
|
|
214
214
|
application.usedPlugins = objectStore.enrichPluginURLs(
|