@cloudbase/framework-plugin-low-code 0.7.1 → 0.7.2-beta.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/framework-plugin-low-code",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2-beta.0",
|
|
4
4
|
"description": "云开发 Tencent CloudBase Framework Low Code Plugin,将低码配置生成完整项目并一键部署云开发资源。",
|
|
5
5
|
"author": "yhsunshining@gmail.com",
|
|
6
6
|
"homepage": "https://github.com/TencentCloudBase/cloudbase-framework#readme",
|
|
@@ -155,7 +155,7 @@ export function findLoginPage(app = window.app) {
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
let _AUTH_CONFIG_CACHE = null;
|
|
158
|
-
async function getAuthConfig(app = window.app) {
|
|
158
|
+
export async function getAuthConfig(app = window.app) {
|
|
159
159
|
if (_AUTH_CONFIG_CACHE) {
|
|
160
160
|
return _AUTH_CONFIG_CACHE;
|
|
161
161
|
}
|