Skip to content

Commit

Permalink
Merge pull request #2601 from keesschollaart81/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Apr 3, 2023
2 parents 5036626 + f7219db commit d8069e9
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 39 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-home-assistant",
"displayName": "Home Assistant Config Helper",
"description": " Completion for entity-id's in Home Assistant Configurations",
"version": "1.35.0",
"version": "1.35.1",
"preview": false,
"engines": {
"vscode": "^1.45.1"
Expand Down Expand Up @@ -442,7 +442,7 @@
"ts-loader": "^9.4.2",
"ts-node": "10.9.1",
"typescript": "^5.0.3",
"typescript-json-schema": "0.55.0"
"typescript-json-schema": "0.56.0"
},
"dependencies": {
"axios": "^1.3.4",
Expand Down
34 changes: 17 additions & 17 deletions src/language-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/language-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "home-assistant-language-service",
"version": "1.35.0",
"version": "1.35.1",
"description": "Home Assistant Language Service",
"source": "src/haLanguageService.ts",
"main": "dist/haLanguageService.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"ts-loader": "^9.2.8",
"ts-node": "10.9.1",
"typescript": "5.0.3",
"typescript-json-schema": "0.55.0",
"typescript-json-schema": "0.56.0",
"vscode-test": "^1.4.0"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface Blueprint {
* Defines the name of the author of this Blueprint
* https://www.home-assistant.io/docs/blueprint/schema/#author
*/
authior?: string;
author?: string;

/**
* The description of the blueprint. While optional, this field is highly recommended. The description can include Markdown.
Expand Down

0 comments on commit d8069e9

Please sign in to comment.