@sigodenjs/dee-srv
Advanced tools
Comparing version 0.16.2 to 0.16.3
export interface ServiceGroup extends SrvExt.ServiceGroup { | ||
[k: string]: any; | ||
} | ||
export declare type Config = SrvExt.Config & BaseConfig; | ||
export interface SrvContext { | ||
@@ -40,5 +39,3 @@ config: BaseConfig; | ||
} | ||
interface Config { | ||
} | ||
} | ||
} |
{ | ||
"name": "@sigodenjs/dee-srv", | ||
"version": "0.16.2", | ||
"version": "0.16.3", | ||
"description": "A way to write and organize service", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
1782
43