@socialgouv/cdtn-elasticsearch 2.71.0 → 2.72.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.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,26 @@
|
|
|
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.72.2](https://github.com/SocialGouv/cdtn-admin/compare/v2.72.1...v2.72.2) (2026-04-10)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- update synonyms ([b914109](https://github.com/SocialGouv/cdtn-admin/commit/b914109a2db715b02d1f9116a3c361a6769e96f3))
|
|
11
|
+
|
|
12
|
+
## [2.72.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.72.0...v2.72.1) (2026-04-08)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
|
|
15
|
+
|
|
16
|
+
# [2.72.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.71.0...v2.72.0) (2026-04-07)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- update suggestions - boost themes & add synonym ([1b672ac](https://github.com/SocialGouv/cdtn-admin/commit/1b672acdeb52214c0b2c2663d53aaa561fcfbc4c))
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
- **actualites:** ajout des actualités (liste/ajout/modification) ([#1655](https://github.com/SocialGouv/cdtn-admin/issues/1655)) ([c32f837](https://github.com/SocialGouv/cdtn-admin/commit/c32f8379967cb46b8843df7194763e561bf7e487))
|
|
25
|
+
|
|
6
26
|
# [2.71.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.70.1...v2.71.0) (2026-03-30)
|
|
7
27
|
|
|
8
28
|
**Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
|
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.72.2",
|
|
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.72.2",
|
|
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": "3181553f7d3e9bb04a839551f81252f4dd57944e"
|
|
42
42
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
[
|
|
2
2
|
"accident de travail, at",
|
|
3
|
+
"modification, avenant",
|
|
3
4
|
"accord de performance collective ,apc",
|
|
4
5
|
"actions de sociétés d'investissement à capital variable, sicav",
|
|
5
6
|
"activité principale exercée, ape",
|
|
@@ -158,5 +159,7 @@
|
|
|
158
159
|
"zone touristique internationale, zti",
|
|
159
160
|
"zone touristique, zt",
|
|
160
161
|
"zone urbaine sensible, zus",
|
|
161
|
-
"équipement de protection individuelle, epi"
|
|
162
|
+
"équipement de protection individuelle, epi",
|
|
163
|
+
"mi-temps thérapeutique, mi temps thérapeutique => temps partiel thérapeutique",
|
|
164
|
+
"frais de déplacement => frais de transport"
|
|
162
165
|
]
|