@apex-pub/convector-core-controller
Advanced tools
Comparing version 1.4.1-4-alpha.6064f94c to 1.4.1-4-alpha.8939dce7
@@ -1,5 +0,5 @@ | ||
export * from './param.decorator'; | ||
export * from './invokable.decorator'; | ||
export * from './optional.decorator'; | ||
export * from './controller.decorator'; | ||
export * from './convector-controller'; | ||
export * from './param.decorator.js'; | ||
export * from './invokable.decorator.js'; | ||
export * from './optional.decorator.js'; | ||
export * from './controller.decorator.js'; | ||
export * from './convector-controller.js'; |
@@ -1,6 +0,6 @@ | ||
export * from './param.decorator'; | ||
export * from './invokable.decorator'; | ||
export * from './optional.decorator'; | ||
export * from './controller.decorator'; | ||
export * from './convector-controller'; | ||
export * from './param.decorator.js'; | ||
export * from './invokable.decorator.js'; | ||
export * from './optional.decorator.js'; | ||
export * from './controller.decorator.js'; | ||
export * from './convector-controller.js'; | ||
//# sourceMappingURL=index.js.map |
import 'reflect-metadata'; | ||
import { ConvectorController } from './convector-controller'; | ||
import { ConvectorController } from './convector-controller.js'; | ||
export declare const invokableMetadataKey: any; | ||
@@ -4,0 +4,0 @@ export declare function Invokable(): (target: any, key: string, descriptor: TypedPropertyDescriptor<(...args: any[]) => Promise<any>>) => void; |
import * as g from 'window-or-global'; | ||
import { ControllerNamespaceMissingError, ControllerInvokablesMissingError, ControllerInvalidInvokeError, ControllerInvalidArgumentError, ControllerArgumentParseError, ControllerInvalidFunctionError, ControllerUndefinedArgumentError } from '@apex-pub/convector-core-errors'; | ||
import 'reflect-metadata'; | ||
import { paramMetadataKey } from './param.decorator'; | ||
import { optionalMetadataKey } from './optional.decorator'; | ||
import { controllerMetadataKey } from './controller.decorator'; | ||
import { paramMetadataKey } from './param.decorator.js'; | ||
import { optionalMetadataKey } from './optional.decorator.js'; | ||
import { controllerMetadataKey } from './controller.decorator.js'; | ||
export const invokableMetadataKey = g.ConvectorInvokableMetadataKey || Symbol('invokable'); | ||
@@ -8,0 +8,0 @@ g.ConvectorInvokableMetadataKey = invokableMetadataKey; |
{ | ||
"name": "@apex-pub/convector-core-controller", | ||
"version": "1.4.1-4-alpha.6064f94c", | ||
"version": "1.4.1-4-alpha.8939dce7", | ||
"description": "Convector Controller base class", | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
"repository": { | ||
@@ -53,4 +54,4 @@ "type": "git", | ||
"dependencies": { | ||
"@apex-pub/convector-core-errors": "1.4.1-4-alpha.6064f94c", | ||
"@apex-pub/convector-core-model": "1.4.1-4-alpha.6064f94c", | ||
"@apex-pub/convector-core-errors": "1.4.1-4-alpha.8939dce7", | ||
"@apex-pub/convector-core-model": "1.4.1-4-alpha.8939dce7", | ||
"window-or-global": "^1.0.1", | ||
@@ -57,0 +58,0 @@ "yup": "^0.26.10" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28304
Yes
+ Added@apex-pub/convector-core-errors@1.4.1-4-alpha.8939dce7(transitive)
+ Added@apex-pub/convector-core-model@1.4.1-4-alpha.8939dce7(transitive)
+ Added@apex-pub/convector-core-storage@1.4.1-4-alpha.8939dce7(transitive)
- Removed@apex-pub/convector-core-errors@1.4.1-4-alpha.6064f94c(transitive)
- Removed@apex-pub/convector-core-model@1.4.1-4-alpha.6064f94c(transitive)
- Removed@apex-pub/convector-core-storage@1.4.1-4-alpha.6064f94c(transitive)
Updated@apex-pub/convector-core-errors@1.4.1-4-alpha.8939dce7
Updated@apex-pub/convector-core-model@1.4.1-4-alpha.8939dce7