@socialgouv/modeles-social 4.108.1 → 4.110.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
|
+
# [4.110.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.109.0...v4.110.0) (2023-10-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @socialgouv/modeles-social
|
|
9
|
+
|
|
10
|
+
# [4.109.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.108.1...v4.109.0) (2023-10-05)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **2120:** activation de la CC 2120 pour l'indemnité de licenciement ([#5376](https://github.com/SocialGouv/code-du-travail-numerique/issues/5376)) ([ac61c63](https://github.com/SocialGouv/code-du-travail-numerique/commit/ac61c63cbd43ae8bcf6cb667d23c139f988c77b7))
|
|
15
|
+
|
|
6
16
|
## [4.108.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.108.0...v4.108.1) (2023-09-22)
|
|
7
17
|
|
|
8
18
|
### Bug Fixes
|
|
@@ -58,7 +58,7 @@ exports.INDEMNITE_LICENCIEMENT_PRODUCTION_READY_CC = [
|
|
|
58
58
|
16, 29, 44, 413, 573, 650, 1090, 1351, 1486, 1501, 1518, 1527, 1596, 1597,
|
|
59
59
|
1979, 2216, 2264, 2941, 3043, 3127, 3239, 1517, 2098, 2511, 2609, 787, 843,
|
|
60
60
|
675, 1996, 1505, 1147, 1702, 1266, 1672, 275, 86, 2614, 2596, 1043, 1483,
|
|
61
|
-
1516, 1606, 2148, 1404, 292,
|
|
61
|
+
1516, 1606, 2148, 1404, 292, 2120,
|
|
62
62
|
];
|
|
63
63
|
var getSupportedAgreement = function (idcc) {
|
|
64
64
|
for (var _i = 0, _a = Object.values(SupportedCcIndemniteLicenciement); _i < _a.length; _i++) {
|
|
@@ -58,7 +58,7 @@ exports.INDEMNITE_LICENCIEMENT_PRODUCTION_READY_CC = [
|
|
|
58
58
|
16, 29, 44, 413, 573, 650, 1090, 1351, 1486, 1501, 1518, 1527, 1596, 1597,
|
|
59
59
|
1979, 2216, 2264, 2941, 3043, 3127, 3239, 1517, 2098, 2511, 2609, 787, 843,
|
|
60
60
|
675, 1996, 1505, 1147, 1702, 1266, 1672, 275, 86, 2614, 2596, 1043, 1483,
|
|
61
|
-
1516, 1606, 2148, 1404, 292,
|
|
61
|
+
1516, 1606, 2148, 1404, 292, 2120,
|
|
62
62
|
];
|
|
63
63
|
var getSupportedAgreement = function (idcc) {
|
|
64
64
|
for (var _i = 0, _a = Object.values(SupportedCcIndemniteLicenciement); _i < _a.length; _i++) {
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public",
|
|
5
5
|
"registry": "https://registry.npmjs.org/"
|
|
6
6
|
},
|
|
7
|
-
"version": "4.
|
|
7
|
+
"version": "4.110.0",
|
|
8
8
|
"description": "Les règles publicodes des simulateurs de code du travail numérique",
|
|
9
9
|
"main": "./lib/index.js",
|
|
10
10
|
"types": "./lib/index.d.ts",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"yarn lint --fix --quiet"
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "e692c1d06ffb1b7137318cc56064cbb706f5752d"
|
|
54
54
|
}
|
|
@@ -55,7 +55,7 @@ export const INDEMNITE_LICENCIEMENT_PRODUCTION_READY_CC: number[] = [
|
|
|
55
55
|
16, 29, 44, 413, 573, 650, 1090, 1351, 1486, 1501, 1518, 1527, 1596, 1597,
|
|
56
56
|
1979, 2216, 2264, 2941, 3043, 3127, 3239, 1517, 2098, 2511, 2609, 787, 843,
|
|
57
57
|
675, 1996, 1505, 1147, 1702, 1266, 1672, 275, 86, 2614, 2596, 1043, 1483,
|
|
58
|
-
1516, 1606, 2148, 1404, 292,
|
|
58
|
+
1516, 1606, 2148, 1404, 292, 2120,
|
|
59
59
|
];
|
|
60
60
|
|
|
61
61
|
export const getSupportedAgreement = (
|