Skip to content

Commit 079f896

Browse files
committed
feat: update type for pipeline vs strategy map
1 parent 18419dc commit 079f896

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.13.0-beta-9",
3+
"version": "1.13.0-beta-10",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,4 +1164,4 @@ export type DeploymentStrategyType = 'CANARY' | 'ROLLING' | 'RECREATE' | 'BLUE-G
11641164

11651165
export type DeploymentStrategyTypeWithDefault = DeploymentStrategyType | 'DEFAULT'
11661166

1167-
export type PipelineIdsVsDeploymentStrategyMap = Record<number, DeploymentStrategyType>
1167+
export type PipelineIdsVsDeploymentStrategyMap = Record<number, DeploymentStrategyTypeWithDefault>

0 commit comments

Comments
 (0)