@thi.ng/server 0.4.0 → 0.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-02-10T21:44:04Z
3
+ - **Last updated**: 2025-02-13T16:03:11Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/server",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
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",
@@ -39,24 +39,24 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.19",
43
- "@thi.ng/arrays": "^2.10.14",
44
- "@thi.ng/cache": "^2.3.22",
45
- "@thi.ng/checks": "^3.6.22",
46
- "@thi.ng/errors": "^2.5.25",
47
- "@thi.ng/file-io": "^2.1.26",
48
- "@thi.ng/logger": "^3.1.0",
49
- "@thi.ng/mime": "^2.7.1",
50
- "@thi.ng/paths": "^5.2.0",
51
- "@thi.ng/router": "^4.1.17",
52
- "@thi.ng/strings": "^3.9.4",
53
- "@thi.ng/timestamp": "^1.1.4",
54
- "@thi.ng/uuid": "^1.1.16"
42
+ "@thi.ng/api": "^8.11.20",
43
+ "@thi.ng/arrays": "^2.10.15",
44
+ "@thi.ng/cache": "^2.3.23",
45
+ "@thi.ng/checks": "^3.6.23",
46
+ "@thi.ng/errors": "^2.5.26",
47
+ "@thi.ng/file-io": "^2.1.27",
48
+ "@thi.ng/logger": "^3.1.1",
49
+ "@thi.ng/mime": "^2.7.2",
50
+ "@thi.ng/paths": "^5.2.1",
51
+ "@thi.ng/router": "^4.1.18",
52
+ "@thi.ng/strings": "^3.9.5",
53
+ "@thi.ng/timestamp": "^1.1.5",
54
+ "@thi.ng/uuid": "^1.1.17"
55
55
  },
56
56
  "devDependencies": {
57
- "@types/node": "^22.10.10",
58
- "esbuild": "^0.24.2",
59
- "typedoc": "^0.27.6",
57
+ "@types/node": "^22.13.1",
58
+ "esbuild": "^0.25.0",
59
+ "typedoc": "^0.27.7",
60
60
  "typescript": "^5.7.3"
61
61
  },
62
62
  "keywords": [
@@ -163,5 +163,5 @@
163
163
  "status": "alpha",
164
164
  "year": 2024
165
165
  },
166
- "gitHead": "dcc1dbfa6eae31ac65e12843987b94d4a7edc144\n"
166
+ "gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n"
167
167
  }