@gov-cy/govcy-express-services 1.12.1 → 1.12.2

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.
Files changed (2) hide show
  1. package/README.md +6 -42
  2. package/package.json +2 -4
package/README.md CHANGED
@@ -269,50 +269,14 @@ Here is an example JSON config:
269
269
  ],
270
270
  "footerIcons": [ //<-- Icons on the footer
271
271
  {
272
- "target": "_blank",
273
- "src": {
274
- "el": "https://cdn.jsdelivr.net/gh/gov-cy/govdesign@main/FundedbyEU_NextGeneration_H53-EL.png",
275
- "en": "https://cdn.jsdelivr.net/gh/gov-cy/govdesign@main/FundedbyEU_NextGeneration_H53-EN.png",
276
- "tr": "https://cdn.jsdelivr.net/gh/gov-cy/govdesign@main/FundedbyEU_NextGeneration_H53-EN.png"
277
- },
278
- "alt": {
279
- "el": "Χρηματοδοτείται από την ΕΕ Next Generation EU",
280
- "en": "Funded by the EU Next Generation EU",
281
- "tr": "Funded by the EU Next Generation EU"
282
- },
283
- "href": {
284
- "el": "https://europa.eu/",
285
- "en": "https://europa.eu/",
286
- "tr": "https://europa.eu/"
287
- },
288
- "title": {
289
- "el": "Μετάβαση στην ιστοσελίδα της ΕΕ",
290
- "en": "Go to EU website",
291
- "tr": "Go to EU website"
292
- }
272
+ "preset": "dsf-badge",
273
+ "badgeId": "DSF-water-aerators"
293
274
  },
294
275
  {
295
- "target": "_blank",
296
- "src": {
297
- "el": "https://cdn.jsdelivr.net/gh/gov-cy/govdesign@main/CYpros%20to%20aurio%20logo%20eng_H53_EL.png",
298
- "en": "https://cdn.jsdelivr.net/gh/gov-cy/govdesign@main/CYpros%20to%20aurio%20logo%20eng_H53_EN.png",
299
- "tr": "https://cdn.jsdelivr.net/gh/gov-cy/govdesign@main/CYpros%20to%20aurio%20logo%20eng_H53_EN.png"
300
- },
301
- "alt": {
302
- "el": "Κύπρος το Αύριο, σχέδιο ανάκαμψης και ανθεντικότητας",
303
- "en": "Cyprus tomorrow, recovery and resilience plan",
304
- "tr": "Cyprus tomorrow, recovery and resilience plan"
305
- },
306
- "href": {
307
- "el": "http://www.cyprus-tomorrow.gov.cy/",
308
- "en": "http://www.cyprus-tomorrow.gov.cy/",
309
- "tr": "http://www.cyprus-tomorrow.gov.cy/"
310
- },
311
- "title": {
312
- "el": "Μετάβαση στην ιστοσελίδα Κύπρος το Αύριο",
313
- "en": "Go to Cyprus Tomorrow website",
314
- "tr": "Go to Cyprus Tomorrow website"
315
- }
276
+ "preset": "eu-next-generation"
277
+ },
278
+ {
279
+ "preset": "cyprus-tomorrow"
316
280
  }
317
281
  ],
318
282
  "menu": { //<-- Menu altext
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gov-cy/govcy-express-services",
3
- "version": "1.12.1",
3
+ "version": "1.12.2",
4
4
  "description": "An Express-based system that dynamically renders services using @gov-cy/govcy-frontend-renderer and posts data to a submission API.",
5
5
  "author": "DMRID - DSF Team",
6
6
  "license": "MIT",
@@ -45,7 +45,6 @@
45
45
  "start:all-features": "node tests/mocks/all-features/allFeaturesStarter.mjs",
46
46
  "start:mock": "node tests/mocks/mockApiServer.mjs",
47
47
  "test": "mocha --timeout 60000 tests/**/*.test.mjs --exit",
48
- "test:report": "mocha --timeout 60000 --reporter mochawesome tests/**/*.test.mjs --exit",
49
48
  "test:unit": "mocha --recursive tests/unit/**/*.test.mjs",
50
49
  "test:integration": "mocha --recursive tests/integration/**/*.test.mjs",
51
50
  "test:package": "mocha --recursive tests/package/**/*.test.mjs",
@@ -58,7 +57,7 @@
58
57
  },
59
58
  "dependencies": {
60
59
  "@gov-cy/dsf-email-templates": "^2.1.15",
61
- "@gov-cy/govcy-frontend-renderer": "^1.28.1",
60
+ "@gov-cy/govcy-frontend-renderer": "^1.29.0",
62
61
  "axios": "^1.9.0",
63
62
  "cookie-parser": "^1.4.7",
64
63
  "dotenv": "^16.3.1",
@@ -75,7 +74,6 @@
75
74
  "chai-http": "^5.1.1",
76
75
  "coverage-badges-cli": "^2.2.0",
77
76
  "mocha": "^11.7.5",
78
- "mochawesome": "^7.1.4",
79
77
  "nodemon": "^3.0.2",
80
78
  "pa11y": "^9.1.0",
81
79
  "patch-package": "^8.0.1",