Skip to content

Commit 1003caf

Browse files
authored
Updates version of asl service (#1058)
Updated the version of amazon-states-language-service, containing bug fixes for the language server functionality. Authored-by: Alan Bogusiewicz <[email protected]>
1 parent bd74d2f commit 1003caf

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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": "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."
4+
}

package-lock.json

Lines changed: 3 additions & 3 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
@@ -902,7 +902,7 @@
902902
},
903903
"dependencies": {
904904
"adm-zip": "^0.4.13",
905-
"amazon-states-language-service": "^1.0.1",
905+
"amazon-states-language-service": "^1.0.2",
906906
"async-lock": "^1.1.3",
907907
"aws-sdk": "^2.581.0",
908908
"cloudformation-schema-js-yaml": "^1.0.1",

0 commit comments

Comments
 (0)