Skip to content

Commit 49212a8

Browse files
authored
Merge pull request #6 from matsumana/feature/update-dependencies
update @matsumana/winston-transport-prometheus to 1.0.0
2 parents a4c1ac4 + aede38b commit 49212a8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

examples/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"start": "node dist/bundle.js"
1616
},
1717
"dependencies": {
18-
"@matsumana/winston-transport-prometheus": "^0.2.1",
18+
"@matsumana/winston-transport-prometheus": "^1.0.0",
1919
"express": "^4.17.1",
2020
"express-prometheus-middleware": "^1.2.0",
2121
"prom-client": "^13.1.0"

examples/javascript/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
minimatch "^3.0.4"
5353
strip-json-comments "^3.1.1"
5454

55-
"@matsumana/winston-transport-prometheus@^0.2.1":
56-
version "0.2.1"
57-
resolved "https://registry.yarnpkg.com/@matsumana/winston-transport-prometheus/-/winston-transport-prometheus-0.2.1.tgz#5c0b1ffe03764cc0fc9899e3c49d74d790d7e26c"
58-
integrity sha512-4PFWhUpHg3T37JXh3nFSISf90Y3DTu2cxfbbwkOeCMtSnVeU0uOBjoBG59qm+3eNce4HXoEItKqCk0y6y2cUAg==
55+
"@matsumana/winston-transport-prometheus@^1.0.0":
56+
version "1.0.0"
57+
resolved "https://registry.yarnpkg.com/@matsumana/winston-transport-prometheus/-/winston-transport-prometheus-1.0.0.tgz#b4b70cdc4c4ded3762ef8ebcf5e9a3dcba79956a"
58+
integrity sha512-72inlRZuDmeJoYebvM3B7eljxNEJklIgut5Qm61IjjXD5XnJ7EU46VxPp2S4BXlbnxiMRDU1OXFUJ5p9cfT/qw==
5959
dependencies:
6060
winston "^3.3.3"
6161
winston-transport "^4.4.0"

examples/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"start": "node dist/bundle.js"
1616
},
1717
"dependencies": {
18-
"@matsumana/winston-transport-prometheus": "^0.2.1",
18+
"@matsumana/winston-transport-prometheus": "^1.0.0",
1919
"@types/express": "^4.17.11",
2020
"@types/express-prometheus-middleware": "^1.2.0",
2121
"express": "^4.17.1",

examples/typescript/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
minimatch "^3.0.4"
5353
strip-json-comments "^3.1.1"
5454

55-
"@matsumana/winston-transport-prometheus@^0.2.1":
56-
version "0.2.1"
57-
resolved "https://registry.yarnpkg.com/@matsumana/winston-transport-prometheus/-/winston-transport-prometheus-0.2.1.tgz#5c0b1ffe03764cc0fc9899e3c49d74d790d7e26c"
58-
integrity sha512-4PFWhUpHg3T37JXh3nFSISf90Y3DTu2cxfbbwkOeCMtSnVeU0uOBjoBG59qm+3eNce4HXoEItKqCk0y6y2cUAg==
55+
"@matsumana/winston-transport-prometheus@^1.0.0":
56+
version "1.0.0"
57+
resolved "https://registry.yarnpkg.com/@matsumana/winston-transport-prometheus/-/winston-transport-prometheus-1.0.0.tgz#b4b70cdc4c4ded3762ef8ebcf5e9a3dcba79956a"
58+
integrity sha512-72inlRZuDmeJoYebvM3B7eljxNEJklIgut5Qm61IjjXD5XnJ7EU46VxPp2S4BXlbnxiMRDU1OXFUJ5p9cfT/qw==
5959
dependencies:
6060
winston "^3.3.3"
6161
winston-transport "^4.4.0"

0 commit comments

Comments
 (0)