@ditojs/server 2.19.0 → 2.21.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.
Files changed (2) hide show
  1. package/package.json +9 -9
  2. package/types/index.d.ts +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ditojs/server",
3
- "version": "2.19.0",
3
+ "version": "2.21.0",
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",
@@ -22,15 +22,15 @@
22
22
  "node >= 18"
23
23
  ],
24
24
  "dependencies": {
25
- "@ditojs/admin": "^2.19.0",
26
- "@ditojs/build": "^2.19.0",
27
- "@ditojs/router": "^2.19.0",
28
- "@ditojs/utils": "^2.19.0",
25
+ "@ditojs/admin": "^2.21.0",
26
+ "@ditojs/build": "^2.21.0",
27
+ "@ditojs/router": "^2.21.0",
28
+ "@ditojs/utils": "^2.21.0",
29
29
  "@koa/cors": "^5.0.0",
30
30
  "@koa/multer": "^3.0.2",
31
31
  "@originjs/vite-plugin-commonjs": "^1.0.3",
32
32
  "@vitejs/plugin-vue": "^5.0.2",
33
- "@vue/compiler-sfc": "^3.4.3",
33
+ "@vue/compiler-sfc": "~3.4.5",
34
34
  "ajv": "^8.12.0",
35
35
  "ajv-formats": "^2.1.1",
36
36
  "bcryptjs": "^2.4.3",
@@ -66,8 +66,8 @@
66
66
  "repl": "^0.1.3",
67
67
  "type-fest": "^4.9.0",
68
68
  "uuid": "^9.0.1",
69
- "vite": "^5.0.10",
70
- "vue": "^3.4.3"
69
+ "vite": "^5.0.11",
70
+ "vue": "~3.4.5"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@aws-sdk/client-s3": "^3.0.0",
@@ -88,7 +88,7 @@
88
88
  "typescript": "^5.3.3"
89
89
  },
90
90
  "types": "types",
91
- "gitHead": "e2509f3306ebc3d08be2e00d18f5594bfba3f658",
91
+ "gitHead": "4f5dfe7ff3112bb3f796c598a947de3b705592f0",
92
92
  "scripts": {
93
93
  "types": "tsc --noEmit --esModuleInterop ./types/index.d.ts"
94
94
  },
package/types/index.d.ts CHANGED
@@ -1090,8 +1090,6 @@ export class AdminController extends Controller {
1090
1090
  middleware(): Koa.Middleware
1091
1091
  setupViteServer(): void
1092
1092
  defineViteConfig(config: UserConfig): UserConfig
1093
- /** @deprecated Use `defineViteConfig` instead. */
1094
- getViteConfig(config: UserConfig): UserConfig
1095
1093
  }
1096
1094
  type ModelControllerHookType = 'collection' | 'member'
1097
1095
  type ModelControllerHookKeys<