Skip to content

Commit

Permalink
Merge pull request #16 from alexa/apl-suggester-2022.2
Browse files Browse the repository at this point in the history
October 2022 Release of APL Suggester 2022.2
  • Loading branch information
rahulbanerjee26 committed Oct 18, 2022
2 parents 444aafe + adfe8b5 commit 402f779
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apl-suggester",
"version": "2022.1.0",
"version": "2022.2.0",
"description": "This Package is developed for providing suggestions and validations on APL templates.",
"engines": {
"node": ">=8.0.0"
Expand Down
3 changes: 2 additions & 1 deletion src/__tests__/commands/ReinflateCommand.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"type": "Reinflate",
"delay": 30000,
"screenLock": true,
"sequencer": "MAIN"
"sequencer": "MAIN",
"preservedSequencers": [ "SpeakListSequencer" ]
}
3 changes: 2 additions & 1 deletion src/assets/JsonSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,8 @@ export const JSON_SCHEMA : IJsonSchema = {
"1.7",
"1.8",
"1.9",
"2022.1"
"2022.1",
"2022.2"
]
},
"license": {
Expand Down
4 changes: 4 additions & 0 deletions src/assets/commands/ReinflateCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ export const JSON_SCHEMA : IJsonSchema = {
"when": {
"type": "boolean",
"description": "If this evaluates to false, the command is skipped"
},
"preservedSequencers": {
"type": "array",
"description": "An array of named sequencers to preserve"
}
},
"required": [
Expand Down

0 comments on commit 402f779

Please sign in to comment.