Skip to content

Commit 8814d91

Browse files
committed
feat: update type for feature flag
1 parent b42638d commit 8814d91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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": "0.6.5-beta-5",
3+
"version": "0.6.5-beta-6",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export interface customEnv {
8686
FEATURE_PROMO_EMBEDDED_BUTTON_TEXT?: string
8787
FEATURE_PROMO_EMBEDDED_MODAL_TITLE?: string
8888
FEATURE_PROMO_EMBEDDED_IFRAME_URL?: string
89-
FEATURE_SWAP_TRAFFIC_ENABLE?: string
89+
FEATURE_SWAP_TRAFFIC_ENABLE?: boolean
9090
}
9191
declare global {
9292
interface Window {

0 commit comments

Comments
 (0)