Skip to content

Commit

Permalink
Support local tags secret and include_dir_* (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalre committed Apr 8, 2022
1 parent bd862f7 commit a8913a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homeassistant-js-yaml-schema",
"version": "1.0.2",
"version": "1.1.0",
"description": "Schema to allow js-yaml to process YAML formatted Home Assistent templates that use Home Assistent specific local tags while parsing or dumping.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down Expand Up @@ -37,4 +37,4 @@
"eslint-plugin-import": "^2.25.4",
"jest": "^27.5.1"
}
}
}
14 changes: 8 additions & 6 deletions src/tags.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"scalar": [
"env_var",
"include",
"include_dir_*",
"include_dir_list",
"include_dir_named",
"include_dir_merge_list",
"include_dir_merge_named"
"include_dir_merge_named",
"include_dir_named",
"include",
"secret"
],
"sequence": [ ],
"mapping": [ ]
}
"sequence": [],
"mapping": []
}

0 comments on commit a8913a0

Please sign in to comment.