yegara 1.0.3 → 1.0.5
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/dist/db/typeorm/typeorm.config.js +3 -3
- package/dist/db/typeorm/typeorm.config.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/db/typeorm/typeorm.config.ts +3 -3
- package/src/index.ts +2 -1
|
@@ -12,10 +12,10 @@ exports.typeormConfig = {
|
|
|
12
12
|
database: process.env.DATABASE_NAME,
|
|
13
13
|
username: process.env.DATABASE_USER,
|
|
14
14
|
password: process.env.DATABASE_PASSWORD,
|
|
15
|
-
entities: [`${pathPrefix}dist/**/*.entity.{ts,js}`],
|
|
16
|
-
migrations: [`${pathPrefix}dist/migrations/*.{ts,js}`],
|
|
15
|
+
entities: [`${pathPrefix}dist/db/entities/**/*.entity.{ts,js}`],
|
|
16
|
+
migrations: [`${pathPrefix}dist/db/migrations/*.{ts,js}`],
|
|
17
17
|
migrationsRun: true,
|
|
18
|
-
seeds: [`${pathPrefix}dist/
|
|
18
|
+
seeds: [`${pathPrefix}dist/db/seeders/**.seeder.{ts,js}`],
|
|
19
19
|
migrationsTableName: 'typeorm_migrations',
|
|
20
20
|
logger: 'advanced-console',
|
|
21
21
|
logging: 'all',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeorm.config.js","sourceRoot":"","sources":["../../../src/db/typeorm/typeorm.config.ts"],"names":[],"mappings":";;;AAAA,iCAAgC;AAChC,qCAAwD;AAExD,MAAM,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;AAGhC,MAAM,UAAU,GAAG,EAAE,CAAC;AAET,QAAA,aAAa,GAAG;IACzB,IAAI,EAAE,UAAU;IAChB,IAAI,EAAE,OAAO,CAAC,GAAG,CAAC,aAAa;IAC/B,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,aAAa,CAAC;IACvC,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,aAAa;IACnC,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,aAAa;IACnC,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,iBAAiB;IACvC,QAAQ,EAAE,CAAC,GAAG,UAAU,
|
|
1
|
+
{"version":3,"file":"typeorm.config.js","sourceRoot":"","sources":["../../../src/db/typeorm/typeorm.config.ts"],"names":[],"mappings":";;;AAAA,iCAAgC;AAChC,qCAAwD;AAExD,MAAM,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;AAGhC,MAAM,UAAU,GAAG,EAAE,CAAC;AAET,QAAA,aAAa,GAAG;IACzB,IAAI,EAAE,UAAU;IAChB,IAAI,EAAE,OAAO,CAAC,GAAG,CAAC,aAAa;IAC/B,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,aAAa,CAAC;IACvC,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,aAAa;IACnC,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,aAAa;IACnC,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,iBAAiB;IACvC,QAAQ,EAAE,CAAC,GAAG,UAAU,sCAAsC,CAAC;IAC/D,UAAU,EAAE,CAAC,GAAG,UAAU,8BAA8B,CAAC;IACzD,aAAa,EAAE,IAAI;IACnB,KAAK,EAAE,CAAC,GAAG,UAAU,mCAAmC,CAAC;IACzD,mBAAmB,EAAE,oBAAoB;IACzC,MAAM,EAAE,kBAAkB;IAC1B,OAAO,EAAE,KAAK;IACd,WAAW,EAAE,KAAK;IAClB,gBAAgB,EAAE,IAAI;CACY,CAAC;AAEvC,MAAM,UAAU,GAAG,IAAI,oBAAU,CAAC,qBAAa,CAAC,CAAC;AAEjD,kBAAe,UAAU,CAAC"}
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -18,4 +18,5 @@ __exportStar(require("./yegara.module"), exports);
|
|
|
18
18
|
__exportStar(require("./generics"), exports);
|
|
19
19
|
__exportStar(require("./modules"), exports);
|
|
20
20
|
__exportStar(require("./db"), exports);
|
|
21
|
+
__exportStar(require("./dtos"), exports);
|
|
21
22
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,6CAA0B;AAC1B,4CAAyB;AACzB,uCAAoB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,6CAA0B;AAC1B,4CAAyB;AACzB,uCAAoB;AACpB,yCAAsB"}
|