v0.21.0
Minor Changes
- #42
8af5aa5Thanks @mcrovero! - - feat: Add option to pass aManagedRuntimeusingNext.makeWithRuntime(tag, runtime), in addition to the existingNext.make(tag, layer).- When a runtime is provided explicitly, it is used as-is and is not registered in the HMR runtime registry; lifecycle is user-managed.
- breaking: Remove
NextMiddleware.layerutility.