backtrace-service
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
import { IServiceDescriptor } from '../model/descriptor'; | ||
import { IServiceDescriptor } from '../model/serviceDescriptor'; | ||
import { IDescriptorOpts } from './model/descriptorOptions'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -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 |
import { NextFunction, Request, Response } from 'express'; | ||
import { IServiceDescriptor } from '../model/descriptor'; | ||
import { IServiceDescriptor } from '../model/serviceDescriptor'; | ||
import { ICoronerRequestOption } from './model/authRequestOptions'; | ||
@@ -4,0 +4,0 @@ import { IServerConfiguration } from './model/serverConfiguration'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface IAuthRequestOptions { |
"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 |
@@ -17,4 +17,5 @@ /** | ||
*/ | ||
export { IServiceDescriptor } from './model/serviceDescriptor'; | ||
export { getBackupConfig, getConfig, getDescriptor, getProperConfig, } from './config/config'; | ||
export { ICoronerDescriptor } from './config/model/coronerDescriptor'; | ||
export { IDescriptorOpts } from './config/model/descriptorOptions'; |
@@ -20,5 +20,2 @@ "use strict"; | ||
exports.UniverseHelper = backtraceUniverseHelper_1.UniverseHelper; | ||
/** | ||
* Service configuration helpers | ||
*/ | ||
var config_1 = require("./config/config"); | ||
@@ -25,0 +22,0 @@ exports.getBackupConfig = config_1.getBackupConfig; |
export declare function info(log: string): void; | ||
export declare function warning(log: string): void; | ||
export declare function error(log: string): void; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Response } from 'express'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "backtrace-service", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Common tools for Backtrace Node services", | ||
@@ -5,0 +5,0 @@ "author": "Backtrace", |
@@ -0,0 +0,0 @@ # Backtrace Service Layer nodejs library |
@@ -5,3 +5,3 @@ import { randomBytes } from 'crypto'; | ||
import * as log from '../log/log'; | ||
import { IServiceDescriptor } from '../model/descriptor'; | ||
import { IServiceDescriptor } from '../model/serviceDescriptor'; | ||
import { ICoronerDescriptor } from './model/coronerDescriptor'; | ||
@@ -8,0 +8,0 @@ import { IDescriptorOpts } from './model/descriptorOptions'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ export interface IDescriptorOpts { |
@@ -5,4 +5,4 @@ import axios from 'axios'; | ||
import { NextFunction, Request, Response } from 'express'; | ||
import { IServiceDescriptor } from '../model/descriptor'; | ||
import { ResponseResult } from '../model/responseResult'; | ||
import { IServiceDescriptor } from '../model/serviceDescriptor'; | ||
import { | ||
@@ -9,0 +9,0 @@ ICoronerAuth, |
@@ -0,0 +0,0 @@ export interface IAuthRequestOptions { |
@@ -0,0 +0,0 @@ export interface IConfig { |
@@ -23,2 +23,3 @@ /** | ||
*/ | ||
export { IServiceDescriptor } from './model/serviceDescriptor'; | ||
export { | ||
@@ -25,0 +26,0 @@ getBackupConfig, |
@@ -0,0 +0,0 @@ import chalk from 'chalk'; |
@@ -0,0 +0,0 @@ import * as url from 'url'; |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
86260
2.57%1457
-0.07%