@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/dist/index.js
CHANGED
|
@@ -38995,7 +38995,7 @@ async function fetchAppPackage(ctx) {
|
|
|
38995
38995
|
let application2 = await db2.get(DocumentType2.APP_METADATA);
|
|
38996
38996
|
const layouts = await getLayouts();
|
|
38997
38997
|
let screens = await getScreens();
|
|
38998
|
-
const license = await licensing_exports.
|
|
38998
|
+
const license = await licensing_exports.cache.getCachedLicense();
|
|
38999
38999
|
application2.usedPlugins = objectStore_exports2.enrichPluginURLs(
|
|
39000
39000
|
application2.usedPlugins
|
|
39001
39001
|
);
|