@common-stack/server-core
Advanced tools
Comparing version 5.0.4-alpha.0 to 5.0.4-alpha.1
@@ -56,2 +56,3 @@ import { Container, interfaces } from 'inversify'; | ||
middleware?: any | any[]; | ||
graphqlMiddleware?: any | any[]; | ||
catalogInfo?: any | any[]; | ||
@@ -91,2 +92,3 @@ /** | ||
middleware: Function[]; | ||
graphqlMiddleware: Function[]; | ||
createWebsocketConfig: IWebsocketConfig[]; | ||
@@ -176,2 +178,3 @@ createPreference: IPreferences<T>[]; | ||
get middlewares(): any[]; | ||
get graphqlMiddlewares(): any[]; | ||
getPreferences<S = ConfigurationScope>(): IPreferences<S>[]; | ||
@@ -178,0 +181,0 @@ getPreferencesObj<S>(): { |
{ | ||
"name": "@common-stack/server-core", | ||
"version": "5.0.4-alpha.0", | ||
"version": "5.0.4-alpha.1", | ||
"description": "common core for higher packages to depend on", | ||
@@ -26,6 +26,7 @@ "license": "ISC", | ||
"dependencies": { | ||
"@common-stack/core": "5.0.4-alpha.0" | ||
"@common-stack/core": "0.0.1" | ||
}, | ||
"devDependencies": { | ||
"@cdm-logger/server": "^7.0.12" | ||
"@cdm-logger/server": "^7.0.12", | ||
"graphql-shield": "^7.6.5" | ||
}, | ||
@@ -41,3 +42,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "0861be852c850b9d89deb432252a0b849b085a4b" | ||
"gitHead": "f8df5e3f07a16e6cb9b517e3649441d2001e1e73" | ||
} |
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
Sorry, the diff of this file is not supported yet
115771
64
1688
2
+ Added@common-stack/core@0.0.1(transitive)
- Removed@common-stack/core@5.0.4-alpha.0(transitive)
Updated@common-stack/core@0.0.1