@devtron-labs/devtron-fe-common-lib 1.21.1-beta-3 → 1.21.1-beta-5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -961,7 +961,7 @@ export type DevtronLicenseBaseDTO = {
961
961
  * In seconds
962
962
  */
963
963
  timeElapsedSinceCreation: number;
964
- creationTime: number;
964
+ creationTime: string;
965
965
  ttl?: never;
966
966
  expiry?: never;
967
967
  } | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.21.1-beta-3",
3
+ "version": "1.21.1-beta-5",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",