@gtsc/services
Advanced tools
Comparing version 0.0.5-next.6 to 0.0.5-next.7
@@ -12,5 +12,5 @@ /** | ||
* @param nodeLoggingConnectorType The node logging connector type, defaults to "node-logging". | ||
* @returns Nothing. | ||
* @returns True if the bootstrapping process was successful. | ||
*/ | ||
bootstrap?(nodeLoggingConnectorType?: string): Promise<void>; | ||
bootstrap?(nodeLoggingConnectorType?: string): Promise<boolean>; | ||
/** | ||
@@ -17,0 +17,0 @@ * The service needs to be started when the node is initialized. |
@@ -17,3 +17,3 @@ # Interface: IService | ||
> `optional` **bootstrap**(`nodeLoggingConnectorType`?): `Promise`\<`void`\> | ||
> `optional` **bootstrap**(`nodeLoggingConnectorType`?): `Promise`\<`boolean`\> | ||
@@ -30,5 +30,5 @@ Bootstrap the service by creating and initializing any resources it needs. | ||
`Promise`\<`void`\> | ||
`Promise`\<`boolean`\> | ||
Nothing. | ||
True if the bootstrapping process was successful. | ||
@@ -35,0 +35,0 @@ *** |
{ | ||
"name": "@gtsc/services", | ||
"version": "0.0.5-next.6", | ||
"version": "0.0.5-next.7", | ||
"description": "Package for base service types", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
"dependencies": { | ||
"@gtsc/core": "0.0.5-next.6", | ||
"@gtsc/core": "0.0.5-next.7", | ||
"@gtsc/nameof": "next" | ||
@@ -20,0 +20,0 @@ }, |
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
16969
+ Added@gtsc/core@0.0.5-next.7(transitive)
- Removed@gtsc/core@0.0.5-next.6(transitive)
Updated@gtsc/core@0.0.5-next.7