@wmfs/statebox
Advanced tools
Comparing version 1.34.1 to 1.34.2
@@ -0,1 +1,13 @@ | ||
## [1.34.2](https://github.com/wmfs/statebox/compare/v1.34.1...v1.34.2) (2018-11-14) | ||
### 🐛 Bug Fixes | ||
* return more data on list state machines, as it was before ([049794c](https://github.com/wmfs/statebox/commit/049794c)) | ||
### 🛠 Builds | ||
* **deps-dev:** update semantic-release requirement ([8910bff](https://github.com/wmfs/statebox/commit/8910bff)) | ||
## [1.34.1](https://github.com/wmfs/statebox/compare/v1.34.0...v1.34.1) (2018-11-12) | ||
@@ -2,0 +14,0 @@ |
@@ -110,3 +110,5 @@ 'use strict' | ||
name: sm.name, | ||
description: sm.definition.Comment || '<no description available>' | ||
description: sm.definition.Comment || '<no description available>', | ||
categories: sm.definition.categories || [], | ||
instigators: sm.definition.instigators || [] | ||
} | ||
@@ -113,0 +115,0 @@ }) |
{ | ||
"name": "@wmfs/statebox", | ||
"version": "1.34.1", | ||
"version": "1.34.2", | ||
"description": "Orchestrate Node functions using Amazon States Language", | ||
@@ -50,3 +50,3 @@ "author": "West Midlands Fire Service", | ||
"request-promise-native": "1.0.5", | ||
"semantic-release": "15.10.8", | ||
"semantic-release": "15.11.0", | ||
"standard": "12.0.1" | ||
@@ -53,0 +53,0 @@ }, |
Sorry, the diff of this file is not supported yet
235283
3819