@hichchi/nest-crud 0.0.5 → 0.0.7

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +28 -12
  2. package/README.md +292 -274
  3. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hichchi/nest-crud",
3
3
  "description": "NestJS CRUD extension library that extends @hichchi/nest-core functionality with comprehensive TypeORM-based CRUD operations, BaseEntity classes, advanced repositories, query builders, audit trails, soft delete, and enterprise-grade features - cannot be used independently, requires nest-core as foundation",
4
- "version": "0.0.5",
4
+ "version": "0.0.7",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -35,9 +35,9 @@
35
35
  "winston-transport": "4.9.0"
36
36
  },
37
37
  "peerDependencies": {
38
- "@hichchi/nest-connector": "0.0.5",
39
- "@hichchi/nest-core": "0.0.5",
40
- "@hichchi/utils": "0.0.5",
38
+ "@hichchi/nest-connector": "0.0.7",
39
+ "@hichchi/nest-core": "0.0.7",
40
+ "@hichchi/utils": "0.0.7",
41
41
  "@nestjs/common": "^11.1.13",
42
42
  "@nestjs/core": "^11.1.13",
43
43
  "@nestjs/typeorm": "^11.0.0",