@thi.ng/server 0.12.13 → 0.12.15

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/server",
3
- "version": "0.12.13",
3
+ "version": "0.12.15",
4
4
  "description": "Minimal HTTP server with declarative routing, static file serving and freely extensible via pre/post interceptors",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,19 +40,19 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@thi.ng/api": "^8.12.7",
43
- "@thi.ng/arrays": "^2.13.16",
44
- "@thi.ng/cache": "^2.3.55",
43
+ "@thi.ng/arrays": "^2.14.0",
44
+ "@thi.ng/cache": "^2.3.56",
45
45
  "@thi.ng/checks": "^3.7.23",
46
46
  "@thi.ng/errors": "^2.5.47",
47
- "@thi.ng/file-io": "^2.2.16",
47
+ "@thi.ng/file-io": "^2.2.17",
48
48
  "@thi.ng/leaky-bucket": "^0.2.19",
49
49
  "@thi.ng/logger": "^3.2.6",
50
50
  "@thi.ng/mime": "^2.7.23",
51
51
  "@thi.ng/paths": "^5.2.26",
52
- "@thi.ng/router": "^4.1.46",
53
- "@thi.ng/strings": "^3.9.27",
52
+ "@thi.ng/router": "^4.1.48",
53
+ "@thi.ng/strings": "^3.9.28",
54
54
  "@thi.ng/timestamp": "^1.1.26",
55
- "@thi.ng/uuid": "^1.1.38"
55
+ "@thi.ng/uuid": "^1.1.39"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/node": "^24.9.1",
@@ -167,5 +167,5 @@
167
167
  "status": "alpha",
168
168
  "year": 2024
169
169
  },
170
- "gitHead": "d977f819bcafdcb2b24c45f8d01a167fe29fc85a\n"
170
+ "gitHead": "74b6f319d8f52c9266d97f616be5298a6a5b96e4\n"
171
171
  }