@chalupajs/interface
Advanced tools
Comparing version 1.6.0 to 1.7.0
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Constructor } from './types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { EventCallable, ICommunicationFacade, MethodCallable } from './ICommunicationFacade'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ServiceAppearedCallback, ServiceDisappearedCallback } from './NetworkEventCallbacks'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ICommunicationFacade.js.map |
export declare type ServiceAppearedCallback = (serviceName: string) => Promise<void>; | ||
export declare type ServiceDisappearedCallback = (serviceName: string) => Promise<void>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=NetworkEventCallbacks.js.map |
import { ConfigurationOptions } from 'konvenient'; | ||
export declare const Configuration: (config?: Partial<ConfigurationOptions> | undefined) => <T>(constructor: new () => T) => new () => T; | ||
export { ConfigurationOptions, Configurable, ConfigurableSchema, SchemaResult, Nested, PredefinedFormat, configurator, KONVENIENT_CONFIGURATION_CLASS as CONFIGURATION_CLASS, } from 'konvenient'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare namespace ContainerConstant { |
@@ -0,0 +0,0 @@ "use strict"; |
import 'reflect-metadata'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Constructor } from '../types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Constructor } from '../types'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IContainer.js.map |
@@ -0,0 +0,0 @@ import { Constructor } from '../types'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IDynamicValueContext.js.map |
@@ -0,0 +0,0 @@ import { Constructor } from '../types'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IFacadeContainer.js.map |
@@ -0,0 +0,0 @@ import { Constructor } from '../types'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IInjectContainer.js.map |
@@ -0,0 +0,0 @@ import { Constructor } from '../types'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IPluginContainer.js.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare namespace Errors { |
@@ -0,0 +0,0 @@ "use strict"; |
import { Constructor } from '../types'; | ||
export declare function ErrorHandler(errors: Constructor<Error> | Constructor<Error>[]): (target: any, propertyKey: string, _descriptor: PropertyDescriptor) => void; | ||
export declare function registerErrorHandlerOnTarget(target: any, handlerName: string, errors: Constructor<Error>[]): void; |
@@ -0,0 +0,0 @@ "use strict"; |
import 'reflect-metadata'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Constructor } from '../types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ICommunicationChannel } from './ICommunicationChannel'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface ICommunicationChannel { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ICommunicationChannel.js.map |
@@ -0,0 +0,0 @@ import 'reflect-metadata'; |
@@ -0,0 +0,0 @@ "use strict"; |
import 'reflect-metadata'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IIntermediateService } from './IIntermediateService'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IBuilderStrategy.js.map |
@@ -0,7 +1,7 @@ | ||
import { Container } from 'inversify'; | ||
import { Constructor } from '../types'; | ||
import { ServiceOptions } from '../Service/decorators'; | ||
import { IDependencyGraph } from '../DependencyGraph'; | ||
import { IInjectContainer } from '../Container/IInjectContainer'; | ||
import { IServiceBridge } from './IServiceBridge'; | ||
import { Container } from "inversify"; | ||
import { IInjectContainer } from "../Container/IInjectContainer"; | ||
export interface IIntermediateService { | ||
@@ -8,0 +8,0 @@ container: Container; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IIntermediateService.js.map |
@@ -0,0 +0,0 @@ import { ICommunicationFacade } from '../Communication/ICommunicationFacade'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IServiceBridge.js.map |
@@ -0,0 +0,0 @@ export interface IServiceBridgeOrchestrator { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IServiceBridgeOrchestrator.js.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ILogger } from './ILogger'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ILogger.js.map |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ILogProvider.js.map |
@@ -0,0 +0,0 @@ export interface LogFunction { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=LogFunction.js.map |
@@ -0,0 +0,0 @@ import { Constructor } from '../types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare namespace Metadata { |
@@ -0,0 +0,0 @@ "use strict"; |
import 'reflect-metadata'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Constructor } from '../types'; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function ServiceAppeared(): (target: any, propertyKey: any, _descriptor: PropertyDescriptor) => void; | ||
export declare function ServiceDisappeared(): (target: any, propertyKey: any, _descriptor: PropertyDescriptor) => void; |
@@ -0,0 +0,0 @@ "use strict"; |
import { Constructor } from '../types'; | ||
import { IPluginContainer } from '../Container/IPluginContainer'; | ||
import { IDynamicValueContext } from '../Container/IDynamicValueContext'; | ||
import { IPlugin } from './IPlugin'; | ||
import { IDynamicValueContext } from '../Container/IDynamicValueContext'; | ||
export declare abstract class AbstractPlugin implements IPlugin { | ||
@@ -6,0 +6,0 @@ preCreation(_container: IPluginContainer): Promise<void>; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Constructor } from '../types'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IPlugin.js.map |
import 'reflect-metadata'; |
@@ -0,0 +0,0 @@ "use strict"; |
import 'reflect-metadata'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Constructor } from '../types'; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare type Constructor<T = any> = new (...args: any[]) => T; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@chalupajs/interface", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Service framework", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
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
249933