Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Hofmann committed Sep 1, 2020
1 parent af96964 commit 78d6113
Show file tree
Hide file tree
Showing 16 changed files with 600 additions and 222 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.0",
"version": "2.4.0",
"packages": [
"packages/*"
],
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

108 changes: 81 additions & 27 deletions packages/sakuli-forwarder-check_mk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/sakuli-forwarder-check_mk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakuli/forwarder-checkmk",
"version": "2.3.0",
"version": "2.4.0",
"description": "check_mk forwarder for Sakuli v2+",
"keywords": [
"monitoring",
Expand All @@ -19,10 +19,10 @@
"prepublishOnly": "npm run build:release && npm test"
},
"dependencies": {
"@sakuli/commons": "2.3.1-next.62",
"@sakuli/core": "2.3.1-next.62",
"@sakuli/result-builder-checkmk": "2.3.0",
"@sakuli/result-builder-commons": "2.3.0",
"@sakuli/commons": "2.4.0",
"@sakuli/core": "2.4.0",
"@sakuli/result-builder-checkmk": "2.4.0",
"@sakuli/result-builder-commons": "2.4.0",
"axios": "0.19.0",
"class-validator": "0.12.2",
"common-tags": "1.8.0"
Expand Down
Loading

0 comments on commit 78d6113

Please sign in to comment.