@socialgouv/cdtn-elasticsearch 2.72.2 → 2.73.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
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.73.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.72.3...v2.73.0) (2026-04-29)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **ingest:** update mapping, convert html to text for : contributions / infographies / informations / modèles de courrier ([#1665](https://github.com/SocialGouv/cdtn-admin/issues/1665)) ([3306881](https://github.com/SocialGouv/cdtn-admin/commit/3306881128dc2483d59522de59843c1f24ca47a1))
|
|
11
|
+
|
|
12
|
+
## [2.72.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.72.2...v2.72.3) (2026-04-24)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
|
|
15
|
+
|
|
6
16
|
## [2.72.2](https://github.com/SocialGouv/cdtn-admin/compare/v2.72.1...v2.72.2) (2026-04-10)
|
|
7
17
|
|
|
8
18
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socialgouv/cdtn-elasticsearch",
|
|
3
3
|
"description": "SocialGouv - Code du travail numerique - Infrastructure - Elasticsearch",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.73.0",
|
|
5
5
|
"babel": {
|
|
6
6
|
"plugins": [
|
|
7
7
|
"@babel/plugin-transform-modules-commonjs"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@babel/core": "^7.15.5",
|
|
22
22
|
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
|
|
23
|
-
"@shared/eslint-config": "^2.
|
|
23
|
+
"@shared/eslint-config": "^2.73.0",
|
|
24
24
|
"@types/jest": "^27.4.0",
|
|
25
25
|
"jest": "^27.1.1",
|
|
26
26
|
"lint-staged": "^12.0.0"
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
},
|
|
39
39
|
"sideEffects": false,
|
|
40
40
|
"types": "src/index.d.ts",
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "f73e39ab74f8d0437f7b171fcea757afb8d3596e"
|
|
42
42
|
}
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"agents chimiques dangereux, acd",
|
|
9
9
|
"aide au chômeur créant ou reprenant une entreprise, accre/acre",
|
|
10
10
|
"aménagement et réduction du temps de travail, artt",
|
|
11
|
+
"annualisation, aménagement",
|
|
11
12
|
"application de gestion des dossiers des ressortissants étrangers en france, agdref",
|
|
12
13
|
"assistant maternel, assistant maternel du particuler employeur, ass-mat, ass mat, nounou, assmat",
|
|
13
14
|
"bureau d'étude technique, syntech, syntec, cinov",
|
|
@@ -32,6 +33,7 @@
|
|
|
32
33
|
"congé parental d'éducation, congé parental",
|
|
33
34
|
"congédiement, licenciement",
|
|
34
35
|
"congés payés, cp",
|
|
36
|
+
"congés familial, congés exceptionnel",
|
|
35
37
|
"covid, covid 19, coronavirus, corona virus => covid_19",
|
|
36
38
|
"chiffre d'affaires, ca => c_a",
|
|
37
39
|
"conseil de prud'hommes, cph",
|
|
@@ -107,6 +109,7 @@
|
|
|
107
109
|
"plan de sauvegarde de l'emploi, pse",
|
|
108
110
|
"plan général de coordination, pgc",
|
|
109
111
|
"plan particulier de sécurité et de prévention de la santé, ppsps",
|
|
112
|
+
"planning, horaires de travail",
|
|
110
113
|
"principes généraux de prévention, pgp",
|
|
111
114
|
"procès verbal, pv",
|
|
112
115
|
"protocole chargement-déchargement, protocole de sécurité",
|