@ditojs/server 2.36.1 → 2.36.2
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 +6 -6
- package/types/index.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ditojs/server",
|
|
3
|
-
"version": "2.36.
|
|
3
|
+
"version": "2.36.2",
|
|
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",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"node >= 18"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@ditojs/admin": "^2.36.
|
|
29
|
-
"@ditojs/build": "^2.36.
|
|
28
|
+
"@ditojs/admin": "^2.36.2",
|
|
29
|
+
"@ditojs/build": "^2.36.2",
|
|
30
30
|
"@ditojs/router": "^2.36.0",
|
|
31
31
|
"@ditojs/utils": "^2.36.0",
|
|
32
32
|
"@koa/cors": "^5.0.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"pluralize": "^8.0.0",
|
|
67
67
|
"repl": "^0.1.3",
|
|
68
68
|
"type-fest": "^4.26.1",
|
|
69
|
-
"uuid": "^
|
|
69
|
+
"uuid": "^11.0.0"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"@aws-sdk/client-s3": "^3.0.0",
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
"@types/koa-session": "^6.4.5",
|
|
84
84
|
"@types/koa-static": "^4.0.4",
|
|
85
85
|
"@types/koa__cors": "^5.0.0",
|
|
86
|
-
"@types/node": "^22.
|
|
86
|
+
"@types/node": "^22.8.1",
|
|
87
87
|
"knex": "^3.1.0",
|
|
88
88
|
"objection": "^3.1.5",
|
|
89
89
|
"typescript": "^5.6.3"
|
|
90
90
|
},
|
|
91
91
|
"types": "types",
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "1fe383dfcdd9f856f324450d60c081be51071cf9"
|
|
93
93
|
}
|
package/types/index.d.ts
CHANGED
|
@@ -385,7 +385,7 @@ export class Application<$Models extends Models = Models> {
|
|
|
385
385
|
addController(controllers: Controller, namespace?: string): void
|
|
386
386
|
addControllers(controllers: ApplicationControllers, namespace?: string): void
|
|
387
387
|
setupControllers(): Promise<void>
|
|
388
|
-
|
|
388
|
+
defineAdminViteConfig(config?: UserConfig): UserConfig
|
|
389
389
|
logger: PinoLogger
|
|
390
390
|
requestStorage: AsyncLocalStorage<AsyncRequestLocals>
|
|
391
391
|
requestLocals: AsyncRequestLocals
|