@telorun/http-server 0.2.0 → 0.2.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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @telorun/http-server
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 2900b1c: The `host` schema default now matches the controller runtime default (`0.0.0.0`) instead of `localhost`. This keeps forwarded ports reachable when the server is run inside a container; the controller already defaulted to `0.0.0.0` at runtime, so the manifest schema now reflects actual behavior.
8
+
9
+ ## 0.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [3c4ac58]
14
+ - @telorun/sdk@0.3.2
15
+
3
16
  ## 0.2.0
4
17
 
5
18
  ### Minor Changes
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: "v1.0 Http.Server and Http.Api spec: routing, normalized request/response I/O, OpenAPI path syntax, framework-agnostic"
3
+ ---
4
+
1
5
  # Telo HTTP Standard Specification (v1.0 Draft)
2
6
 
3
7
  ## Overview
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telorun/http-server",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Telo HTTP Server module - HTTP server and API resource kinds for Telo manifests.",
5
5
  "keywords": [
6
6
  "telo",
@@ -43,7 +43,7 @@
43
43
  "ajv": "^8.17.1",
44
44
  "ajv-formats": "^3.0.1",
45
45
  "fastify": "^5.7.2",
46
- "@telorun/sdk": "0.3.0"
46
+ "@telorun/sdk": "0.3.2"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^20.0.0",