-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Simon Hofmann
committed
Aug 14, 2019
1 parent
2de763f
commit b76dc25
Showing
14 changed files
with
94 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Sakuli forwarder change log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## v2.1.1 | ||
- Initial release |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sakuli/forwarder-icinga2", | ||
"version": "2.1.1-RC1", | ||
"version": "2.1.1", | ||
"description": "Inciga2 forwarder for Sakuli v2+", | ||
"keywords": [ | ||
"monitoring", | ||
|
@@ -9,9 +9,9 @@ | |
"author": "Tim Keiner <[email protected]>", | ||
"main": "dist/index.js", | ||
"dependencies": { | ||
"@sakuli/commons": "2.1.1", | ||
"@sakuli/core": "2.1.1", | ||
"@sakuli/result-builder-commons": "2.1.1-RC1", | ||
"@sakuli/commons": "2.1.2", | ||
"@sakuli/core": "2.1.2", | ||
"@sakuli/result-builder-commons": "2.1.1", | ||
"axios": "0.19.0", | ||
"class-validator": "0.9.1" | ||
}, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sakuli/result-builder-checkmk", | ||
"version": "2.1.1-RC1", | ||
"version": "2.1.1", | ||
"description": "checkmk check result builder for Sakuli v2+", | ||
"keywords": [ | ||
"monitoring", | ||
|
@@ -9,9 +9,9 @@ | |
"author": "Simon Hofmann <[email protected]>", | ||
"main": "dist/index.js", | ||
"dependencies": { | ||
"@sakuli/commons": "2.1.1", | ||
"@sakuli/core": "2.1.1", | ||
"@sakuli/result-builder-commons": "2.1.1-RC1", | ||
"@sakuli/commons": "2.1.2", | ||
"@sakuli/core": "2.1.2", | ||
"@sakuli/result-builder-commons": "2.1.1", | ||
"common-tags": "1.8.0", | ||
"dateformat": "3.0.3", | ||
"sneer": "1.0.1", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sakuli/result-builder-commons", | ||
"version": "2.1.1-RC1", | ||
"version": "2.1.1", | ||
"description": "Common code for result builders", | ||
"author": "Simon Hofmann <[email protected]>", | ||
"main": "dist/index.js", | ||
|
@@ -14,8 +14,8 @@ | |
"prepublishOnly": "lerna bootstrap --ignore integration-tests && npm run build:release && npm test" | ||
}, | ||
"dependencies": { | ||
"@sakuli/commons": "2.1.1", | ||
"@sakuli/core": "2.1.1", | ||
"@sakuli/commons": "2.1.2", | ||
"@sakuli/core": "2.1.2", | ||
"sneer": "1.0.1", | ||
"uuid": "3.3.2", | ||
"common-tags": "1.8.0", | ||
|
Oops, something went wrong.