Skip to content

Commit 6a2efd4

Browse files
committed
chore: bump version to 1.21.1-beta-5; update creationTime type in DevtronLicenseBaseDTO to string
1 parent bd9ca15 commit 6a2efd4

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.21.1-beta-3",
3+
"version": "1.21.1-beta-5",
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
@@ -1127,7 +1127,7 @@ export type DevtronLicenseBaseDTO = {
11271127
* In seconds
11281128
*/
11291129
timeElapsedSinceCreation: number
1130-
creationTime: number
1130+
creationTime: string
11311131
ttl?: never
11321132
expiry?: never
11331133
}

0 commit comments

Comments
 (0)