@nocobase/server 0.19.0-alpha.2 → 0.19.0-alpha.3
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/lib/gateway/index.js +0 -1
- package/package.json +13 -13
package/lib/gateway/index.js
CHANGED
|
@@ -275,7 +275,6 @@ const _Gateway = class _Gateway extends import_events.EventEmitter {
|
|
|
275
275
|
await (0, import_plugin_symlink.createStoragePluginsSymlink)();
|
|
276
276
|
}
|
|
277
277
|
const mainApp = import_app_supervisor.AppSupervisor.getInstance().bootMainApp(options.mainAppOptions);
|
|
278
|
-
await mainApp.load();
|
|
279
278
|
mainApp.runAsCLI(process.argv, {
|
|
280
279
|
throwError: true,
|
|
281
280
|
from: "node"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/server",
|
|
3
|
-
"version": "0.19.0-alpha.
|
|
3
|
+
"version": "0.19.0-alpha.3",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "./lib/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
"@koa/cors": "^3.1.0",
|
|
11
11
|
"@koa/multer": "^3.0.2",
|
|
12
12
|
"@koa/router": "^9.4.0",
|
|
13
|
-
"@nocobase/acl": "0.19.0-alpha.
|
|
14
|
-
"@nocobase/actions": "0.19.0-alpha.
|
|
15
|
-
"@nocobase/auth": "0.19.0-alpha.
|
|
16
|
-
"@nocobase/cache": "0.19.0-alpha.
|
|
17
|
-
"@nocobase/database": "0.19.0-alpha.
|
|
18
|
-
"@nocobase/evaluators": "0.19.0-alpha.
|
|
19
|
-
"@nocobase/logger": "0.19.0-alpha.
|
|
20
|
-
"@nocobase/resourcer": "0.19.0-alpha.
|
|
21
|
-
"@nocobase/sdk": "0.19.0-alpha.
|
|
22
|
-
"@nocobase/telemetry": "0.19.0-alpha.
|
|
23
|
-
"@nocobase/utils": "0.19.0-alpha.
|
|
13
|
+
"@nocobase/acl": "0.19.0-alpha.3",
|
|
14
|
+
"@nocobase/actions": "0.19.0-alpha.3",
|
|
15
|
+
"@nocobase/auth": "0.19.0-alpha.3",
|
|
16
|
+
"@nocobase/cache": "0.19.0-alpha.3",
|
|
17
|
+
"@nocobase/database": "0.19.0-alpha.3",
|
|
18
|
+
"@nocobase/evaluators": "0.19.0-alpha.3",
|
|
19
|
+
"@nocobase/logger": "0.19.0-alpha.3",
|
|
20
|
+
"@nocobase/resourcer": "0.19.0-alpha.3",
|
|
21
|
+
"@nocobase/sdk": "0.19.0-alpha.3",
|
|
22
|
+
"@nocobase/telemetry": "0.19.0-alpha.3",
|
|
23
|
+
"@nocobase/utils": "0.19.0-alpha.3",
|
|
24
24
|
"@types/decompress": "4.2.4",
|
|
25
25
|
"@types/ini": "^1.3.31",
|
|
26
26
|
"@types/koa-send": "^4.1.3",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"@types/serve-handler": "^6.1.1",
|
|
54
54
|
"@types/ws": "^8.5.5"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "3cee597df101a3f8f0f1e2a6f75fc2dddd02ac74"
|
|
57
57
|
}
|