Skip to content

Commit 4a41fbd

Browse files
committed
chore: update version to 1.22.6-beta-6 in package.json and package-lock.json; modify getDockerRegistriesListMin to include isDefault in response type
1 parent 982763f commit 4a41fbd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.22.6-beta-5",
3+
"version": "1.22.6-beta-6",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/Common.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ export const getDetailedClusterList = async (
686686

687687
export const getDockerRegistriesListMin = async (
688688
signal: AbortSignal,
689-
): Promise<ResponseType<{ id: string; registryType: RegistryType }[]>> => get(ROUTES.DOCKER_REGISTRY_MIN, { signal })
689+
): Promise<ResponseType<{ id: string; registryType: RegistryType; isDefault: boolean }[]>> => get(ROUTES.DOCKER_REGISTRY_MIN, { signal })
690690

691691
export const getGitProvidersListMin = async (
692692
signal: AbortSignal,

0 commit comments

Comments
 (0)