@dosgato/templating
Advanced tools
Comparing version 0.0.117 to 0.0.118
@@ -584,2 +584,7 @@ /// <reference types="node" /> | ||
/** | ||
* This method will be provided to page templates by the render server. You may call it to set | ||
* the HTTP response status at any time during the fetch, context, or render. | ||
*/ | ||
setStatus: (statusCode: number) => void; | ||
/** | ||
* URL for the currently rendering page | ||
@@ -586,0 +591,0 @@ * |
{ | ||
"name": "@dosgato/templating", | ||
"version": "0.0.117", | ||
"version": "0.0.118", | ||
"description": "A library to support building templates for dosgato CMS.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97759
2158