@vercube/core 0.0.1-alpha.15 → 0.0.1-alpha.17

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.
@@ -79,7 +79,7 @@ export declare namespace ConfigTypes {
79
79
  /**
80
80
  * Static server options
81
81
  */
82
- static: {
82
+ static?: {
83
83
  dirs: string[]
84
84
  maxAge?: number
85
85
  immutable?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercube/core",
3
- "version": "0.0.1-alpha.15",
3
+ "version": "0.0.1-alpha.17",
4
4
  "description": "Core module for Vercube framework",
5
5
  "repository": "@vercube/core",
6
6
  "license": "MIT",
@@ -26,8 +26,8 @@
26
26
  "pathe": "2.0.3",
27
27
  "rou3": "0.5.1",
28
28
  "srvx": "0.2.7",
29
- "@vercube/di": "0.0.1-alpha.15",
30
- "@vercube/logger": "0.0.1-alpha.15"
29
+ "@vercube/di": "0.0.1-alpha.17",
30
+ "@vercube/logger": "0.0.1-alpha.17"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"