@ditojs/server 2.61.0 → 2.62.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ditojs/server",
3
- "version": "2.61.0",
3
+ "version": "2.62.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",
@@ -26,23 +26,23 @@
26
26
  "node >= 18"
27
27
  ],
28
28
  "dependencies": {
29
- "@ditojs/admin": "^2.61.0",
30
- "@ditojs/build": "^2.61.0",
31
- "@ditojs/router": "^2.61.0",
32
- "@ditojs/utils": "^2.61.0",
29
+ "@ditojs/admin": "^2.62.0",
30
+ "@ditojs/build": "^2.62.0",
31
+ "@ditojs/router": "^2.62.0",
32
+ "@ditojs/utils": "^2.62.0",
33
33
  "@koa/cors": "^5.0.0",
34
34
  "@koa/etag": "^5.0.1",
35
35
  "@koa/multer": "^4.0.0",
36
36
  "@originjs/vite-plugin-commonjs": "^1.0.3",
37
37
  "ajv": "^8.17.1",
38
38
  "ajv-formats": "^3.0.1",
39
- "bcryptjs": "^3.0.2",
39
+ "bcryptjs": "^3.0.3",
40
40
  "bytes": "^3.1.2",
41
41
  "data-uri-to-buffer": "^6.0.2",
42
42
  "eventemitter2": "^6.4.9",
43
43
  "file-type": "^21.0.0",
44
44
  "helmet": "^8.1.0",
45
- "koa": "^3.0.1",
45
+ "koa": "^3.1.1",
46
46
  "koa-bodyparser": "^4.4.1",
47
47
  "koa-compose": "^4.1.0",
48
48
  "koa-compress": "^5.1.1",
@@ -63,11 +63,11 @@
63
63
  "passthrough-counter": "^1.0.0",
64
64
  "picocolors": "^1.1.1",
65
65
  "picomatch": "^4.0.3",
66
- "pino": "^10.0.0",
66
+ "pino": "^10.1.0",
67
67
  "pino-pretty": "^13.1.2",
68
68
  "pluralize": "^8.0.0",
69
69
  "repl": "^0.1.3",
70
- "type-fest": "^5.1.0",
70
+ "type-fest": "^5.2.0",
71
71
  "uuid": "^13.0.0"
72
72
  },
73
73
  "peerDependencies": {
@@ -79,16 +79,16 @@
79
79
  "devDependencies": {
80
80
  "@aws-sdk/client-s3": "^3.832.0",
81
81
  "@aws-sdk/lib-storage": "^3.832.0",
82
- "@types/koa-bodyparser": "^4.3.12",
83
- "@types/koa-compress": "^4.0.6",
82
+ "@types/koa-bodyparser": "^4.3.13",
83
+ "@types/koa-compress": "^4.0.7",
84
84
  "@types/koa-response-time": "^2.1.5",
85
85
  "@types/koa-session": "^6.4.5",
86
86
  "@types/koa-static": "^4.0.4",
87
- "@types/koa__cors": "^5.0.0",
88
- "@types/node": "^24.7.2",
87
+ "@types/koa__cors": "^5.0.1",
88
+ "@types/node": "^24.10.0",
89
89
  "knex": "^3.1.0",
90
90
  "objection": "^3.1.5",
91
91
  "typescript": "^5.9.3"
92
92
  },
93
- "gitHead": "0e2ceaa87f7f1680b6f4abb69d80178d189f8b63"
93
+ "gitHead": "4b9d07116e6ecbcd3b1103fb075c936fc5aa7f90"
94
94
  }
@@ -294,7 +294,6 @@ const coreDependencies = [
294
294
  // a json file?
295
295
 
296
296
  'vue',
297
- 'vue-demi',
298
297
  '@vue/*',
299
298
  '@vueuse/*',
300
299
  '@lk77/vue3-color',