Skip to content

Commit

Permalink
feat: update type for feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
arunjaindev committed Nov 12, 2024
1 parent b42638d commit 8814d91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtron-labs/devtron-fe-common-lib",
"version": "0.6.5-beta-5",
"version": "0.6.5-beta-6",
"description": "Supporting common component library",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export interface customEnv {
FEATURE_PROMO_EMBEDDED_BUTTON_TEXT?: string
FEATURE_PROMO_EMBEDDED_MODAL_TITLE?: string
FEATURE_PROMO_EMBEDDED_IFRAME_URL?: string
FEATURE_SWAP_TRAFFIC_ENABLE?: string
FEATURE_SWAP_TRAFFIC_ENABLE?: boolean
}
declare global {
interface Window {
Expand Down

0 comments on commit 8814d91

Please sign in to comment.