@common-stack/server-core
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -13,7 +13,7 @@ import { DocumentNode } from 'graphql'; | ||
declare class Feature { | ||
private schema; | ||
private createResolversFunc; | ||
private createContextFunc; | ||
private createFetchOptions; | ||
private beforeware; | ||
schema: DocumentNode[]; | ||
createResolversFunc: Function[]; | ||
createContextFunc: Function[]; | ||
createFetchOptions: Function[]; | ||
beforeware: Function[]; | ||
private middleware; | ||
@@ -20,0 +20,0 @@ constructor(feature?: FeatureParams, ...features: Feature[]); |
{ | ||
"name": "@common-stack/server-core", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "xterm server services for Node", | ||
@@ -51,3 +51,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@common-stack/utils": "^0.0.9", | ||
"@common-stack/utils": "^0.0.10", | ||
"cross-env": "^5.1.3", | ||
@@ -59,3 +59,3 @@ "jest": "^22.1.0", | ||
"dependencies": { | ||
"@common-stack/core": "^0.0.9" | ||
"@common-stack/core": "^0.0.10" | ||
}, | ||
@@ -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
15908
+ Added@common-stack/core@0.0.10(transitive)
- Removed@common-stack/core@0.0.9(transitive)
Updated@common-stack/core@^0.0.10