Skip to content

Commit 72053d5

Browse files
committed
chore: update version to 1.21.0-beta-5 in package.json and package-lock.json; add instanceData to DevtronLicenseDTO type
1 parent 18ef98a commit 72053d5

3 files changed

Lines changed: 8 additions & 3 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.21.0",
3+
"version": "1.21.0-beta-5",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,9 +1141,14 @@ export type DevtronLicenseDTO<isCentralDashboard extends boolean = false> = Devt
11411141
showLicenseData?: never
11421142
licenseStatusError?: never
11431143
moduleLimits?: never
1144+
instanceData: {
1145+
devtronUrl: string
1146+
devtronPassword: string
1147+
}
11441148
}
11451149
: {
11461150
claimedByUserDetails?: never
1151+
instanceData?: never
11471152
showLicenseData: boolean
11481153
licenseStatusError?: LicenseErrorStruct
11491154
moduleLimits: {

0 commit comments

Comments
 (0)