@socialgouv/modeles-social 4.136.0 → 4.136.1
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.
|
@@ -6,7 +6,7 @@ var IneligibilityRuptureConventionnelle = /** @class */ (function () {
|
|
|
6
6
|
}
|
|
7
7
|
IneligibilityRuptureConventionnelle.prototype.getContractIneligibility = function (args) {
|
|
8
8
|
if (args.typeContratTravail && args.typeContratTravail === "cdd") {
|
|
9
|
-
return "\n <p>\n La rupture conventionnelle ne concerne pas les salari\u00E9s en CDD ou en contrat
|
|
9
|
+
return "\n <p>\n La rupture conventionnelle ne concerne pas les salari\u00E9s en CDD ou en contrat d'int\u00E9rim. \n Sous certaines conditions, le salari\u00E9 peut avoir le droit \u00E0 une \n <a href=\"/outils/indemnite-precarite\">indemnit\u00E9 de pr\u00E9carit\u00E9</a>.\n </p>\n ";
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
IneligibilityRuptureConventionnelle.prototype.getSeniorityIneligibility = function () {
|
|
@@ -3131,7 +3131,7 @@
|
|
|
3131
3131
|
}
|
|
3132
3132
|
},
|
|
3133
3133
|
"contrat salarié . convention collective . industrie pharmaceutique . résultat conventionnel après avenant": {
|
|
3134
|
-
"applicable si": "
|
|
3134
|
+
"applicable si": "après avenant 1er juillet 2019 . indemnité finale > 0",
|
|
3135
3135
|
"remplace": "contrat salarié . indemnité de licenciement . résultat conventionnel",
|
|
3136
3136
|
"valeur": "après avenant 1er juillet 2019 . indemnité finale"
|
|
3137
3137
|
}
|
|
@@ -3176,7 +3176,7 @@
|
|
|
3176
3176
|
}
|
|
3177
3177
|
},
|
|
3178
3178
|
"contrat salarié . convention collective . industrie pharmaceutique . résultat conventionnel après avenant": {
|
|
3179
|
-
"applicable si": "
|
|
3179
|
+
"applicable si": "après avenant 1er juillet 2019 . indemnité finale > 0",
|
|
3180
3180
|
"remplace": "contrat salarié . indemnité de licenciement . résultat conventionnel",
|
|
3181
3181
|
"valeur": "après avenant 1er juillet 2019 . indemnité finale"
|
|
3182
3182
|
},
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public",
|
|
5
5
|
"registry": "https://registry.npmjs.org/"
|
|
6
6
|
},
|
|
7
|
-
"version": "4.136.
|
|
7
|
+
"version": "4.136.1",
|
|
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",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"test:watch": "nodemon --exec 'jest' --watch 'src/**' --ext 'ts,yaml'",
|
|
39
39
|
"build": "yarn prebuild && yarn postbuild",
|
|
40
40
|
"build:dev": "yarn build:swc && yarn postbuild",
|
|
41
|
-
"build:swc": "swc ./src --out-dir bin --copy-files",
|
|
41
|
+
"build:swc": "swc ./src --out-dir bin --copy-files --strip-leading-paths",
|
|
42
42
|
"postbuild": "node bin/internal/build.js",
|
|
43
43
|
"clean": "rimraf bin lib",
|
|
44
44
|
"type-check": "tsc --noEmit",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"yarn lint --fix --quiet"
|
|
56
56
|
]
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "d2aa6363be1eeeb5876f632ce620d445ba51473d"
|
|
59
59
|
}
|