@sigodenjs/dee-srv
Advanced tools
Comparing version 0.18.3 to 0.18.4
@@ -29,2 +29,3 @@ export interface ServiceGroup extends SrvExt.ServiceGroup { | ||
export interface ServiceBase { | ||
[k: string]: any; | ||
[INIT_KEY]?: () => Promise<void> | void; | ||
@@ -31,0 +32,0 @@ [STOP_KEY]?: () => Promise<void> | void; |
{ | ||
"name": "@sigodenjs/dee-srv", | ||
"version": "0.18.3", | ||
"version": "0.18.4", | ||
"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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
2370
52
0