@thi.ng/server 0.6.0 → 0.6.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-02-21T21:54:17Z
3
+ - **Last updated**: 2025-02-25T13:25:07Z
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/README.md CHANGED
@@ -149,7 +149,7 @@ For Node.js REPL:
149
149
  const ser = await import("@thi.ng/server");
150
150
  ```
151
151
 
152
- Package sizes (brotli'd, pre-treeshake): ESM: 5.28 KB
152
+ Package sizes (brotli'd, pre-treeshake): ESM: 5.33 KB
153
153
 
154
154
  ## Dependencies
155
155
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/server",
3
- "version": "0.6.0",
3
+ "version": "0.6.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",
@@ -40,15 +40,15 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@thi.ng/api": "^8.11.21",
43
- "@thi.ng/arrays": "^2.10.17",
44
- "@thi.ng/cache": "^2.3.25",
45
- "@thi.ng/checks": "^3.7.0",
43
+ "@thi.ng/arrays": "^2.10.18",
44
+ "@thi.ng/cache": "^2.3.26",
45
+ "@thi.ng/checks": "^3.7.1",
46
46
  "@thi.ng/errors": "^2.5.27",
47
- "@thi.ng/file-io": "^2.1.29",
47
+ "@thi.ng/file-io": "^2.1.30",
48
48
  "@thi.ng/logger": "^3.1.2",
49
49
  "@thi.ng/mime": "^2.7.3",
50
- "@thi.ng/paths": "^5.2.3",
51
- "@thi.ng/router": "^4.1.20",
50
+ "@thi.ng/paths": "^5.2.4",
51
+ "@thi.ng/router": "^4.1.21",
52
52
  "@thi.ng/strings": "^3.9.6",
53
53
  "@thi.ng/timestamp": "^1.1.6",
54
54
  "@thi.ng/uuid": "^1.1.18"
@@ -163,5 +163,5 @@
163
163
  "status": "alpha",
164
164
  "year": 2024
165
165
  },
166
- "gitHead": "2958e6a9881bd9e06de587a2141f6d23c64278db\n"
166
+ "gitHead": "5084790092321b8654373237225c5f428f092782\n"
167
167
  }