@thi.ng/server 0.11.0 → 0.11.2
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 +2 -2
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 209 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -164,7 +164,7 @@ For Node.js REPL:
|
|
|
164
164
|
const ser = await import("@thi.ng/server");
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 6.
|
|
167
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 6.32 KB
|
|
168
168
|
|
|
169
169
|
## Dependencies
|
|
170
170
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/server",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
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,20 +39,20 @@
|
|
|
39
39
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.11.
|
|
43
|
-
"@thi.ng/arrays": "^2.
|
|
44
|
-
"@thi.ng/cache": "^2.3.
|
|
45
|
-
"@thi.ng/checks": "^3.7.
|
|
46
|
-
"@thi.ng/errors": "^2.5.
|
|
47
|
-
"@thi.ng/file-io": "^2.1.
|
|
48
|
-
"@thi.ng/leaky-bucket": "^0.2.
|
|
49
|
-
"@thi.ng/logger": "^3.1.
|
|
50
|
-
"@thi.ng/mime": "^2.7.
|
|
51
|
-
"@thi.ng/paths": "^5.2.
|
|
52
|
-
"@thi.ng/router": "^4.1.
|
|
53
|
-
"@thi.ng/strings": "^3.9.
|
|
54
|
-
"@thi.ng/timestamp": "^1.1.
|
|
55
|
-
"@thi.ng/uuid": "^1.1.
|
|
42
|
+
"@thi.ng/api": "^8.11.29",
|
|
43
|
+
"@thi.ng/arrays": "^2.12.0",
|
|
44
|
+
"@thi.ng/cache": "^2.3.35",
|
|
45
|
+
"@thi.ng/checks": "^3.7.9",
|
|
46
|
+
"@thi.ng/errors": "^2.5.35",
|
|
47
|
+
"@thi.ng/file-io": "^2.1.38",
|
|
48
|
+
"@thi.ng/leaky-bucket": "^0.2.7",
|
|
49
|
+
"@thi.ng/logger": "^3.1.10",
|
|
50
|
+
"@thi.ng/mime": "^2.7.11",
|
|
51
|
+
"@thi.ng/paths": "^5.2.12",
|
|
52
|
+
"@thi.ng/router": "^4.1.31",
|
|
53
|
+
"@thi.ng/strings": "^3.9.14",
|
|
54
|
+
"@thi.ng/timestamp": "^1.1.14",
|
|
55
|
+
"@thi.ng/uuid": "^1.1.26"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@types/node": "^22.15.21",
|
|
@@ -167,5 +167,5 @@
|
|
|
167
167
|
"status": "alpha",
|
|
168
168
|
"year": 2024
|
|
169
169
|
},
|
|
170
|
-
"gitHead": "
|
|
170
|
+
"gitHead": "14e994e531d32053e948768998324d443436a542\n"
|
|
171
171
|
}
|