mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-11 07:25:02 +00:00
# This is the 1st commit message:
# This is the commit message #2:
fix: update taux et barème 2024
and use publicodes 1.0
with ';' will be ignored, and an empty message aborts the commit. ; ;
Author: Johan Girod <dev@johangirod.com> ; Date: Thu Feb 8
12:17:16 2024 +0100 ; ; interactive rebase in progress; onto d3ffa735b
;
Last commands done (2 commands done): ; pick 57b5ff487 Mise à jour
2024 (suite) ; squash 80942515f fix: update taux et barème 2024 ; No
commands remaining. ; You are currently rebasing branch 'quickfix-johan'
on 'd3ffa735b'. ; ; Changes to be committed: ; modified:
api/package.json ; modified: exoneration-covid/CHANGELOG.md
modele-social/CHANGELOG.md ; modified: modele-social/package.json
modele-social/règles/dirigeant/professions-libérales/CIPAV.publicodes
site/test/regressions/__snapshots__/comparateur-statuts.test.ts.snap
site/test/regressions/__snapshots__/indépendant.test.ts.snap ; modified:
site/test/regressions/__snapshots__/professions-libérales.test.ts.snap
site/test/regressions/professions-libérales.test.ts ;
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
||
"name": "modele-social",
|
||
"version": "2.0.0",
|
||
"description": "Les règles publicodes du système social français",
|
||
"type": "module",
|
||
"main": "./dist/index.js",
|
||
"module": "dist/index.js",
|
||
"types": "./index.d.ts",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://github.com/betagouv/mon-entreprise.git",
|
||
"directory": "modele-social"
|
||
},
|
||
"bugs": "https://github.com/betagouv/mon-entreprise/issues?q=is%3Aopen+is%3Aissue+label%3A%22%F0%9F%93%95+l%C3%A9gislation%22",
|
||
"homepage": "https://mon-entreprise.urssaf.fr/int%C3%A9gration/biblioth%C3%A8que-de-calcul",
|
||
"license": "MIT",
|
||
"files": [
|
||
"dist",
|
||
"index.d.ts"
|
||
],
|
||
"devDependencies": {
|
||
"js-yaml": "^4.1.0",
|
||
"onchange": "^7.1.0"
|
||
},
|
||
"peerDependencies": {
|
||
"publicodes": "^1.0.1"
|
||
},
|
||
"scripts": {
|
||
"build": "node ../scripts/build-rules.js",
|
||
"start": "yarn run build && onchange 'règles/**/*.yaml' -- yarn run build",
|
||
"clean": "rimraf dist node_modules",
|
||
"prepack": "yarn run build",
|
||
"up": "yarn version --minor && echo \"ℹ N'oubliez pas de poussez le tag git\"",
|
||
"test": "node ../scripts/check-changelog.js"
|
||
}
|
||
}
|