@slickteam/nestjs-pg-typeorm 1.1.2 → 1.1.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/dist/index.d.ts +2 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InjectDataSource, InjectEntityManager, InjectRepository } from '@nestjs/typeorm';
|
|
1
|
+
import { InjectDataSource, InjectEntityManager, InjectRepository, TypeOrmModule, TypeOrmModuleAsyncOptions, TypeOrmModuleOptions, TypeOrmOptionsFactory } from '@nestjs/typeorm';
|
|
2
2
|
export * from 'typeorm';
|
|
3
3
|
declare class DatabaseModule {
|
|
4
4
|
}
|
|
5
|
-
export { DatabaseModule, InjectDataSource, InjectEntityManager, InjectRepository };
|
|
5
|
+
export { DatabaseModule, TypeOrmModule, TypeOrmModuleAsyncOptions, TypeOrmModuleOptions, TypeOrmOptionsFactory, InjectDataSource, InjectEntityManager, InjectRepository, };
|
package/dist/index.js
CHANGED
|
@@ -20,12 +20,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
20
20
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
21
21
|
};
|
|
22
22
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
-
exports.InjectRepository = exports.InjectEntityManager = exports.InjectDataSource = exports.DatabaseModule = void 0;
|
|
23
|
+
exports.InjectRepository = exports.InjectEntityManager = exports.InjectDataSource = exports.TypeOrmModule = exports.DatabaseModule = void 0;
|
|
24
24
|
const common_1 = require("@nestjs/common");
|
|
25
25
|
const typeorm_1 = require("@nestjs/typeorm");
|
|
26
26
|
Object.defineProperty(exports, "InjectDataSource", { enumerable: true, get: function () { return typeorm_1.InjectDataSource; } });
|
|
27
27
|
Object.defineProperty(exports, "InjectEntityManager", { enumerable: true, get: function () { return typeorm_1.InjectEntityManager; } });
|
|
28
28
|
Object.defineProperty(exports, "InjectRepository", { enumerable: true, get: function () { return typeorm_1.InjectRepository; } });
|
|
29
|
+
Object.defineProperty(exports, "TypeOrmModule", { enumerable: true, get: function () { return typeorm_1.TypeOrmModule; } });
|
|
29
30
|
const database_config_1 = require("./database-config");
|
|
30
31
|
__exportStar(require("typeorm"), exports);
|
|
31
32
|
let DatabaseModule = class DatabaseModule {
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAAwC;AACxC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAAwC;AACxC,6CAQyB;AAsBvB,iGA7BA,0BAAgB,OA6BA;AAChB,oGA7BA,6BAAmB,OA6BA;AACnB,iGA7BA,0BAAgB,OA6BA;AANhB,8FAtBA,uBAAa,OAsBA;AAhBf,uDAAqD;AAErD,0CAAwB;AAUxB,IAAM,cAAc,GAApB,MAAM,cAAc;CAAG,CAAA;AAGrB,wCAAc;yBAHV,cAAc;IARnB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,uBAAa,CAAC,YAAY,CAAC;gBACzB,UAAU,EAAE,GAAG,EAAE,CAAC,kCAAgB;aACnC,CAAC;SACH;QACD,OAAO,EAAE,CAAC,uBAAa,CAAC;KACzB,CAAC;GACI,cAAc,CAAG"}
|