@promster/hapi 15.4.4 → 15.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,11 +13,24 @@ var semver__default = /*#__PURE__*/_interopDefault(semver);
13
13
 
14
14
  var pkg = {
15
15
  name: "@promster/hapi",
16
- version: "15.4.4",
16
+ version: "15.4.6",
17
17
  description: "Hapi server integrations of promster",
18
- main: "dist/promster-hapi.cjs.js",
19
- typings: "dist/promster-hapi.cjs.d.ts",
20
- types: "dist/promster-hapi.cjs.d.ts",
18
+ keywords: [
19
+ "continousdelivery",
20
+ "metrics",
21
+ "prometheus"
22
+ ],
23
+ homepage: "https://github.com/tdeekens/promster#readme",
24
+ bugs: {
25
+ url: "https://github.com/tdeekens/promster/issues"
26
+ },
27
+ license: "MIT",
28
+ author: "Tobias Deekens <nerd@tdeekens.name>",
29
+ repository: {
30
+ type: "git",
31
+ url: "https://github.com/tdeekens/promster.git",
32
+ directory: "packages/hapi"
33
+ },
21
34
  files: [
22
35
  "readme.md",
23
36
  "package.json",
@@ -25,29 +38,12 @@ var pkg = {
25
38
  "dist/**",
26
39
  "modules/**"
27
40
  ],
41
+ main: "dist/promster-hapi.cjs.js",
42
+ types: "dist/promster-hapi.cjs.d.ts",
43
+ typings: "dist/promster-hapi.cjs.d.ts",
28
44
  publishConfig: {
29
45
  access: "public"
30
46
  },
31
- engines: {
32
- node: ">=20",
33
- npm: ">=8"
34
- },
35
- repository: {
36
- type: "git",
37
- url: "https://github.com/tdeekens/promster.git",
38
- directory: "packages/hapi"
39
- },
40
- author: "Tobias Deekens <nerd@tdeekens.name>",
41
- license: "MIT",
42
- bugs: {
43
- url: "https://github.com/tdeekens/promster/issues"
44
- },
45
- homepage: "https://github.com/tdeekens/promster#readme",
46
- keywords: [
47
- "metrics",
48
- "continousdelivery",
49
- "prometheus"
50
- ],
51
47
  dependencies: {
52
48
  "@promster/metrics": "workspace:*",
53
49
  "merge-options": "3.0.4",
@@ -63,6 +59,10 @@ var pkg = {
63
59
  "@types/semver": "7.7.1",
64
60
  joi: "18.0.2",
65
61
  "parse-prometheus-text-format": "1.1.1"
62
+ },
63
+ engines: {
64
+ node: ">=20",
65
+ npm: ">=8"
66
66
  }
67
67
  };
68
68
 
@@ -183,6 +183,7 @@ const createPlugin = ({
183
183
  // even when the docs state that it can also be "other value" in the case of `server`.
184
184
  server.decorate('server', 'Prometheus', metrics.Prometheus);
185
185
  server.decorate('server', 'recordRequest', recordRequest);
186
+ signalIsUp();
186
187
  return onRegistrationFinished === null || onRegistrationFinished === void 0 ? void 0 : onRegistrationFinished();
187
188
  }
188
189
  };
@@ -13,11 +13,24 @@ var semver__default = /*#__PURE__*/_interopDefault(semver);
13
13
 
14
14
  var pkg = {
15
15
  name: "@promster/hapi",
16
- version: "15.4.4",
16
+ version: "15.4.6",
17
17
  description: "Hapi server integrations of promster",
18
- main: "dist/promster-hapi.cjs.js",
19
- typings: "dist/promster-hapi.cjs.d.ts",
20
- types: "dist/promster-hapi.cjs.d.ts",
18
+ keywords: [
19
+ "continousdelivery",
20
+ "metrics",
21
+ "prometheus"
22
+ ],
23
+ homepage: "https://github.com/tdeekens/promster#readme",
24
+ bugs: {
25
+ url: "https://github.com/tdeekens/promster/issues"
26
+ },
27
+ license: "MIT",
28
+ author: "Tobias Deekens <nerd@tdeekens.name>",
29
+ repository: {
30
+ type: "git",
31
+ url: "https://github.com/tdeekens/promster.git",
32
+ directory: "packages/hapi"
33
+ },
21
34
  files: [
22
35
  "readme.md",
23
36
  "package.json",
@@ -25,29 +38,12 @@ var pkg = {
25
38
  "dist/**",
26
39
  "modules/**"
27
40
  ],
41
+ main: "dist/promster-hapi.cjs.js",
42
+ types: "dist/promster-hapi.cjs.d.ts",
43
+ typings: "dist/promster-hapi.cjs.d.ts",
28
44
  publishConfig: {
29
45
  access: "public"
30
46
  },
31
- engines: {
32
- node: ">=20",
33
- npm: ">=8"
34
- },
35
- repository: {
36
- type: "git",
37
- url: "https://github.com/tdeekens/promster.git",
38
- directory: "packages/hapi"
39
- },
40
- author: "Tobias Deekens <nerd@tdeekens.name>",
41
- license: "MIT",
42
- bugs: {
43
- url: "https://github.com/tdeekens/promster/issues"
44
- },
45
- homepage: "https://github.com/tdeekens/promster#readme",
46
- keywords: [
47
- "metrics",
48
- "continousdelivery",
49
- "prometheus"
50
- ],
51
47
  dependencies: {
52
48
  "@promster/metrics": "workspace:*",
53
49
  "merge-options": "3.0.4",
@@ -63,6 +59,10 @@ var pkg = {
63
59
  "@types/semver": "7.7.1",
64
60
  joi: "18.0.2",
65
61
  "parse-prometheus-text-format": "1.1.1"
62
+ },
63
+ engines: {
64
+ node: ">=20",
65
+ npm: ">=8"
66
66
  }
67
67
  };
68
68
 
@@ -183,6 +183,7 @@ const createPlugin = ({
183
183
  // even when the docs state that it can also be "other value" in the case of `server`.
184
184
  server.decorate('server', 'Prometheus', metrics.Prometheus);
185
185
  server.decorate('server', 'recordRequest', recordRequest);
186
+ signalIsUp();
186
187
  return onRegistrationFinished === null || onRegistrationFinished === void 0 ? void 0 : onRegistrationFinished();
187
188
  }
188
189
  };
package/package.json CHANGED
@@ -1,10 +1,23 @@
1
1
  {
2
2
  "name": "@promster/hapi",
3
- "version": "15.4.4",
3
+ "version": "15.4.6",
4
4
  "description": "Hapi server integrations of promster",
5
- "main": "dist/promster-hapi.cjs.js",
6
- "typings": "dist/promster-hapi.cjs.d.ts",
7
- "types": "dist/promster-hapi.cjs.d.ts",
5
+ "keywords": [
6
+ "continousdelivery",
7
+ "metrics",
8
+ "prometheus"
9
+ ],
10
+ "homepage": "https://github.com/tdeekens/promster#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/tdeekens/promster/issues"
13
+ },
14
+ "license": "MIT",
15
+ "author": "Tobias Deekens <nerd@tdeekens.name>",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/tdeekens/promster.git",
19
+ "directory": "packages/hapi"
20
+ },
8
21
  "files": [
9
22
  "readme.md",
10
23
  "package.json",
@@ -12,34 +25,17 @@
12
25
  "dist/**",
13
26
  "modules/**"
14
27
  ],
28
+ "main": "dist/promster-hapi.cjs.js",
29
+ "types": "dist/promster-hapi.cjs.d.ts",
30
+ "typings": "dist/promster-hapi.cjs.d.ts",
15
31
  "publishConfig": {
16
32
  "access": "public"
17
33
  },
18
- "engines": {
19
- "node": ">=20",
20
- "npm": ">=8"
21
- },
22
- "repository": {
23
- "type": "git",
24
- "url": "https://github.com/tdeekens/promster.git",
25
- "directory": "packages/hapi"
26
- },
27
- "author": "Tobias Deekens <nerd@tdeekens.name>",
28
- "license": "MIT",
29
- "bugs": {
30
- "url": "https://github.com/tdeekens/promster/issues"
31
- },
32
- "homepage": "https://github.com/tdeekens/promster#readme",
33
- "keywords": [
34
- "metrics",
35
- "continousdelivery",
36
- "prometheus"
37
- ],
38
34
  "dependencies": {
39
35
  "merge-options": "3.0.4",
40
36
  "semver": "7.7.4",
41
37
  "tslib": "2.8.1",
42
- "@promster/metrics": "15.4.4"
38
+ "@promster/metrics": "15.4.6"
43
39
  },
44
40
  "devDependencies": {
45
41
  "@hapi/boom": "10.0.1",
@@ -48,7 +44,11 @@
48
44
  "@types/semver": "7.7.1",
49
45
  "joi": "18.0.2",
50
46
  "parse-prometheus-text-format": "1.1.1",
51
- "@promster/server": "15.4.4",
52
- "@promster/types": "15.4.4"
47
+ "@promster/server": "15.4.6",
48
+ "@promster/types": "15.4.6"
49
+ },
50
+ "engines": {
51
+ "node": ">=20",
52
+ "npm": ">=8"
53
53
  }
54
54
  }