@wmfs/asl-choice-processor
Advanced tools
Comparing version 1.11.0 to 1.12.0
@@ -0,1 +1,22 @@ | ||
# [1.12.0](https://github.com/wmfs/asl-choice-processor/compare/v1.11.0...v1.12.0) (2019-07-11) | ||
### 🛠 Builds | ||
* **deps:** update lodash requirement from 4.17.11 to 4.17.14 ([49f7d78](https://github.com/wmfs/asl-choice-processor/commit/49f7d78)) | ||
* **deps-dev:** update mocha requirement from 5.2.0 to 6.1.4 ([fc273fd](https://github.com/wmfs/asl-choice-processor/commit/fc273fd)) | ||
* **deps-dev:** update nyc requirement from 13.2.0 to 14.1.1 ([b02bdd4](https://github.com/wmfs/asl-choice-processor/commit/b02bdd4)) | ||
* **deps-dev:** update semantic-release requirement ([dae2ef2](https://github.com/wmfs/asl-choice-processor/commit/dae2ef2)) | ||
### 📚 Documentation | ||
* Add CircleCI badge ([a17b3ec](https://github.com/wmfs/asl-choice-processor/commit/a17b3ec)) | ||
### ⚙️ Continuous Integrations | ||
* **circle:** Add CircleCI config ([475cae6](https://github.com/wmfs/asl-choice-processor/commit/475cae6)) | ||
* **travis:** Remove Travis config ([8a0cb8b](https://github.com/wmfs/asl-choice-processor/commit/8a0cb8b)) | ||
# [1.11.0](https://github.com/wmfs/asl-choice-processor/compare/v1.10.1...v1.11.0) (2019-02-08) | ||
@@ -2,0 +23,0 @@ |
{ | ||
"name": "@wmfs/asl-choice-processor", | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"description": "For determining the next state given an Amazon States Language 'Choices' definition and a set of values.", | ||
@@ -25,3 +25,3 @@ "author": "West Midlands Fire Service", | ||
"jsonpath": "1.0.0", | ||
"lodash": "4.17.11" | ||
"lodash": "4.17.14" | ||
}, | ||
@@ -33,5 +33,5 @@ "devDependencies": { | ||
"cz-conventional-changelog": "2.1.0", | ||
"mocha": "5.2.0", | ||
"nyc": "13.2.0", | ||
"semantic-release": "15.13.3", | ||
"mocha": "6.1.4", | ||
"nyc": "14.1.1", | ||
"semantic-release": "15.13.17", | ||
"standard": "12.0.1", | ||
@@ -38,0 +38,0 @@ "@semantic-release/changelog": "3.0.2", |
# asl-choice-processor | ||
[![Tymly Package](https://img.shields.io/badge/tymly-package-blue.svg)](https://tymly.io/) [![npm (scoped)](https://img.shields.io/npm/v/@wmfs/asl-choice-processor.svg)](https://www.npmjs.com/package/@wmfs/asl-choice-processor) [![Build Status](https://travis-ci.org/wmfs/asl-choice-processor.svg?branch=master)](https://travis-ci.org/wmfs/asl-choice-processor) [![codecov](https://codecov.io/gh/wmfs/asl-choice-processor/branch/master/graph/badge.svg)](https://codecov.io/gh/wmfs/asl-choice-processor) [![CodeFactor](https://www.codefactor.io/repository/github/wmfs/asl-choice-processor/badge)](https://www.codefactor.io/repository/github/wmfs/asl-choice-processor) [![Dependabot badge](https://img.shields.io/badge/Dependabot-active-brightgreen.svg)](https://dependabot.com/) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/wmfs/tymly/blob/master/packages/pg-concat/LICENSE) | ||
[![Tymly Package](https://img.shields.io/badge/tymly-package-blue.svg)](https://tymly.io/) [![npm (scoped)](https://img.shields.io/npm/v/@wmfs/asl-choice-processor.svg)](https://www.npmjs.com/package/@wmfs/asl-choice-processor) [![CircleCI](https://circleci.com/gh/wmfs/asl-choice-processor.svg?style=svg)](https://circleci.com/gh/wmfs/asl-choice-processor) [![codecov](https://codecov.io/gh/wmfs/asl-choice-processor/branch/master/graph/badge.svg)](https://codecov.io/gh/wmfs/asl-choice-processor) [![CodeFactor](https://www.codefactor.io/repository/github/wmfs/asl-choice-processor/badge)](https://www.codefactor.io/repository/github/wmfs/asl-choice-processor) [![Dependabot badge](https://img.shields.io/badge/Dependabot-active-brightgreen.svg)](https://dependabot.com/) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/wmfs/tymly/blob/master/packages/pg-concat/LICENSE) | ||
> For determining the next state given an Amazon States Language "Choices" definition and a set of values. | ||
@@ -4,0 +4,0 @@ |
29628
32
+ Addedlodash@4.17.14(transitive)
- Removedlodash@4.17.11(transitive)
Updatedlodash@4.17.14