@keiser/metrics-sdk-sso
Advanced tools
Comparing version 4.8.0 to 4.8.1
@@ -10,2 +10,9 @@ # Changelog | ||
## [v4.8.1](https://github.com/KeiserCorp/Keiser.Metrics.SDK/compare/v4.8.0...v4.8.1) - 2022-03-25 | ||
### Commits | ||
- Updates task worker types [`546e46d`](https://github.com/KeiserCorp/Keiser.Metrics.SDK/commit/546e46d1613ba6b3f9debab5e074c57e70bfbad8) | ||
- Pushes to v4.8.1 [`a6c2f23`](https://github.com/KeiserCorp/Keiser.Metrics.SDK/commit/a6c2f23324110c3af076eb84ca3e8117f49faeff) | ||
## [v4.8.0](https://github.com/KeiserCorp/Keiser.Metrics.SDK/compare/v4.7.1...v4.8.0) - 2022-03-15 | ||
@@ -12,0 +19,0 @@ |
@@ -23,3 +23,3 @@ import { ListMeta, Model, ModelList } from '../model'; | ||
export interface TaskWorkers { | ||
[key: string]: 'started' | TaskWorkerStatus; | ||
[key: string]: string; | ||
} | ||
@@ -26,0 +26,0 @@ export interface TaskPayload { |
@@ -23,3 +23,3 @@ import { ListMeta, Model, ModelList } from '../model'; | ||
export interface TaskWorkers { | ||
[key: string]: 'started' | TaskWorkerStatus; | ||
[key: string]: string; | ||
} | ||
@@ -26,0 +26,0 @@ export interface TaskPayload { |
{ | ||
"name": "@keiser/metrics-sdk-sso", | ||
"version": "4.8.0", | ||
"version": "4.8.1", | ||
"description": "Keiser Metrics SDK with SSO module", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
4072953