@shopify/statsd
Advanced tools
Comparing version 0.0.2-sknext-beta.2 to 0.0.8-sknext-beta.8
@@ -12,15 +12,3 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Logger", { | ||
enumerable: true, | ||
get: function get() { | ||
return _client.Logger; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Options", { | ||
enumerable: true, | ||
get: function get() { | ||
return _client.Options; | ||
} | ||
}); | ||
var _client = require("./client"); |
@@ -12,15 +12,3 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Logger", { | ||
enumerable: true, | ||
get: function () { | ||
return _client.Logger; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Options", { | ||
enumerable: true, | ||
get: function () { | ||
return _client.Options; | ||
} | ||
}); | ||
var _client = require("./client"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.StatsDClient = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var hot_shots_1 = require("hot-shots"); |
@@ -1,2 +0,3 @@ | ||
export { StatsDClient, Logger, Options } from './client'; | ||
export { StatsDClient } from './client'; | ||
export type { Logger, Options } from './client'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var client_1 = require("./client"); | ||
exports.StatsDClient = client_1.StatsDClient; | ||
Object.defineProperty(exports, "StatsDClient", { enumerable: true, get: function () { return client_1.StatsDClient; } }); |
{ | ||
"name": "@shopify/statsd", | ||
"version": "0.0.2-sknext-beta.2", | ||
"version": "0.0.8-sknext-beta.8", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "An opinionated StatsD client for Shopify Node.js servers and other StatsD utilities", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
11
28280
453