@socialgouv/fiches-vdd 2.249.0 → 2.250.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/F32703.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [2.250.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.249.0...v2.250.0) (2021-11-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20211122_0416 update ([fd9455b](https://github.com/SocialGouv/fiches-vdd/commit/fd9455b8805cae02ba8d97e37d3b4c0c72271e5e))
|
|
7
|
+
|
|
1
8
|
# [2.249.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.248.0...v2.249.0) (2021-11-21)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"children": [
|
|
120
120
|
{
|
|
121
121
|
"type": "text",
|
|
122
|
-
"text": "http://www.legifrance.gouv.fr/affichCode.do?idSectionTA=LEGISCTA000024039860&cidTexte=LEGITEXT000005634379, http://legifrance.gouv.fr/affichCodeArticle.do?idArticle=LEGIARTI000021926779&cidTexte=LEGITEXT000005634379, http://www.legifrance.gouv.fr/affichCodeArticle.do?cidTexte=LEGITEXT000005634379&idArticle=LEGIARTI000006256603, http://www.legifrance.gouv.fr/affichCodeArticle.do?idArticle=LEGIARTI000006256634&cidTexte=LEGITEXT000005634379,
|
|
122
|
+
"text": "http://www.legifrance.gouv.fr/affichCode.do?idSectionTA=LEGISCTA000024039860&cidTexte=LEGITEXT000005634379, http://legifrance.gouv.fr/affichCodeArticle.do?idArticle=LEGIARTI000021926779&cidTexte=LEGITEXT000005634379, http://www.legifrance.gouv.fr/affichCodeArticle.do?cidTexte=LEGITEXT000005634379&idArticle=LEGIARTI000006256603, http://www.legifrance.gouv.fr/affichCodeArticle.do?idArticle=LEGIARTI000006256634&cidTexte=LEGITEXT000005634379, https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000026251191/, https://www.legifrance.gouv.fr/affichCodeArticle.do?idArticle=LEGIARTI000031986397&cidTexte=LEGITEXT000005634379"
|
|
123
123
|
}
|
|
124
124
|
]
|
|
125
125
|
},
|
|
@@ -1902,7 +1902,7 @@
|
|
|
1902
1902
|
"name": "Reference",
|
|
1903
1903
|
"attributes": {
|
|
1904
1904
|
"type": "Texte de référence",
|
|
1905
|
-
"URL": "
|
|
1905
|
+
"URL": "https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000026251191/",
|
|
1906
1906
|
"ID": "R40015"
|
|
1907
1907
|
},
|
|
1908
1908
|
"children": [
|
package/package.json
CHANGED