@dosgato/templating 1.1.5 → 1.1.6

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.
@@ -87,7 +87,7 @@ export declare abstract class Component<DataType extends ComponentData = any, Fe
87
87
  * The extension will NOT include the preceding dot. In the case of an extended extension like
88
88
  * '.js.map', you should receive 'js.map'.
89
89
  */
90
- shouldFetchVariation(extension: string): extension is "html";
90
+ shouldFetchVariation(extension: string): boolean;
91
91
  /**
92
92
  * Some components may be inheritable to subpages within the same site. For instance, a site's
93
93
  * social media links may appear on every page's footer. To accomplish this in your template,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosgato/templating",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "A library to support building templates for dosgato CMS.",
5
5
  "type": "module",
6
6
  "exports": {