backtrace-service
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=coronerConfig.js.map |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=coronerDescriptor.js.map |
@@ -0,0 +0,0 @@ export interface IDescriptorOpts { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=descriptorOptions.js.map |
@@ -0,0 +0,0 @@ import { NextFunction, Request, Response } from 'express'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Request } from 'express'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=authRequest.js.map |
@@ -0,0 +0,0 @@ import { IServerConfiguration } from './serverConfiguration'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=authRequestOptions.js.map |
@@ -0,0 +0,0 @@ export interface IConfig { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=serverConfiguration.js.map |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { BacktraceClientOptions, IBacktraceClientOptions } from 'backtrace-node'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import express from 'express'; |
@@ -51,3 +51,3 @@ "use strict"; | ||
this._hostUrl = 'https://api.circonus.com/module/httptrap/'; | ||
this._url = this._hostUrl + "/" + this.uuid + "/" + this.secret; | ||
this._url = "" + this._hostUrl + this.uuid + "/" + this.secret; | ||
this._hostName = os_1.default.hostname().split('.')[0]; | ||
@@ -54,0 +54,0 @@ this._data = {}; |
@@ -0,0 +0,0 @@ import { Logger } from './../log/logger'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=appOptions.js.map |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=configuration.js.map |
@@ -0,0 +0,0 @@ import { Response } from 'express'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface IServiceDescriptor { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=serviceDescriptor.js.map |
@@ -0,0 +0,0 @@ export declare class UnauthorizedError extends Error { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import express from 'express'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IConfiguration } from './../model/configuration'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "backtrace-service", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Common tools for Backtrace Node services", | ||
@@ -5,0 +5,0 @@ "author": "Backtrace", |
@@ -9,3 +9,3 @@ import axios from 'axios'; | ||
'https://api.circonus.com/module/httptrap/'; | ||
private _url = `${this._hostUrl}/${this.uuid}/${this.secret}`; | ||
private _url = `${this._hostUrl}${this.uuid}/${this.secret}`; | ||
@@ -17,3 +17,3 @@ private readonly _hostName: string = os.hostname().split('.')[0]; | ||
_type: string; | ||
_value: [number | string]; | ||
_value: number[]; | ||
}; | ||
@@ -20,0 +20,0 @@ } = {}; |
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
158790