@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 +1 -1
- package/README.md +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/server",
|
|
3
|
-
"version": "0.6.
|
|
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.
|
|
44
|
-
"@thi.ng/cache": "^2.3.
|
|
45
|
-
"@thi.ng/checks": "^3.7.
|
|
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.
|
|
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.
|
|
51
|
-
"@thi.ng/router": "^4.1.
|
|
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": "
|
|
166
|
+
"gitHead": "5084790092321b8654373237225c5f428f092782\n"
|
|
167
167
|
}
|