home-assistant-javascript-templates 1.0.0 → 1.0.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.
@@ -28,4 +28,4 @@ declare class HomeAssistantJavaScriptTemplates {
28
28
  private _errors;
29
29
  renderTemplate(template: string): string;
30
30
  }
31
- export { HomeAssistantJavaScriptTemplates as default };
31
+ export { HomeAssistantJavaScriptTemplates as default, Hass };
package/dist/index.d.ts CHANGED
@@ -28,4 +28,4 @@ declare class HomeAssistantJavaScriptTemplates {
28
28
  private _errors;
29
29
  renderTemplate(template: string): string;
30
30
  }
31
- export { HomeAssistantJavaScriptTemplates as default };
31
+ export { HomeAssistantJavaScriptTemplates as default, Hass };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "home-assistant-javascript-templates",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A JavaScript utility to render Home Assistant JavaScript templates",
5
5
  "keywords": [
6
6
  "home-assistant",