@wmfs/statelint
Advanced tools
Comparing version
@@ -0,1 +1,20 @@ | ||
## [1.7.1](https://github.com/wmfs/statelint/compare/v1.7.0...v1.7.1) (2019-01-10) | ||
### 🐛 Bug Fixes | ||
* **deps:** Pick up j2119 1.7.1 so integers are valid for Floats ([3ed6b15](https://github.com/wmfs/statelint/commit/3ed6b15)), closes [wmfs/j2119#37](https://github.com/wmfs/j2119/issues/37) | ||
### 🛠 Builds | ||
* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement ([20bb9b9](https://github.com/wmfs/statelint/commit/20bb9b9)) | ||
* **deps-dev:** update semantic-release requirement ([d18da98](https://github.com/wmfs/statelint/commit/d18da98)) | ||
* **dev-deps:** Update semantic-release requirements ([02db503](https://github.com/wmfs/statelint/commit/02db503)) | ||
### 📚 Documentation | ||
* **README:** Update README to note its up to date with 29 Nov release ([7429d86](https://github.com/wmfs/statelint/commit/7429d86)) | ||
# [1.7.0](https://github.com/wmfs/statelint/compare/v1.6.2...v1.7.0) (2018-12-03) | ||
@@ -2,0 +21,0 @@ |
{ | ||
"name": "@wmfs/statelint", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Validator for Amazon States Language JSON files.", | ||
@@ -26,3 +26,3 @@ "author": "West Midlands Fire Service", | ||
"dependencies": { | ||
"@wmfs/j2119": "1.6.4", | ||
"@wmfs/j2119": "1.7.1", | ||
"cli": "1.0.1", | ||
@@ -32,4 +32,4 @@ "n-readlines": "1.0.0" | ||
"devDependencies": { | ||
"@semantic-release/changelog": "3.0.0", | ||
"@semantic-release/git": "7.0.4", | ||
"@semantic-release/changelog": "3.0.1", | ||
"@semantic-release/git": "7.0.6", | ||
"chai": "4.2.0", | ||
@@ -42,3 +42,3 @@ "codecov": "3.1.0", | ||
"nyc": "13.1.0", | ||
"semantic-release": "15.9.17", | ||
"semantic-release": "15.13.1", | ||
"standard": "12.0.1", | ||
@@ -45,0 +45,0 @@ "tmp": "0.0.33" |
@@ -7,3 +7,3 @@ # statelint | ||
This package is derived from Amazon Web Services Labs' [awslabs/statelint](https://github.com/awslabs/statelint). | ||
This package is derived from Amazon Web Services Labs' [awslabs/statelint](https://github.com/awslabs/statelint) and is up to date with the [changes announced on 29 November 2018](https://aws.amazon.com/blogs/aws/new-compute-database-messaging-analytics-and-machine-learning-integration-for-aws-step-functions/). | ||
@@ -10,0 +10,0 @@ ## From the Command-line |
@@ -286,2 +286,10 @@ /* eslint-env mocha */ | ||
}) | ||
describe('Real-life state machines', () => { | ||
verify( | ||
'BackoffRate maybe an integer', | ||
require('./fixtures/j2119_issues_37'), | ||
0 | ||
) | ||
}) | ||
}) | ||
@@ -288,0 +296,0 @@ |
Sorry, the diff of this file is not supported yet
46977
3.82%39
2.63%1123
2.37%+ Added
+ Added
- Removed
- Removed
Updated