File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -64,3 +64,4 @@ FEATURE_APPLICATION_TEMPLATES_ENABLE=true
64
64
FEATURE_CODE_MIRROR_ENABLE = false
65
65
FEATURE_EXPERIMENTAL_THEMING_ENABLE = true
66
66
FEATURE_DEFAULT_AUTHENTICATED_VIEW_ENABLE = false
67
+ GATEKEEPER_URL =
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " /dashboard" ,
6
6
"dependencies" : {
7
- "@devtron-labs/devtron-fe-common-lib" : " 1.10.0-patch-2 " ,
7
+ "@devtron-labs/devtron-fe-common-lib" : " 1.10.0-patch-3 " ,
8
8
"@esbuild-plugins/node-globals-polyfill" : " 0.2.3" ,
9
9
"@rjsf/core" : " ^5.13.3" ,
10
10
"@rjsf/utils" : " ^5.13.3" ,
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ if (!window || !window._env_) {
168
168
FEATURE_APPLICATION_TEMPLATES_ENABLE : true ,
169
169
FEATURE_CODE_MIRROR_ENABLE : true ,
170
170
FEATURE_DEFAULT_AUTHENTICATED_VIEW_ENABLE : false ,
171
+ GATEKEEPER_URL : 'devtron.ai' ,
171
172
}
172
173
}
173
174
Original file line number Diff line number Diff line change 1126
1126
dependencies :
1127
1127
" @jridgewell/trace-mapping" " 0.3.9"
1128
1128
1129
- " @devtron-labs/[email protected] 2 " :
1130
- version "1.10.0-patch-2 "
1131
- resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.10.0-patch-2 .tgz#8e33f01e056e3fb037d2171355d4699e2a435ae9 "
1132
- integrity sha512-aiw5Cws3M2VkrpdRI5yLT0oQIfgwo4rkMrWk05yR20b6UbviNjnhNWKhCEHH7SfhFp4gNruEmjolBrmlx1ojqA ==
1129
+ " @devtron-labs/[email protected] 3 " :
1130
+ version "1.10.0-patch-3 "
1131
+ resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.10.0-patch-3 .tgz#4b85b81a627365ac393691750dbec72d3dfb17f7 "
1132
+ integrity sha512-3ceE6CHBoqNTyai9Y89sbZa4WfnLuQYdy8mN+BA/NOsw9EciMeCohqgeWHjb4UXvnI4hu8EutSxMpqD9zPyetw ==
1133
1133
dependencies :
1134
1134
" @codemirror/lang-json" " 6.0.1"
1135
1135
" @codemirror/lang-yaml" " 6.1.2"
You can’t perform that action at this time.
0 commit comments