@slickteam/nestjs-pg-typeorm 1.0.2 → 1.0.3

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/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Slick Nestjs Postresql Typeorm
2
2
 
3
+ Available on npmjs.org : [@slickteam/nestjs-pg-typeorm](https://www.npmjs.com/package/@slickteam/nestjs-pg-typeorm)
4
+
3
5
  ## Usage
4
6
 
5
7
  - Install dependency
@@ -54,12 +56,12 @@ class ExempleModule {}
54
56
 
55
57
  Nestjs
56
58
 
57
- - `@nestjs/common`: `^10.4.4`
58
- - `@nestjs/config`: `^3.2.3`
59
+ - `@nestjs/common`: `^10.4.7`
60
+ - `@nestjs/config`: `^3.3.0`
59
61
 
60
62
  Pg
61
63
 
62
- - `pg`: `^8.13.0`
64
+ - `pg`: `^8.13.1`
63
65
 
64
66
  Typeorm
65
67