Project 'web-et-numerique/llle_project/enedis-sge-konnector' was moved to 'web-et-numerique/factory/llle_project/enedis-sge-konnector'. Please update any links and bookmarks that may still have the old path.
Commits on Source (9)
-
Hugo NOUTS authored
-
Bastien DUMONT authored
-
Bastien DUMONT authored
Resolve "[SGE] Traiter les communes avec ST" See merge request !30
-
Bastien DUMONT authored
-
Bastien DUMONT authored
Resolve "[SGE] - Semi-automatiser les tests avec facture" See merge request !29
-
-
Bastien DUMONT authored
fix(deps): update cozy konnector packages See merge request !15
-
Bastien DUMONT authored
-
Bastien DUMONT authored
Showing
- .gitlab-ci.yml 1 addition, 0 deletions.gitlab-ci.yml
- .vscode/settings.json 2 additions, 0 deletions.vscode/settings.json
- CHANGELOG.md 8 additions, 0 deletionsCHANGELOG.md
- README.md 4 additions, 178 deletionsREADME.md
- __tests__/requests/insee.spec.js 39 additions, 0 deletions__tests__/requests/insee.spec.js
- manifest.konnector 1 addition, 1 deletionmanifest.konnector
- package.json 5 additions, 4 deletionspackage.json
- src/core/contractActivation.js 1 addition, 0 deletionssrc/core/contractActivation.js
- src/index.js 28 additions, 0 deletionssrc/index.js
- src/requests/insee.js 2 additions, 0 deletionssrc/requests/insee.js
- yarn.lock 53 additions, 20 deletionsyarn.lock
{ | ||
"name": "enedissgegrandlyon", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "", | ||
"repository": { | ||
"type": "https", | ||
... | ... | @@ -42,6 +42,7 @@ |
"pretest": "npm run clean", | ||
"release": "standard-version --no-verify", | ||
"standalone": "cozy-konnector-standalone", | ||
"standalone-no-data": "NO_DATA=true cozy-konnector-standalone src/index.js", | ||
"start": "node ./src/index.js", | ||
"test:cov": "jest --coverage", | ||
"test": "jest", | ||
... | ... | @@ -51,7 +52,7 @@ |
"@sentry/node": "^7.23.0", | ||
"@sentry/tracing": "^7.23.0", | ||
"axios": "^0.27.2", | ||
"cozy-konnector-libs": "4.55.0", | ||
"cozy-konnector-libs": "4.56.4", | ||
"easy-soap-request": "^4.7.0", | ||
"jest": "^28.1.3", | ||
"moment": "^2.29.3", | ||
... | ... | @@ -59,8 +60,8 @@ |
"xml2js": "^0.4.23" | ||
}, | ||
"devDependencies": { | ||
"cozy-jobs-cli": "1.19.1", | ||
"cozy-konnector-build": "1.3.4", | ||
"cozy-jobs-cli": "1.20.2", | ||
"cozy-konnector-build": "1.4.4", | ||
"eslint-config-cozy-app": "1.3.3", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"git-directory-deploy": "1.5.1", | ||
... | ... |