@tsonic/express 10.0.13 → 10.0.17
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/README.md +2 -2
- package/index/bindings.json +1636 -2816
- package/index/internal/index.d.ts +24 -81
- package/package.json +3 -3
- package/tsonic.bindings.json +1 -1
package/README.md
CHANGED
|
@@ -116,8 +116,8 @@ server.close();
|
|
|
116
116
|
|
|
117
117
|
## Advanced docs
|
|
118
118
|
|
|
119
|
-
-
|
|
120
|
-
-
|
|
119
|
+
- `docs/advanced.md` (routers, handlers, middleware patterns)
|
|
120
|
+
- `docs/deviations.md` (known compatibility gaps / parity notes)
|
|
121
121
|
|
|
122
122
|
## Versioning Model
|
|
123
123
|
|