Skip to content

Commit b1f74b1

Browse files
committed
chore: add CHAT_V2_ENDPOINT feature flag and update learning-assistant lib
1 parent 06902d8 commit b1f74b1

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ OPTIMIZELY_FULL_STACK_SDK_KEY=''
5252
SHOW_UNGRADED_ASSIGNMENT_PROGRESS=''
5353
# Fallback in local style files
5454
PARAGON_THEME_URLS={}
55+
FEATURE_ENABLE_CHAT_V2_ENDPOINT=''

.env.development

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ OPTIMIZELY_FULL_STACK_SDK_KEY=''
5454
SHOW_UNGRADED_ASSIGNMENT_PROGRESS=''
5555
# Fallback in local style files
5656
PARAGON_THEME_URLS={}
57+
FEATURE_ENABLE_CHAT_V2_ENDPOINT='false'

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ USER_INFO_COOKIE_NAME='edx-user-info'
5050
PRIVACY_POLICY_URL='http://localhost:18000/privacy'
5151
SHOW_UNGRADED_ASSIGNMENT_PROGRESS=''
5252
ENTERPRISE_LEARNER_PORTAL_URL='http://localhost:Enterprise'
53+
FEATURE_ENABLE_CHAT_V2_ENDPOINT='false'

package-lock.json

Lines changed: 4 additions & 4 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
@@ -37,7 +37,7 @@
3737
"@edx/browserslist-config": "1.5.0",
3838
"@edx/frontend-component-footer": "^14.6.0",
3939
"@edx/frontend-component-header": "^6.2.0",
40-
"@edx/frontend-lib-learning-assistant": "^2.20.0",
40+
"@edx/frontend-lib-learning-assistant": "^2.22.0",
4141
"@edx/frontend-lib-special-exams": "^4.0.0",
4242
"@edx/frontend-platform": "^8.3.1",
4343
"@edx/openedx-atlas": "^0.7.0",

0 commit comments

Comments
 (0)