Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed service messages references #1301

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@hmcts/media-viewer": "4.0.4",
"@hmcts/nodejs-healthcheck": "1.7.0",
"@hmcts/properties-volume": "0.0.13",
"@hmcts/rpx-xui-common-lib": "2.0.20",
"@hmcts/rpx-xui-common-lib": "2.0.21-message-banner-start-end-date-1",
"@hmcts/rpx-xui-node-lib": "2.27.1",
"@ng-idle/core": "^14.0.0",
"@ng-idle/keepalive": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const environmentNames = {
prod: 'prod'
};

const serviceMessagesFeatureToggleKey: string = 'mo-service-messages';
const serviceMessagesFeatureToggleKey: string = 'mo-service-messages-dates';
const serviceMessageCookie: string = 'mo_service_messages';

/**
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2774,16 +2774,16 @@ __metadata:
languageName: node
linkType: hard

"@hmcts/rpx-xui-common-lib@npm:2.0.20":
version: 2.0.20
resolution: "@hmcts/rpx-xui-common-lib@npm:2.0.20"
"@hmcts/rpx-xui-common-lib@npm:2.0.21-message-banner-start-end-date-1":
version: 2.0.21-message-banner-start-end-date-1
resolution: "@hmcts/rpx-xui-common-lib@npm:2.0.21-message-banner-start-end-date-1"
dependencies:
tslib: ^2.0.0
peerDependencies:
launchdarkly-js-client-sdk: ^2.15.2
ngx-pagination: ^3.2.1
rpx-xui-translation: ^0.1.1
checksum: 94522b29ed0e95f4d7b0a35e68a6a4df072ee283c69a70bc97a6a84d31ef0296c74bd5cfa01744469c055db29fd85c3afeb76102b15218ff430dc2d24abb9e62
checksum: 05b4939f4b6ab4fe78a896a8800c0d0d2af4eb230967e309dd828572b60ce1a14c63bd459d2df830d66de7df7cf849a08c7e5207c85b3a5df9d67f1f68245942
languageName: node
linkType: hard

Expand Down Expand Up @@ -19407,7 +19407,7 @@ __metadata:
"@hmcts/media-viewer": 4.0.4
"@hmcts/nodejs-healthcheck": 1.7.0
"@hmcts/properties-volume": 0.0.13
"@hmcts/rpx-xui-common-lib": 2.0.20
"@hmcts/rpx-xui-common-lib": 2.0.21-message-banner-start-end-date-1
"@hmcts/rpx-xui-node-lib": 2.27.1
"@ng-idle/core": ^14.0.0
"@ng-idle/keepalive": ^14.0.0
Expand Down