koa-classic-server 3.0.0-alpha.0 → 3.0.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": "koa-classic-server",
3
- "version": "3.0.0-alpha.0",
3
+ "version": "3.0.1",
4
4
  "description": "High-performance Koa middleware for serving static files with Apache-like directory listing, HTTP caching, template engine support, and comprehensive security fixes",
5
5
  "main": "index.cjs",
6
6
  "exports": {
@@ -51,5 +51,10 @@
51
51
  "inquirer": "^13.3.0",
52
52
  "jest": "^30.2.0",
53
53
  "supertest": "^7.2.2"
54
+ },
55
+ "overrides": {
56
+ "glob": "^13.0.6",
57
+ "babel-plugin-istanbul": "^8.0.0",
58
+ "test-exclude": "^8.0.0"
54
59
  }
55
60
  }