@zola_do/typeorm 0.1.38 → 0.1.39

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 (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +7 -2
package/README.md CHANGED
@@ -72,8 +72,8 @@ export class SomeService {
72
72
 
73
73
  **Note:** In production, `DATABASE_PASSWORD` is required. Either `DATABASE_NAME` or `APP_NAME` must be set.
74
74
 
75
- ## Related Packages
75
+ ## Community
76
76
 
77
- - [@zola_do/core](../core) — Entity base classes
78
- - [@zola_do/crud](../crud) — Generic CRUD using TypeORM repositories
79
- - [@zola_do/collection-query](../collection-query) — Query building for TypeORM
77
+ - [Contributing](../../CONTRIBUTING.md)
78
+ - [Code of Conduct](../../CODE_OF_CONDUCT.md)
79
+ - [Security Policy](../../SECURITY.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zola_do/typeorm",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
4
4
  "description": "TypeORM configuration for NestJS",
5
5
  "author": "zolaDO",
6
6
  "license": "ISC",
@@ -45,6 +45,10 @@
45
45
  "bugs": {
46
46
  "url": "https://github.com/zola0031/zola-nestjs-shared/issues"
47
47
  },
48
+ "funding": {
49
+ "type": "github",
50
+ "url": "https://github.com/sponsors/zola0031"
51
+ },
48
52
  "keywords": [
49
53
  "nestjs",
50
54
  "typescript",
@@ -54,6 +58,7 @@
54
58
  "zola_do",
55
59
  "typeorm",
56
60
  "database",
57
- "config"
61
+ "config",
62
+ "nestjs-shared"
58
63
  ]
59
64
  }