Skip to content

Commit da6196c

Browse files
Merge master into feature/debugconfig
2 parents 3532740 + f5d0a85 commit da6196c

6 files changed

+26
-10
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: 9 additions & 9 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
@@ -923,7 +923,7 @@
923923
},
924924
"dependencies": {
925925
"adm-zip": "^0.4.13",
926-
"amazon-states-language-service": "^1.1.0",
926+
"amazon-states-language-service": "^1.1.2",
927927
"async-lock": "^1.1.3",
928928
"aws-sdk": "^2.581.0",
929929
"cloudformation-schema-js-yaml": "^1.0.1",

0 commit comments

Comments
 (0)