Commits on Source (13)
-
Marlène SIMONDANT authored
-
Marlène SIMONDANT authored
feat/US18-annuaire-bug-ordre-alpha See merge request !257
-
Marlène SIMONDANT authored
-
Marlène SIMONDANT authored
feat/19-annuaire-mettre-la-liste-des-fonctions-par-ordre-alpha See merge request !258
-
Marlène SIMONDANT authored
-
Marlène SIMONDANT authored
Resolve "[Cartographie] - Zoom sur les communes" See merge request !260
-
Bastien DUMONT authored
-
Bastien DUMONT authored
Free Workshop See merge request !261
-
Bastien DUMONT authored
-
Bastien DUMONT authored
53 retours review See merge request !264
-
Etienne LOUPIAS authored
-
Etienne LOUPIAS authored
Resolve "Territoires métropole (CTM)" See merge request !253
-
Marlène SIMONDANT authored
Showing
- CHANGELOG.md 16 additions, 0 deletionsCHANGELOG.md
- package-lock.json 16815 additions, 11628 deletionspackage-lock.json
- package.json 2 additions, 1 deletionpackage.json
- scripts/data/structures.js 12 additions, 3 deletionsscripts/data/structures.js
- scripts/init-ctm-territories.js 30 additions, 0 deletionsscripts/init-ctm-territories.js
- src/categories/categories.module.ts 2 additions, 1 deletionsrc/categories/categories.module.ts
- src/categories/schemas/module.class.ts 1 addition, 0 deletionssrc/categories/schemas/module.class.ts
- src/categories/services/categories.service.spec.ts 2 additions, 1 deletionsrc/categories/services/categories.service.spec.ts
- src/categories/services/categories.service.ts 44 additions, 1 deletionsrc/categories/services/categories.service.ts
- src/mailer/mail-templates/sosTechEmail.ejs 1 addition, 1 deletionsrc/mailer/mail-templates/sosTechEmail.ejs
- src/migrations/scripts/1676885604196-free-workshop.ts 28 additions, 0 deletionssrc/migrations/scripts/1676885604196-free-workshop.ts
- src/online-mediation/dto/onlineMediation.dto.ts 1 addition, 1 deletionsrc/online-mediation/dto/onlineMediation.dto.ts
- src/online-mediation/onlineMediation.service.ts 1 addition, 0 deletionssrc/online-mediation/onlineMediation.service.ts
- src/structures/schemas/address.schema.ts 11 additions, 0 deletionssrc/structures/schemas/address.schema.ts
- src/structures/schemas/structure.schema.ts 2 additions, 1 deletionsrc/structures/schemas/structure.schema.ts
- src/structures/services/aptic-structures.service.ts 1 addition, 1 deletionsrc/structures/services/aptic-structures.service.ts
- src/structures/services/structures.service.spec.ts 4 additions, 2 deletionssrc/structures/services/structures.service.spec.ts
- src/structures/services/structures.service.ts 135 additions, 100 deletionssrc/structures/services/structures.service.ts
- src/structures/structures.controller.ts 26 additions, 2 deletionssrc/structures/structures.controller.ts
- src/users/services/jobs.service.spec.ts 10 additions, 5 deletionssrc/users/services/jobs.service.spec.ts
This diff is collapsed.
{ | ||
"name": "ram_server", | ||
"private": true, | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Nest TypeScript starter repository", | ||
"license": "MIT", | ||
"scripts": { | ||
... | ... | @@ -60,6 +60,7 @@ |
"rimraf": "^3.0.2", | ||
"rxjs": "^7.5.5", | ||
"sanitize-html": "^2.7.3", | ||
"slugify": "^1.6.5", | ||
"swagger-ui-express": "^4.6.0" | ||
}, | ||
"devDependencies": { | ||
... | ... |
scripts/init-ctm-territories.js
0 → 100644