@ditojs/server 1.9.0 → 1.9.1
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": "@ditojs/server",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Dito.js Server – Dito.js is a declarative and modern web framework, based on Objection.js, Koa.js and Vue.js",
|
|
6
6
|
"repository": "https://github.com/ditojs/dito/tree/master/packages/server",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"node >= 16"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@ditojs/admin": "^1.9.
|
|
24
|
+
"@ditojs/admin": "^1.9.1",
|
|
25
25
|
"@ditojs/build": "^1.8.0",
|
|
26
26
|
"@ditojs/router": "^1.9.0",
|
|
27
27
|
"@ditojs/utils": "^1.9.0",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
31
31
|
"ajv": "^8.11.0",
|
|
32
32
|
"ajv-formats": "^2.1.1",
|
|
33
|
-
"aws-sdk": "^2.
|
|
33
|
+
"aws-sdk": "^2.1180.0",
|
|
34
34
|
"axios": "^0.27.2",
|
|
35
35
|
"bcryptjs": "^2.4.3",
|
|
36
36
|
"bytes": "^3.1.2",
|
|
37
37
|
"data-uri-to-buffer": "^4.0.0",
|
|
38
38
|
"eventemitter2": "^6.4.6",
|
|
39
|
-
"file-type": "^17.1.
|
|
39
|
+
"file-type": "^17.1.3",
|
|
40
40
|
"fs-extra": "^10.1.0",
|
|
41
|
-
"image-size": "^1.0.
|
|
41
|
+
"image-size": "^1.0.2",
|
|
42
42
|
"is-svg": "^4.3.2",
|
|
43
43
|
"koa": "^2.13.4",
|
|
44
44
|
"koa-bodyparser": "^4.3.0",
|
|
@@ -61,23 +61,23 @@
|
|
|
61
61
|
"passthrough-counter": "^1.0.0",
|
|
62
62
|
"picocolors": "^1.0.0",
|
|
63
63
|
"picomatch": "^2.3.1",
|
|
64
|
-
"pino": "^8.
|
|
64
|
+
"pino": "^8.3.0",
|
|
65
65
|
"pino-pretty": "^8.1.0",
|
|
66
66
|
"pluralize": "^8.0.0",
|
|
67
67
|
"repl": "^0.1.3",
|
|
68
68
|
"uuid": "^8.3.2",
|
|
69
|
-
"vite": "^
|
|
70
|
-
"vite-plugin-vue2": "^2.0.
|
|
71
|
-
"vue": "^2.7.
|
|
72
|
-
"vue-template-compiler": "^2.7.
|
|
69
|
+
"vite": "^3.0.2",
|
|
70
|
+
"vite-plugin-vue2": "^2.0.2",
|
|
71
|
+
"vue": "^2.7.8",
|
|
72
|
+
"vue-template-compiler": "^2.7.8"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"knex": "^1.0.5",
|
|
76
76
|
"objection": "^3.0.1"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"knex": "^2.
|
|
79
|
+
"knex": "^2.2.0",
|
|
80
80
|
"objection": "^3.0.1"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "36ad7c74fedaf7ea7c94eb5bb7ecb4b2dca3a0ba"
|
|
83
83
|
}
|
|
@@ -130,7 +130,7 @@ export class AdminController extends Controller {
|
|
|
130
130
|
const server = await createServer({
|
|
131
131
|
...config,
|
|
132
132
|
server: {
|
|
133
|
-
middlewareMode:
|
|
133
|
+
middlewareMode: true,
|
|
134
134
|
hmr: {
|
|
135
135
|
// Use a random free port instead of vite's default 24678, since we
|
|
136
136
|
// may be running multiple servers in parallel (e.g. e2e and dev).
|