@acceleratxr/core_sdk
Advanced tools
Comparing version
{ | ||
"name": "@acceleratxr/core_sdk", | ||
"version": "2.1.5-alpha.1", | ||
"version": "2.1.5-alpha.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Jean-Philippe Steinmetz <info@acceleratxr.com>", |
@@ -11,3 +11,3 @@ import { ServiceStatus } from "./ServiceStatus"; | ||
/** The map of service names to status objects for each deployed service in the cluster. */ | ||
readonly services: Map<string, ServiceStatus>; | ||
readonly services: Record<string, ServiceStatus>; | ||
/** The number of healthy services in the cluster. */ | ||
@@ -14,0 +14,0 @@ readonly healthy: number; |
{ | ||
"name": "@acceleratxr/core_sdk", | ||
"version": "2.1.5-alpha.1", | ||
"version": "2.1.5-alpha.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Jean-Philippe Steinmetz <info@acceleratxr.com>", |
5747900
0