@logtura/destination-prometheus-remote-write 0.2.0 → 0.2.1
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/LICENSE +1 -1
- package/package.json +4 -4
package/LICENSE
CHANGED
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
|
|
176
176
|
END OF TERMS AND CONDITIONS
|
|
177
177
|
|
|
178
|
-
Copyright 2026 Erik
|
|
178
|
+
Copyright 2026 Erik Aronesty (Logtura)
|
|
179
179
|
|
|
180
180
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
181
181
|
you may not use this file except in compliance with the License.
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logtura/destination-prometheus-remote-write",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Logtura destination driver for Prometheus remote-write receivers (Mimir, VictoriaMetrics, Grafana Cloud, etc).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
|
-
"author": "Erik
|
|
6
|
+
"author": "Erik Aronesty (Logtura)",
|
|
7
7
|
"homepage": "https://github.com/logtura/logtura#readme",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@logtura/core": "0.2.
|
|
31
|
+
"@logtura/core": "0.2.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"typescript": "^5.6.3",
|
|
35
35
|
"vitest": "^4.1.5",
|
|
36
|
-
"@logtura/core": "0.2.
|
|
36
|
+
"@logtura/core": "0.2.1"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"typecheck": "tsc --noEmit",
|