@devtron-labs/devtron-fe-common-lib 1.17.0-pre-10 → 1.17.0-pre-11

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.
@@ -787,10 +787,6 @@ export type InitTabType = Omit<CommonTabArgsType, 'type'> & ({
787
787
  });
788
788
  export interface DynamicTabType extends CommonTabArgsType {
789
789
  id: string;
790
- /**
791
- * Id of the last active tab before switching to current tab
792
- */
793
- lastActiveTabId: string | null;
794
790
  }
795
791
  export interface ResourceApprovalPolicyConfigDTO {
796
792
  appId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.17.0-pre-10",
3
+ "version": "1.17.0-pre-11",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",