remove amb-sdk dep

This commit is contained in:
Matt Hill
2020-12-01 11:55:56 -07:00
parent 28f120ff43
commit 2b22164fe0
6 changed files with 442 additions and 776 deletions

View File

@@ -389,7 +389,7 @@ const mockApiNotifications: ReqRes.GetNotificationsRes = [
const mockApiServer: () => ReqRes.GetServerRes = () => ({
serverId: 'start9-mockxyzab',
name: 'Embassy:12345678',
versionInstalled: '0.2.5',
versionInstalled: '0.2.6',
status: ServerStatus.RUNNING,
alternativeRegistryUrl: 'beta-registry.start9labs.com',
specs: {
@@ -420,7 +420,7 @@ const mockApiServer: () => ReqRes.GetServerRes = () => ({
})
const mockVersionLatest: ReqRes.GetVersionLatestRes = {
versionLatest: '0.2.5',
versionLatest: '0.2.6',
canUpdate: true,
}