Comparing version 8.5.1 to 8.5.2
CHANGELOG | ||
========= | ||
## 8.5.2 (2021-9-26) | ||
* @amc6 TypeScript: add missing decrement overload type | ||
## 8.5.1 (2021-9-2) | ||
* @tim-crisp TypeScript update: add stream to protocol string union type | ||
* @tim-crisp TypeScript: add stream to protocol string union type | ||
* @bdeitte Bump path-parse (used just in dev builds) from 1.0.6 to 1.0.7 | ||
@@ -7,0 +10,0 @@ |
{ | ||
"name": "hot-shots", | ||
"description": "Node.js client for StatsD, DogStatsD, and Telegraf", | ||
"version": "8.5.1", | ||
"version": "8.5.2", | ||
"author": "Steve Ivy", | ||
@@ -6,0 +6,0 @@ "types": "./types.d.ts", |
@@ -84,2 +84,3 @@ import dgram = require("dgram"); | ||
decrement(stat: string): void; | ||
decrement(stat: string, tags?: Tags): void; | ||
decrement(stat: string | string[], value: number, sampleRate?: number, tags?: Tags, callback?: StatsCb): void; | ||
@@ -86,0 +87,0 @@ decrement(stat: string | string[], value: number, tags?: Tags, callback?: StatsCb): void; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85052
1560