@thi.ng/server 0.12.23 → 0.12.26
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/server",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.26",
|
|
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,20 +40,20 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/arrays": "^2.14.
|
|
45
|
-
"@thi.ng/cache": "^2.3.
|
|
46
|
-
"@thi.ng/checks": "^3.8.
|
|
47
|
-
"@thi.ng/errors": "^2.6.
|
|
48
|
-
"@thi.ng/file-io": "^2.2.
|
|
49
|
-
"@thi.ng/leaky-bucket": "^0.2.
|
|
50
|
-
"@thi.ng/logger": "^3.2.
|
|
51
|
-
"@thi.ng/mime": "^2.8.
|
|
52
|
-
"@thi.ng/paths": "^5.2.
|
|
53
|
-
"@thi.ng/router": "^4.1.
|
|
54
|
-
"@thi.ng/strings": "^3.9.
|
|
55
|
-
"@thi.ng/timestamp": "^1.1.
|
|
56
|
-
"@thi.ng/uuid": "^1.1.
|
|
43
|
+
"@thi.ng/api": "^8.12.16",
|
|
44
|
+
"@thi.ng/arrays": "^2.14.10",
|
|
45
|
+
"@thi.ng/cache": "^2.3.66",
|
|
46
|
+
"@thi.ng/checks": "^3.8.6",
|
|
47
|
+
"@thi.ng/errors": "^2.6.5",
|
|
48
|
+
"@thi.ng/file-io": "^2.2.26",
|
|
49
|
+
"@thi.ng/leaky-bucket": "^0.2.28",
|
|
50
|
+
"@thi.ng/logger": "^3.2.15",
|
|
51
|
+
"@thi.ng/mime": "^2.8.8",
|
|
52
|
+
"@thi.ng/paths": "^5.2.35",
|
|
53
|
+
"@thi.ng/router": "^4.1.57",
|
|
54
|
+
"@thi.ng/strings": "^3.9.37",
|
|
55
|
+
"@thi.ng/timestamp": "^1.1.35",
|
|
56
|
+
"@thi.ng/uuid": "^1.1.48"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/node": "^24.10.9",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"status": "alpha",
|
|
169
169
|
"year": 2024
|
|
170
170
|
},
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "411adbeeb5c03da1cf0c86e567c80942a6b875e7\n"
|
|
172
172
|
}
|