@blinkk/root 2.2.12 → 2.3.1

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.
@@ -657,6 +657,8 @@ interface Route {
657
657
  localeRoutePath: string;
658
658
  }
659
659
  interface HandlerRenderOptions {
660
+ /** HTTP status code to return. Defaults to 200. */
661
+ statusCode?: number;
660
662
  /** The rendered locale. */
661
663
  locale?: string;
662
664
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blinkk/root",
3
- "version": "2.2.12",
3
+ "version": "2.3.1",
4
4
  "author": "s@blinkk.com",
5
5
  "license": "MIT",
6
6
  "engines": {