@nocobase/plugin-multi-app-manager 0.7.0-alpha.83 → 0.7.1-alpha.5
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.
|
@@ -106,10 +106,11 @@ class ApplicationModel extends _database().Model {
|
|
|
106
106
|
Client = _require.Client;
|
|
107
107
|
|
|
108
108
|
const client = new Client({
|
|
109
|
-
user: username,
|
|
110
109
|
host,
|
|
111
|
-
|
|
112
|
-
|
|
110
|
+
port,
|
|
111
|
+
user: username,
|
|
112
|
+
password,
|
|
113
|
+
database: 'postgres'
|
|
113
114
|
});
|
|
114
115
|
yield client.connect();
|
|
115
116
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-multi-app-manager",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1-alpha.5",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"licenses": [
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
}
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@nocobase/server": "0.7.
|
|
13
|
+
"@nocobase/server": "0.7.1-alpha.5"
|
|
14
14
|
},
|
|
15
|
-
"gitHead": "
|
|
15
|
+
"gitHead": "c9159c6cf4b7deb80e87122d4b7967a510b8ae7c"
|
|
16
16
|
}
|