From 73c1d4642baac9c4a783ff1983c54d72ed815355 Mon Sep 17 00:00:00 2001 From: Christian Gassner Date: Thu, 29 Jul 2021 20:33:54 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22d78a6..f78fa05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maibornwolff/alt-core-js", - "version": "1.18.6", + "version": "1.18.7", "description": "Simple test framework supporting execution of different `scenarios` based on `action` templates. The framework supports definition of different action types in an *yaml* format, including e.g. which endpoints have to be called with which parameters as well as defining validation rules to be applied on the responses. It also supports detailed report creation of the test results.", "main": "lib/index", "types": "lib/index",