@gtsc/logging-models
Advanced tools
Comparing version 0.0.3-next.21 to 0.0.3-next.22
@@ -29,3 +29,3 @@ [**@gtsc/logging-models**](../overview.md) • **Docs** | ||
> `optional` **bootstrap**(`requestContext`): `Promise`\<`void`\> | ||
> `optional` **bootstrap**(`requestContext`?): `Promise`\<`void`\> | ||
@@ -36,3 +36,3 @@ Bootstrap the service by creating and initializing any resources it needs. | ||
• **requestContext**: `IServiceRequestContext` | ||
• **requestContext?**: `IServiceRequestContext` | ||
@@ -39,0 +39,0 @@ The request context for bootstrapping. |
@@ -29,3 +29,3 @@ [**@gtsc/logging-models**](../overview.md) • **Docs** | ||
> `optional` **bootstrap**(`requestContext`): `Promise`\<`void`\> | ||
> `optional` **bootstrap**(`requestContext`?): `Promise`\<`void`\> | ||
@@ -36,3 +36,3 @@ Bootstrap the service by creating and initializing any resources it needs. | ||
• **requestContext**: `IServiceRequestContext` | ||
• **requestContext?**: `IServiceRequestContext` | ||
@@ -39,0 +39,0 @@ The request context for bootstrapping. |
{ | ||
"name": "@gtsc/logging-models", | ||
"version": "0.0.3-next.21", | ||
"version": "0.0.3-next.22", | ||
"description": "Models which define the structure of the logging connectors and services", | ||
@@ -5,0 +5,0 @@ "repository": { |
50772