@common-stack/server-core
Advanced tools
Comparing version 0.0.156 to 0.0.157
@@ -46,3 +46,3 @@ import { IResolverOptions, IDirectiveOptions } from '../interfaces'; | ||
createService(options: any, updateOptions?: any): Promise<any>; | ||
createDataSource(options?: any): Promise<any>; | ||
createDataSource(options?: any): any; | ||
createResolvers(options?: IResolverOptions): any; | ||
@@ -49,0 +49,0 @@ createDirectives(options?: IDirectiveOptions): any; |
@@ -147,3 +147,3 @@ module.exports = | ||
} | ||
async createDataSource(options) { | ||
createDataSource(options) { | ||
return this.dataSources = lodash_1.merge({}, ...this.createDataSourceFunc.map(createDataSource => createDataSource(this.container))); | ||
@@ -150,0 +150,0 @@ } |
{ | ||
"name": "@common-stack/server-core", | ||
"version": "0.0.156", | ||
"version": "0.0.157", | ||
"description": "xterm server services for Node", | ||
@@ -51,3 +51,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@common-stack/utils": "^0.0.156", | ||
"@common-stack/utils": "^0.0.157", | ||
"cross-env": "^5.1.3", | ||
@@ -59,3 +59,3 @@ "jest": "^22.4.2", | ||
"dependencies": { | ||
"@common-stack/core": "^0.0.156" | ||
"@common-stack/core": "^0.0.157" | ||
}, | ||
@@ -62,0 +62,0 @@ "typings": "lib/index.d.ts", |
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
40493
+ Added@common-stack/core@0.0.157(transitive)
- Removed@common-stack/core@0.0.156(transitive)
Updated@common-stack/core@^0.0.157