Skip to content

Commit f5d0a85

Browse files
authored
Updates version of asl service to 1.1.2 (#1176)
1 parent f94b359 commit f5d0a85

6 files changed

+32
-13
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon States Language Server: Replaces \"True\" strings of End with boolean in snippets."
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon States Language Server: Adds validation of next property for Catch of Map state."
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon States Language Server: Adds missing \"Comment\" property for ChoiceRules, Catcher and Retrier."
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "Amazon States Language Server: Adds validation of JSON Paths within Parameters."
4+
}

package-lock.json

Lines changed: 15 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@
917917
},
918918
"dependencies": {
919919
"adm-zip": "^0.4.13",
920-
"amazon-states-language-service": "^1.1.0",
920+
"amazon-states-language-service": "^1.1.2",
921921
"async-lock": "^1.1.3",
922922
"aws-sdk": "^2.581.0",
923923
"cloudformation-schema-js-yaml": "^1.0.1",

0 commit comments

Comments
 (0)