@orkestrel/middleware 0.0.18 → 0.0.19

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 CHANGED
@@ -16,11 +16,11 @@ npm install @orkestrel/middleware @orkestrel/server
16
16
 
17
17
  ## Requirements
18
18
 
19
- - Node.js >= 24
19
+ - Node.js >= 22.12.0
20
20
  - `@orkestrel/server` as a peer dependency (the seam and substrate are
21
21
  imported, never bundled)
22
- - ESM core (`.`); a CJS node face (`./server`) for the node-bound batteries
23
- (`createStatic`, `createMultipart`)
22
+ - Dual ESM and CommonJS entries: the core (`.`) and the node face (`./server`),
23
+ which carries the node-bound batteries
24
24
 
25
25
  ## Usage
26
26
 
@@ -48,7 +48,7 @@ in any combination, scoped with `only()` / `except()` where needed.
48
48
  ## Guides
49
49
 
50
50
  See [`guides/README.md`](./guides/README.md) for the concept and dependency
51
- index; the full battery-by-battery surface docs land in `guides/src/middleware.md`
51
+ index; the full battery-by-battery surface docs land in `guides/middleware.md`
52
52
  alongside the implementation.
53
53
 
54
54
  ## License