@dsivd/prestations-ng 14.5.11 → 14.5.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/bundles/dsivd-prestations-ng.umd.js +1 -1
- package/bundles/dsivd-prestations-ng.umd.js.map +1 -1
- package/dsivd-prestations-ng-v14.5.12.tgz +0 -0
- package/esm2015/foehn-footer/foehn-footer.component.js +2 -2
- package/fesm2015/dsivd-prestations-ng.js +1 -1
- package/fesm2015/dsivd-prestations-ng.js.map +1 -1
- package/package.json +1 -1
- package/dsivd-prestations-ng-v14.5.11.tgz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -26,6 +26,11 @@ A change is considered **breaking** if you have to change your code or update yo
|
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
|
29
|
+
## [14.5.12]
|
|
30
|
+
|
|
31
|
+
- [foehn-footer.component.ts](projects/prestations-ng/src/foehn-footer/foehn-footer.component.ts)
|
|
32
|
+
- Fixed "SecurityBestPracticeLink" URL
|
|
33
|
+
|
|
29
34
|
## [14.5.11]
|
|
30
35
|
|
|
31
36
|
### Fixed
|
|
@@ -5386,7 +5386,7 @@
|
|
|
5386
5386
|
|
|
5387
5387
|
var GUIDE_URL = 'https://www.vd.ch/index.php?id=67827';
|
|
5388
5388
|
var TERM_OF_USE_URL = 'https://www.vd.ch/index.php?id=2015321';
|
|
5389
|
-
var SECURITY_BEST_PRACTICE_URL = 'https://www.vd.ch/
|
|
5389
|
+
var SECURITY_BEST_PRACTICE_URL = 'https://www.vd.ch/index.php?id=2015320';
|
|
5390
5390
|
var FoehnFooterComponent = /** @class */ (function () {
|
|
5391
5391
|
function FoehnFooterComponent(applicationInfoService, gesdemEventService, gesdemService) {
|
|
5392
5392
|
/**
|