@edifice.io/edifice-nestjs-core 1.0.0-develop-pedago.20251204183503 → 1.0.0-develop-pedago.20251211085539

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/edifice-nestjs-core",
3
- "version": "1.0.0-develop-pedago.20251204183503",
3
+ "version": "1.0.0-develop-pedago.20251211085539",
4
4
  "description": "Core NestJS modules and utilities for Edifice applications",
5
5
  "author": "Edifice",
6
6
  "license": "AGPL-3.0",
@@ -11,7 +11,8 @@
11
11
  "edifice-generate-metadata": "./dist/bin/generate-metadata.js",
12
12
  "edifice-k6-sync-dto": "./dist/bin/k6-sync-dto.js",
13
13
  "edifice-update-rn-version": "./dist/bin/update-rn-version.js",
14
- "edifice-update-version": "./dist/bin/update-version.js"
14
+ "edifice-update-version": "./dist/bin/update-version.js",
15
+ "edifice-generate-swagger-pdf": "./dist/bin/generate-swagger-pdf.js"
15
16
  },
16
17
  "files": [
17
18
  "dist",
@@ -35,6 +36,7 @@
35
36
  },
36
37
  "homepage": "https://github.com/edificeio/edifice-nestjs-core#readme",
37
38
  "peerDependencies": {
39
+ "@edifice.io/edifice-ent-client": "develop-pedago",
38
40
  "@mikro-orm/core": "6.4.12",
39
41
  "@mikro-orm/nestjs": "6.1.1",
40
42
  "@mikro-orm/postgresql": "6.4.12",
@@ -47,8 +49,7 @@
47
49
  "@nestjs/terminus": "11.0.0",
48
50
  "fastify": "5.6.0",
49
51
  "reflect-metadata": "0.2.0",
50
- "rxjs": "7.8.2",
51
- "@edifice.io/edifice-ent-client": "develop-pedago"
52
+ "rxjs": "7.8.2"
52
53
  },
53
54
  "dependencies": {
54
55
  "@elastic/ecs-pino-format": "1.5.0",
@@ -97,13 +98,18 @@
97
98
  "@types/jest": "29.5.14",
98
99
  "@types/js-yaml": "4.0.9",
99
100
  "@types/node": "22.18.3",
101
+ "axios": "1.12.2",
100
102
  "eslint": "9.35.0",
101
103
  "eslint-config-prettier": "10.1.8",
102
104
  "eslint-plugin-prettier": "5.5.4",
103
105
  "fastify": "5.6.0",
106
+ "fs-extra": "11.3.1",
104
107
  "globals": "16.4.0",
108
+ "helpers": "link:@types/yargs/helpers",
109
+ "husky": "9.1.7",
105
110
  "jest": "29.7.0",
106
111
  "jiti": "2.6.1",
112
+ "lint-staged": "16.2.4",
107
113
  "prettier": "3.6.2",
108
114
  "reflect-metadata": "0.2.2",
109
115
  "rxjs": "7.8.2",
@@ -112,8 +118,8 @@
112
118
  "tsconfig-paths": "4.2.0",
113
119
  "typescript": "5.9.2",
114
120
  "typescript-eslint": "8.43.0",
115
- "husky": "9.1.7",
116
- "lint-staged": "16.2.4"
121
+ "wait-on": "8.0.5",
122
+ "yargs": "18.0.0"
117
123
  },
118
124
  "lint-staged": {
119
125
  "**/*.{js,ts}": [
@@ -135,7 +141,8 @@
135
141
  "format": "prettier --write \"src/**/*.ts\"",
136
142
  "lint": "eslint \"src/**/*.ts\"",
137
143
  "lint:fix": "eslint \"src/**/*.ts\" --fix",
138
- "pre-commit": "pnpm run format && pnpm run lint:fix && pnpm run build",
144
+ "pre-commit": "lint-staged && pnpm run build",
145
+ "pre-push": "true",
139
146
  "publish:release": "pnpm publish -r --no-git-checks --tag $TAG_BRANCH",
140
147
  "publish:dry": "pnpm publish -r --no-git-checks --tag $TAG_BRANCH --dry-run",
141
148
  "version:update": "node ./dist/bin/update-version.js"