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

Merged
merged 16 commits into from
Sep 25, 2024
Merged
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.23",
"@hmcts/rpx-xui-common-lib": "2.0.25-banner-message-date-error-handling",
"@hmcts/rpx-xui-node-lib": "2.29.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.23":
version: 2.0.23
resolution: "@hmcts/rpx-xui-common-lib@npm:2.0.23"
"@hmcts/rpx-xui-common-lib@npm:2.0.25-banner-message-date-error-handling":
version: 2.0.25-banner-message-date-error-handling
resolution: "@hmcts/rpx-xui-common-lib@npm:2.0.25-banner-message-date-error-handling"
dependencies:
tslib: ^2.0.0
peerDependencies:
launchdarkly-js-client-sdk: ^3.3.0
ngx-pagination: ^3.2.1
rpx-xui-translation: ^0.1.1
checksum: e5f24494b28cc99d6ae4cb1839a3191fb7a20a29d72ce67a7bdbc2a21854dabc6c2b5c08b7671b5538c6d68b7bb126eedc838330fc9c799483c0490754564b9b
checksum: 280a1d3617360ad763314f50d3e941c57f9ee957236b6c69f8136321bcd057a0465e635276a187dcceb3c056aeff2af7ccf9148bfcc4efd3f651a667ec2c0d7f
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.23
"@hmcts/rpx-xui-common-lib": 2.0.25-banner-message-date-error-handling
"@hmcts/rpx-xui-node-lib": 2.29.1
"@ng-idle/core": ^14.0.0
"@ng-idle/keepalive": ^14.0.0
Expand Down