@socialgouv/fiches-vdd 2.785.0 → 2.786.0
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 +7 -0
- package/data/professionnels/F37377.json +4 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [2.786.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.785.0...v2.786.0) (2023-08-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20230828_0414 update ([c63e9e8](https://github.com/SocialGouv/fiches-vdd/commit/c63e9e846fecfad5230a4bb06e284e30cad1494f))
|
|
7
|
+
|
|
1
8
|
# [2.785.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.784.0...v2.785.0) (2023-08-27)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"children": [
|
|
50
50
|
{
|
|
51
51
|
"type": "text",
|
|
52
|
-
"text": "Vous souhaitez mesurer votre impact carbone et
|
|
52
|
+
"text": "Vous souhaitez mesurer votre impact carbone et réduire vos émissions de gaz à effet de serre ? Vous souhaitez faire des économies en réduisant vos pertes en énergie, matière et eau ? Vous souhaitez mieux gérer vos déchets ? Vous avez un projet de rénovation énergétique de vos bâtiments ? Nous vous présentons comment commencer votre projet et qui sont les interlocuteurs pouvant vous accompagner dans votre projet et vous apporter une aide financière."
|
|
53
53
|
}
|
|
54
54
|
]
|
|
55
55
|
},
|
|
@@ -400,21 +400,7 @@
|
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
402
|
"type": "text",
|
|
403
|
-
"text": " et
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"type": "element",
|
|
407
|
-
"name": "MiseEnEvidence",
|
|
408
|
-
"children": [
|
|
409
|
-
{
|
|
410
|
-
"type": "text",
|
|
411
|
-
"text": "réduire"
|
|
412
|
-
}
|
|
413
|
-
]
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"type": "text",
|
|
417
|
-
"text": " ? Vous souhaitez "
|
|
403
|
+
"text": " et "
|
|
418
404
|
},
|
|
419
405
|
{
|
|
420
406
|
"type": "element",
|
|
@@ -442,7 +428,7 @@
|
|
|
442
428
|
},
|
|
443
429
|
{
|
|
444
430
|
"type": "text",
|
|
445
|
-
"text": " en réduisant vos pertes en énergie, matière
|
|
431
|
+
"text": " en réduisant vos pertes en énergie, matière et eau ? Vous souhaitez "
|
|
446
432
|
},
|
|
447
433
|
{
|
|
448
434
|
"type": "element",
|
|
@@ -494,7 +480,7 @@
|
|
|
494
480
|
"children": [
|
|
495
481
|
{
|
|
496
482
|
"type": "text",
|
|
497
|
-
"text": "Nous vous présentons comment commencer votre projet et qui sont les interlocuteurs pouvant vous
|
|
483
|
+
"text": "Nous vous présentons comment commencer votre projet et qui sont les interlocuteurs pouvant vous accompagner dans votre projet et vous apporter une aide financière."
|
|
498
484
|
}
|
|
499
485
|
]
|
|
500
486
|
}
|
package/package.json
CHANGED