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

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.20251211080353",
4
4
  "description": "Core NestJS modules and utilities for Edifice applications",
5
5
  "author": "Edifice",
6
6
  "license": "AGPL-3.0",
@@ -48,7 +48,7 @@
48
48
  "fastify": "5.6.0",
49
49
  "reflect-metadata": "0.2.0",
50
50
  "rxjs": "7.8.2",
51
- "@edifice.io/edifice-ent-client": "develop-pedago"
51
+ "@edifice.io/edifice-ent-client": "dev"
52
52
  },
53
53
  "dependencies": {
54
54
  "@elastic/ecs-pino-format": "1.5.0",
@@ -135,7 +135,8 @@
135
135
  "format": "prettier --write \"src/**/*.ts\"",
136
136
  "lint": "eslint \"src/**/*.ts\"",
137
137
  "lint:fix": "eslint \"src/**/*.ts\" --fix",
138
- "pre-commit": "pnpm run format && pnpm run lint:fix && pnpm run build",
138
+ "pre-commit": "lint-staged && pnpm run build",
139
+ "pre-push": "true",
139
140
  "publish:release": "pnpm publish -r --no-git-checks --tag $TAG_BRANCH",
140
141
  "publish:dry": "pnpm publish -r --no-git-checks --tag $TAG_BRANCH --dry-run",
141
142
  "version:update": "node ./dist/bin/update-version.js"