Skip to content

Commit

Permalink
Updates version of asl service (#1058)
Browse files Browse the repository at this point in the history
Updated the version of amazon-states-language-service, containing bug fixes for the language server functionality.

Authored-by: Alan Bogusiewicz <[email protected]>
  • Loading branch information
alanbo authored Apr 29, 2020
1 parent bd74d2f commit 1003caf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Bug Fix",
"description": "Bug fixes for step functions language server.: One is related to the error when there is \"Default\" property missing on \"Choice\" state. Second, “Unreachable state” error when the default state is declared before being referenced by “Choice” state."
}
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@
},
"dependencies": {
"adm-zip": "^0.4.13",
"amazon-states-language-service": "^1.0.1",
"amazon-states-language-service": "^1.0.2",
"async-lock": "^1.1.3",
"aws-sdk": "^2.581.0",
"cloudformation-schema-js-yaml": "^1.0.1",
Expand Down

0 comments on commit 1003caf

Please sign in to comment.