From b76dc25b09d47b959f43dc32abefae9fe8958e15 Mon Sep 17 00:00:00 2001 From: Simon Hofmann Date: Wed, 14 Aug 2019 16:33:34 +0200 Subject: [PATCH] Release v2.1.1 --- CHANGELOG.md | 6 +++++ .../package-lock.json | 16 ++++++------- .../sakuli-forwarder-check_mk/package.json | 10 ++++---- .../package-lock.json | 22 +++++++++--------- .../sakuli-forwarder-gearman/package.json | 10 ++++---- .../sakuli-forwarder-icinga2/e2e/.DS_Store | Bin 0 -> 6148 bytes .../package-lock.json | 22 +++++++++--------- .../sakuli-forwarder-icinga2/package.json | 8 +++---- .../package-lock.json | 22 +++++++++--------- .../package.json | 8 +++---- .../package-lock.json | 22 +++++++++--------- .../package.json | 6 ++--- .../package-lock.json | 22 +++++++++--------- .../sakuli-result-builder-omd/package.json | 8 +++---- 14 files changed, 94 insertions(+), 88 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 packages/sakuli-forwarder-icinga2/e2e/.DS_Store diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b277973 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/packages/sakuli-forwarder-check_mk/package-lock.json b/packages/sakuli-forwarder-check_mk/package-lock.json index f0a85a8..a088995 100644 --- a/packages/sakuli-forwarder-check_mk/package-lock.json +++ b/packages/sakuli-forwarder-check_mk/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sakuli/forwarder-checkmk", - "version": "2.1.1-RC1", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -401,9 +401,9 @@ } }, "@sakuli/commons": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@sakuli/commons/-/commons-2.1.1.tgz", - "integrity": "sha512-9JBVva2ck2tW/UAuuTO3sGWX5FhbTc2yQU/L0gbFUBSmXbrHxLDkFGcfFfKXYA9o81iOjMZKeFCPyK8Jameaeg==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@sakuli/commons/-/commons-2.1.2.tgz", + "integrity": "sha512-dyTThFr3cHtH1Lh35baIKkrUkW/ZizqMIR0iEb9NyzsvmQnVrr7V9P3zNSxuksNaOcPCCo7F0lmy8wDf3XMUqA==", "requires": { "common-tags": "^1.8.0", "properties-reader": "^0.0.16", @@ -411,11 +411,11 @@ } }, "@sakuli/core": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@sakuli/core/-/core-2.1.1.tgz", - "integrity": "sha512-YKeUlbwwGKxJCrCMbzIjyL7Aqfuix0WWL+fDIB3aYYrijAFeyDMMUFzXsnG+oiHElKcpIwqAYt7/ZUkjm8YLiw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@sakuli/core/-/core-2.1.2.tgz", + "integrity": "sha512-h8y0w/xhGzrJqKGQqckutYq1eZ0FG71CBZ+x/rrskAO6c3G0xHvq7OH5LAKfZJWq9sqTQJ42upqq9ToTn1xRMA==", "requires": { - "@sakuli/commons": "^2.1.1", + "@sakuli/commons": "^2.1.2", "class-validator": "^0.9.1", "common-tags": "^1.8.0", "date-fns": "^1.29.0", diff --git a/packages/sakuli-forwarder-check_mk/package.json b/packages/sakuli-forwarder-check_mk/package.json index 72b7bce..1384fe9 100644 --- a/packages/sakuli-forwarder-check_mk/package.json +++ b/packages/sakuli-forwarder-check_mk/package.json @@ -1,6 +1,6 @@ { "name": "@sakuli/forwarder-checkmk", - "version": "2.1.1-RC1", + "version": "2.1.1", "description": "check_mk forwarder for Sakuli v2+", "keywords": [ "monitoring", @@ -18,10 +18,10 @@ "prepublishOnly": "lerna bootstrap --ignore integration-tests && npm run build:release && npm test" }, "dependencies": { - "@sakuli/commons": "2.1.1", - "@sakuli/core": "2.1.1", - "@sakuli/result-builder-commons": "2.1.1-RC1", - "@sakuli/result-builder-checkmk": "2.1.1-RC1", + "@sakuli/commons": "2.1.2", + "@sakuli/core": "2.1.2", + "@sakuli/result-builder-commons": "2.1.1", + "@sakuli/result-builder-checkmk": "2.1.1", "axios": "0.19.0", "class-validator": "0.9.1", "common-tags": "1.8.0" diff --git a/packages/sakuli-forwarder-gearman/package-lock.json b/packages/sakuli-forwarder-gearman/package-lock.json index abfb3da..b4be2eb 100644 --- a/packages/sakuli-forwarder-gearman/package-lock.json +++ b/packages/sakuli-forwarder-gearman/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sakuli/forwarder-gearman", - "version": "2.1.1-RC1", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -394,9 +394,9 @@ "integrity": "sha512-cW6NmoWskR2gdZH29+RrTtb3ClDBs/qN5gPhukPX8amlqLFctn1R97AmDAxb47W2GOEF6Rijr2AnyQ2LKHXByg==" }, "@sakuli/commons": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@sakuli/commons/-/commons-2.1.1.tgz", - "integrity": "sha512-9JBVva2ck2tW/UAuuTO3sGWX5FhbTc2yQU/L0gbFUBSmXbrHxLDkFGcfFfKXYA9o81iOjMZKeFCPyK8Jameaeg==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@sakuli/commons/-/commons-2.1.2.tgz", + "integrity": "sha512-dyTThFr3cHtH1Lh35baIKkrUkW/ZizqMIR0iEb9NyzsvmQnVrr7V9P3zNSxuksNaOcPCCo7F0lmy8wDf3XMUqA==", "requires": { "common-tags": "^1.8.0", "properties-reader": "^0.0.16", @@ -404,11 +404,11 @@ } }, "@sakuli/core": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@sakuli/core/-/core-2.1.1.tgz", - "integrity": "sha512-YKeUlbwwGKxJCrCMbzIjyL7Aqfuix0WWL+fDIB3aYYrijAFeyDMMUFzXsnG+oiHElKcpIwqAYt7/ZUkjm8YLiw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@sakuli/core/-/core-2.1.2.tgz", + "integrity": "sha512-h8y0w/xhGzrJqKGQqckutYq1eZ0FG71CBZ+x/rrskAO6c3G0xHvq7OH5LAKfZJWq9sqTQJ42upqq9ToTn1xRMA==", "requires": { - "@sakuli/commons": "^2.1.1", + "@sakuli/commons": "^2.1.2", "class-validator": "^0.9.1", "common-tags": "^1.8.0", "date-fns": "^1.29.0", @@ -3752,9 +3752,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true }, "lodash.sortby": { diff --git a/packages/sakuli-forwarder-gearman/package.json b/packages/sakuli-forwarder-gearman/package.json index ca77bc8..266d633 100644 --- a/packages/sakuli-forwarder-gearman/package.json +++ b/packages/sakuli-forwarder-gearman/package.json @@ -1,6 +1,6 @@ { "name": "@sakuli/forwarder-gearman", - "version": "2.1.1-RC1", + "version": "2.1.1", "description": "Gearman forwarder for Sakuli v2+", "keywords": [ "monitoring", @@ -11,10 +11,10 @@ "typings": "dist/index.d.ts", "dependencies": { "@nut-tree/secrets": "4.0.0", - "@sakuli/commons": "2.1.1", - "@sakuli/core": "2.1.1", - "@sakuli/result-builder-commons": "2.1.1-RC1", - "@sakuli/result-builder-omd": "2.1.1-RC1", + "@sakuli/commons": "2.1.2", + "@sakuli/core": "2.1.2", + "@sakuli/result-builder-commons": "2.1.1", + "@sakuli/result-builder-omd": "2.1.1", "gearman": "2.1.0", "sneer": "1.0.1" }, diff --git a/packages/sakuli-forwarder-icinga2/e2e/.DS_Store b/packages/sakuli-forwarder-icinga2/e2e/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..e8091e0ef98ea8705148cf2525462e5b1bf24000 GIT binary patch literal 6148 zcmeHK!Ab)$5S`SjX+`Wou*Y1yRj6pK9)zXVgEwJC4=Q!n7G0>jrMqp>TG`*wKk^Iw z9cPkMELBe;Qf6TCCX<LD=cKk;M=zn&WS9kXh!^hFnv*B6b zC#hw{;uv1g_+iU^w;Q&j@CKvCGmJACnE_^i8JH0U?DZy>W@JCS4Q7BD_&o;beo&}{ zj>XiVzB;g>-$xqH5|W@zZwW$W(Xp5s#1Rx>QV~t6uulwO($TMMoMSOHXwpIGm2n=s zval}{p;t%0(%~Q+gWNI$%)lfAbEaFM`hWQS`+qWtd&~ecFjEYOY~8Kba7(tfPHm2A utwOy*C84;~;71A?x)ft9mEt0*7W6AJ5FLxDLG+;TkAS9u8)o278F&XorB&|$ literal 0 HcmV?d00001 diff --git a/packages/sakuli-forwarder-icinga2/package-lock.json b/packages/sakuli-forwarder-icinga2/package-lock.json index 97692ca..d065cd0 100644 --- a/packages/sakuli-forwarder-icinga2/package-lock.json +++ b/packages/sakuli-forwarder-icinga2/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sakuli/forwarder-icinga2", - "version": "2.1.1-RC1", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -389,9 +389,9 @@ } }, "@sakuli/commons": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@sakuli/commons/-/commons-2.1.1.tgz", - "integrity": "sha512-9JBVva2ck2tW/UAuuTO3sGWX5FhbTc2yQU/L0gbFUBSmXbrHxLDkFGcfFfKXYA9o81iOjMZKeFCPyK8Jameaeg==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@sakuli/commons/-/commons-2.1.2.tgz", + "integrity": "sha512-dyTThFr3cHtH1Lh35baIKkrUkW/ZizqMIR0iEb9NyzsvmQnVrr7V9P3zNSxuksNaOcPCCo7F0lmy8wDf3XMUqA==", "requires": { "common-tags": "^1.8.0", "properties-reader": "^0.0.16", @@ -399,11 +399,11 @@ } }, "@sakuli/core": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@sakuli/core/-/core-2.1.1.tgz", - "integrity": "sha512-YKeUlbwwGKxJCrCMbzIjyL7Aqfuix0WWL+fDIB3aYYrijAFeyDMMUFzXsnG+oiHElKcpIwqAYt7/ZUkjm8YLiw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@sakuli/core/-/core-2.1.2.tgz", + "integrity": "sha512-h8y0w/xhGzrJqKGQqckutYq1eZ0FG71CBZ+x/rrskAO6c3G0xHvq7OH5LAKfZJWq9sqTQJ42upqq9ToTn1xRMA==", "requires": { - "@sakuli/commons": "^2.1.1", + "@sakuli/commons": "^2.1.2", "class-validator": "^0.9.1", "common-tags": "^1.8.0", "date-fns": "^1.29.0", @@ -3793,9 +3793,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true }, "lodash.sortby": { diff --git a/packages/sakuli-forwarder-icinga2/package.json b/packages/sakuli-forwarder-icinga2/package.json index ff10395..214cf87 100644 --- a/packages/sakuli-forwarder-icinga2/package.json +++ b/packages/sakuli-forwarder-icinga2/package.json @@ -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 ", "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" }, diff --git a/packages/sakuli-result-builder-checkmk/package-lock.json b/packages/sakuli-result-builder-checkmk/package-lock.json index 7d1b77a..9d2ad6e 100644 --- a/packages/sakuli-result-builder-checkmk/package-lock.json +++ b/packages/sakuli-result-builder-checkmk/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sakuli/result-builder-checkmk", - "version": "2.1.1-RC1", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -389,9 +389,9 @@ } }, "@sakuli/commons": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@sakuli/commons/-/commons-2.1.1.tgz", - "integrity": "sha512-9JBVva2ck2tW/UAuuTO3sGWX5FhbTc2yQU/L0gbFUBSmXbrHxLDkFGcfFfKXYA9o81iOjMZKeFCPyK8Jameaeg==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@sakuli/commons/-/commons-2.1.2.tgz", + "integrity": "sha512-dyTThFr3cHtH1Lh35baIKkrUkW/ZizqMIR0iEb9NyzsvmQnVrr7V9P3zNSxuksNaOcPCCo7F0lmy8wDf3XMUqA==", "requires": { "common-tags": "^1.8.0", "properties-reader": "^0.0.16", @@ -399,11 +399,11 @@ } }, "@sakuli/core": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@sakuli/core/-/core-2.1.1.tgz", - "integrity": "sha512-YKeUlbwwGKxJCrCMbzIjyL7Aqfuix0WWL+fDIB3aYYrijAFeyDMMUFzXsnG+oiHElKcpIwqAYt7/ZUkjm8YLiw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@sakuli/core/-/core-2.1.2.tgz", + "integrity": "sha512-h8y0w/xhGzrJqKGQqckutYq1eZ0FG71CBZ+x/rrskAO6c3G0xHvq7OH5LAKfZJWq9sqTQJ42upqq9ToTn1xRMA==", "requires": { - "@sakuli/commons": "^2.1.1", + "@sakuli/commons": "^2.1.2", "class-validator": "^0.9.1", "common-tags": "^1.8.0", "date-fns": "^1.29.0", @@ -3708,9 +3708,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true }, "lodash.sortby": { diff --git a/packages/sakuli-result-builder-checkmk/package.json b/packages/sakuli-result-builder-checkmk/package.json index cb2e03d..4a69687 100644 --- a/packages/sakuli-result-builder-checkmk/package.json +++ b/packages/sakuli-result-builder-checkmk/package.json @@ -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 ", "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", diff --git a/packages/sakuli-result-builder-commons/package-lock.json b/packages/sakuli-result-builder-commons/package-lock.json index 2096636..38aa2a2 100644 --- a/packages/sakuli-result-builder-commons/package-lock.json +++ b/packages/sakuli-result-builder-commons/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sakuli/result-builder-commons", - "version": "2.1.1-RC1", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -415,9 +415,9 @@ } }, "@sakuli/commons": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@sakuli/commons/-/commons-2.1.1.tgz", - "integrity": "sha512-9JBVva2ck2tW/UAuuTO3sGWX5FhbTc2yQU/L0gbFUBSmXbrHxLDkFGcfFfKXYA9o81iOjMZKeFCPyK8Jameaeg==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@sakuli/commons/-/commons-2.1.2.tgz", + "integrity": "sha512-dyTThFr3cHtH1Lh35baIKkrUkW/ZizqMIR0iEb9NyzsvmQnVrr7V9P3zNSxuksNaOcPCCo7F0lmy8wDf3XMUqA==", "requires": { "common-tags": "^1.8.0", "properties-reader": "^0.0.16", @@ -425,11 +425,11 @@ } }, "@sakuli/core": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@sakuli/core/-/core-2.1.1.tgz", - "integrity": "sha512-YKeUlbwwGKxJCrCMbzIjyL7Aqfuix0WWL+fDIB3aYYrijAFeyDMMUFzXsnG+oiHElKcpIwqAYt7/ZUkjm8YLiw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@sakuli/core/-/core-2.1.2.tgz", + "integrity": "sha512-h8y0w/xhGzrJqKGQqckutYq1eZ0FG71CBZ+x/rrskAO6c3G0xHvq7OH5LAKfZJWq9sqTQJ42upqq9ToTn1xRMA==", "requires": { - "@sakuli/commons": "^2.1.1", + "@sakuli/commons": "^2.1.2", "class-validator": "^0.9.1", "common-tags": "^1.8.0", "date-fns": "^1.29.0", @@ -3738,9 +3738,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true }, "lodash.sortby": { diff --git a/packages/sakuli-result-builder-commons/package.json b/packages/sakuli-result-builder-commons/package.json index 61f13e5..32e341b 100644 --- a/packages/sakuli-result-builder-commons/package.json +++ b/packages/sakuli-result-builder-commons/package.json @@ -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 ", "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", diff --git a/packages/sakuli-result-builder-omd/package-lock.json b/packages/sakuli-result-builder-omd/package-lock.json index eb684d6..b831f88 100644 --- a/packages/sakuli-result-builder-omd/package-lock.json +++ b/packages/sakuli-result-builder-omd/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sakuli/result-builder-omd", - "version": "2.1.1-RC1", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -415,9 +415,9 @@ } }, "@sakuli/commons": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@sakuli/commons/-/commons-2.1.1.tgz", - "integrity": "sha512-9JBVva2ck2tW/UAuuTO3sGWX5FhbTc2yQU/L0gbFUBSmXbrHxLDkFGcfFfKXYA9o81iOjMZKeFCPyK8Jameaeg==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@sakuli/commons/-/commons-2.1.2.tgz", + "integrity": "sha512-dyTThFr3cHtH1Lh35baIKkrUkW/ZizqMIR0iEb9NyzsvmQnVrr7V9P3zNSxuksNaOcPCCo7F0lmy8wDf3XMUqA==", "requires": { "common-tags": "^1.8.0", "properties-reader": "^0.0.16", @@ -425,11 +425,11 @@ } }, "@sakuli/core": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@sakuli/core/-/core-2.1.1.tgz", - "integrity": "sha512-YKeUlbwwGKxJCrCMbzIjyL7Aqfuix0WWL+fDIB3aYYrijAFeyDMMUFzXsnG+oiHElKcpIwqAYt7/ZUkjm8YLiw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@sakuli/core/-/core-2.1.2.tgz", + "integrity": "sha512-h8y0w/xhGzrJqKGQqckutYq1eZ0FG71CBZ+x/rrskAO6c3G0xHvq7OH5LAKfZJWq9sqTQJ42upqq9ToTn1xRMA==", "requires": { - "@sakuli/commons": "^2.1.1", + "@sakuli/commons": "^2.1.2", "class-validator": "^0.9.1", "common-tags": "^1.8.0", "date-fns": "^1.29.0", @@ -3738,9 +3738,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true }, "lodash.sortby": { diff --git a/packages/sakuli-result-builder-omd/package.json b/packages/sakuli-result-builder-omd/package.json index 022d4e2..5422a64 100644 --- a/packages/sakuli-result-builder-omd/package.json +++ b/packages/sakuli-result-builder-omd/package.json @@ -1,6 +1,6 @@ { "name": "@sakuli/result-builder-omd", - "version": "2.1.1-RC1", + "version": "2.1.1", "description": "OMD check result builder for Sakuli v2+", "keywords": [ "monitoring", @@ -10,9 +10,9 @@ "main": "dist/index.js", "typings": "dist/index.d.ts", "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",