@promster/fastify 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.
- package/dist/promster-fastify.cjs.dev.js +25 -24
- package/dist/promster-fastify.cjs.prod.js +25 -24
- package/package.json +27 -27
|
@@ -13,11 +13,24 @@ var merge__default = /*#__PURE__*/_interopDefault(merge);
|
|
|
13
13
|
|
|
14
14
|
var pkg = {
|
|
15
15
|
name: "@promster/fastify",
|
|
16
|
-
version: "15.4.
|
|
16
|
+
version: "15.4.6",
|
|
17
17
|
description: "Fastify server integrations of promster",
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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/fastify"
|
|
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-fastify.cjs.js",
|
|
42
|
+
types: "dist/promster-fastify.cjs.d.ts",
|
|
43
|
+
typings: "dist/promster-fastify.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/fastify"
|
|
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
|
"@promster/server": "workspace:*",
|
|
@@ -58,6 +54,10 @@ var pkg = {
|
|
|
58
54
|
devDependencies: {
|
|
59
55
|
"@promster/types": "workspace:*",
|
|
60
56
|
fastify: "5.7.4"
|
|
57
|
+
},
|
|
58
|
+
engines: {
|
|
59
|
+
node: ">=20",
|
|
60
|
+
npm: ">=8"
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
63
|
|
|
@@ -131,6 +131,7 @@ const createPlugin = async (fastify, options) => {
|
|
|
131
131
|
});
|
|
132
132
|
}
|
|
133
133
|
});
|
|
134
|
+
signalIsUp();
|
|
134
135
|
};
|
|
135
136
|
const plugin = fastifyPlugin__default["default"](createPlugin, {
|
|
136
137
|
fastify: '>= 5.0.0',
|
|
@@ -13,11 +13,24 @@ var merge__default = /*#__PURE__*/_interopDefault(merge);
|
|
|
13
13
|
|
|
14
14
|
var pkg = {
|
|
15
15
|
name: "@promster/fastify",
|
|
16
|
-
version: "15.4.
|
|
16
|
+
version: "15.4.6",
|
|
17
17
|
description: "Fastify server integrations of promster",
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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/fastify"
|
|
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-fastify.cjs.js",
|
|
42
|
+
types: "dist/promster-fastify.cjs.d.ts",
|
|
43
|
+
typings: "dist/promster-fastify.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/fastify"
|
|
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
|
"@promster/server": "workspace:*",
|
|
@@ -58,6 +54,10 @@ var pkg = {
|
|
|
58
54
|
devDependencies: {
|
|
59
55
|
"@promster/types": "workspace:*",
|
|
60
56
|
fastify: "5.7.4"
|
|
57
|
+
},
|
|
58
|
+
engines: {
|
|
59
|
+
node: ">=20",
|
|
60
|
+
npm: ">=8"
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
63
|
|
|
@@ -131,6 +131,7 @@ const createPlugin = async (fastify, options) => {
|
|
|
131
131
|
});
|
|
132
132
|
}
|
|
133
133
|
});
|
|
134
|
+
signalIsUp();
|
|
134
135
|
};
|
|
135
136
|
const plugin = fastifyPlugin__default["default"](createPlugin, {
|
|
136
137
|
fastify: '>= 5.0.0',
|
package/package.json
CHANGED
|
@@ -1,10 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promster/fastify",
|
|
3
|
-
"version": "15.4.
|
|
3
|
+
"version": "15.4.6",
|
|
4
4
|
"description": "Fastify server integrations of promster",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
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/fastify"
|
|
20
|
+
},
|
|
8
21
|
"files": [
|
|
9
22
|
"readme.md",
|
|
10
23
|
"package.json",
|
|
@@ -12,38 +25,25 @@
|
|
|
12
25
|
"dist/**",
|
|
13
26
|
"modules/**"
|
|
14
27
|
],
|
|
28
|
+
"main": "dist/promster-fastify.cjs.js",
|
|
29
|
+
"types": "dist/promster-fastify.cjs.d.ts",
|
|
30
|
+
"typings": "dist/promster-fastify.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/fastify"
|
|
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
|
"fastify-plugin": "^5.1.0",
|
|
40
36
|
"merge-options": "3.0.4",
|
|
41
37
|
"parse-prometheus-text-format": "1.1.1",
|
|
42
|
-
"@promster/metrics": "15.4.
|
|
43
|
-
"@promster/server": "15.4.
|
|
38
|
+
"@promster/metrics": "15.4.6",
|
|
39
|
+
"@promster/server": "15.4.6"
|
|
44
40
|
},
|
|
45
41
|
"devDependencies": {
|
|
46
42
|
"fastify": "5.7.4",
|
|
47
|
-
"@promster/types": "15.4.
|
|
43
|
+
"@promster/types": "15.4.6"
|
|
44
|
+
},
|
|
45
|
+
"engines": {
|
|
46
|
+
"node": ">=20",
|
|
47
|
+
"npm": ">=8"
|
|
48
48
|
}
|
|
49
49
|
}
|