Skip to content

Commit 77d0796

Browse files
authored
feat(stepfunctions): update amazon-states-language-service #3160
Problem: Customers are not able to validate their state machines definition with new intrinsic functions and new Map state attributes. This behaviour is not consistent with the launch of the new distributed Map state, and new intrinsic functions Solution: aws/amazon-states-language-service#90 aws/amazon-states-language-service#86 added validation for both distributed Map fields and new intrinsic functions. Bump the package version to `^1.8.0` to pull in this change. Testing: Confirmed that Map field values and new intrinsic functions were correctly validated when creating a new state machine, when bumping the version to `^1.8.0`.
1 parent 181c652 commit 77d0796

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
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": "Bump amazon-states-language-service dependency to ^1.8.0 to allow state machines to be created with the new intrinsic functions and Map state"
4+
}

package-lock.json

Lines changed: 7 additions & 7 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
@@ -3587,7 +3587,7 @@
35873587
"@aws-sdk/util-arn-parser": "^3.46.0",
35883588
"@iarna/toml": "^2.2.5",
35893589
"adm-zip": "^0.5.9",
3590-
"amazon-states-language-service": "^1.7.2",
3590+
"amazon-states-language-service": "^1.8.0",
35913591
"async-lock": "^1.3.0",
35923592
"aws-sdk": "^2.1267.0",
35933593
"aws-ssm-document-language-service": "^1.0.0",

0 commit comments

Comments
 (0)