@thisisagile/easy-express
Advanced tools
Comparing version 17.11.25 to 17.11.26
{ | ||
"name": "@thisisagile/easy-express", | ||
"version": "17.11.25", | ||
"version": "17.11.26", | ||
"description": "Straightforward library for building domain-driven microservice architectures", | ||
@@ -47,4 +47,4 @@ "author": "Sander Hoogendoorn", | ||
"dependencies": { | ||
"@thisisagile/easy": "^17.11.25", | ||
"@thisisagile/easy-service": "^17.11.25", | ||
"@thisisagile/easy": "^17.11.26", | ||
"@thisisagile/easy-service": "^17.11.26", | ||
"@types/express": "^4.17.21", | ||
@@ -51,0 +51,0 @@ "cls-hooked": "^4.2.2", |
@@ -6,3 +6,3 @@ # easy | ||
<a href="https://www.npmjs.com/package/@thisisagile/easy" target="_blank"><img src="https://img.shields.io/npm/dm/@thisisagile/easy.svg" alt="npm downloads" /></a> | ||
<a href="https://github.com/thisisagile/easy/actions?query=workflow%3A%22pipeline%22"><img src="https://github.com/thisisagile/easy/workflows/pipeline/badge.svg?branch=main" alt="pipeline status" /></a> | ||
<a href="https://github.com/thisisagile/easy/actions/workflows/main.yml?query=branch%3Amain"><img src="https://github.com/thisisagile/easy/actions/workflows/main.yml/badge.svg" alt="pipeline status" /></a> | ||
<a href="https://sonarcloud.io/dashboard?id=thisisagile_easy" target="_blank"><img src="https://sonarcloud.io/api/project_badges/measure?project=thisisagile_easy&metric=alert_status" alt="quality gate" /></a> | ||
@@ -9,0 +9,0 @@ <a href="https://github.com/semantic-release/semantic-release" target="_blank"><img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-release" /></a> |
96195