@rsdk/db.typeorm 4.0.0-next.16 → 4.0.0-next.18
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/CHANGELOG.md +10 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
- package/src/index.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.0.0-next.18](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.17...v4.0.0-next.18) (2023-12-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rsdk/db.typeorm
|
|
9
|
+
|
|
10
|
+
## [4.0.0-next.17](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.16...v4.0.0-next.17) (2023-12-01)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* wip ([af96c95](https://github.com/R-Vision/rsdk/commit/af96c957b0e96df86c877f8fb6e260a8ccae349c))
|
|
15
|
+
|
|
6
16
|
## [4.0.0-next.16](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.15...v4.0.0-next.16) (2023-11-30)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @rsdk/db.typeorm
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { TransactionRunner } from '@rsdk/db';
|
|
2
|
+
export { DataSourceExtractor } from './data-source-extractor';
|
|
2
3
|
export { TypeOrmPlugin } from './typeorm.plugin';
|
|
3
4
|
export { IsolationLevel } from './types';
|
|
4
5
|
export { OverrideEntity } from './metadata/override-entity.decorator';
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Transactional = exports.Runner = exports.TypeOrmEntity = exports.OverrideEntity = exports.IsolationLevel = exports.TypeOrmPlugin = void 0;
|
|
3
|
+
exports.Transactional = exports.Runner = exports.TypeOrmEntity = exports.OverrideEntity = exports.IsolationLevel = exports.TypeOrmPlugin = exports.DataSourceExtractor = void 0;
|
|
4
4
|
const db_1 = require("@rsdk/db");
|
|
5
5
|
const strategy_1 = require("./internal/strategy");
|
|
6
|
+
var data_source_extractor_1 = require("./data-source-extractor");
|
|
7
|
+
Object.defineProperty(exports, "DataSourceExtractor", { enumerable: true, get: function () { return data_source_extractor_1.DataSourceExtractor; } });
|
|
6
8
|
var typeorm_plugin_1 = require("./typeorm.plugin");
|
|
7
9
|
Object.defineProperty(exports, "TypeOrmPlugin", { enumerable: true, get: function () { return typeorm_plugin_1.TypeOrmPlugin; } });
|
|
8
10
|
var types_1 = require("./types");
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,iCAA6C;AAE7C,kDAAmE;AAEnE,mDAAiD;AAAxC,+GAAA,aAAa,OAAA;AACtB,iCAAyC;AAAhC,uGAAA,cAAc,OAAA;AACvB,kFAAsE;AAA7D,2HAAA,cAAc,OAAA;AACvB,gFAAoE;AAA3D,yHAAA,aAAa,OAAA;AAET,QAAA,MAAM,GAAG,IAAI,sBAAiB,CAAC,IAAI,uCAA4B,EAAE,CAAC,CAAC;AACnE,QAAA,aAAa,GAAG,cAAM,CAAC,aAAa,CAAC,IAAI,CAAC,cAAM,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,iCAA6C;AAE7C,kDAAmE;AAEnE,iEAA8D;AAArD,4HAAA,mBAAmB,OAAA;AAE5B,mDAAiD;AAAxC,+GAAA,aAAa,OAAA;AACtB,iCAAyC;AAAhC,uGAAA,cAAc,OAAA;AACvB,kFAAsE;AAA7D,2HAAA,cAAc,OAAA;AACvB,gFAAoE;AAA3D,yHAAA,aAAa,OAAA;AAET,QAAA,MAAM,GAAG,IAAI,sBAAiB,CAAC,IAAI,uCAA4B,EAAE,CAAC,CAAC;AACnE,QAAA,aAAa,GAAG,cAAM,CAAC,aAAa,CAAC,IAAI,CAAC,cAAM,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdk/db.typeorm",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.18",
|
|
4
4
|
"description": "TypeOrm module for platform",
|
|
5
5
|
"license": "Apache License 2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
"@nestjs/common": "^10.0.0",
|
|
18
18
|
"@nestjs/core": "^10.0.0",
|
|
19
19
|
"@nestjs/typeorm": "^10.0.0",
|
|
20
|
-
"@rsdk/common": "^4.0.0-next.
|
|
21
|
-
"@rsdk/common.nestjs": "^4.0.0-next.
|
|
22
|
-
"@rsdk/core": "^4.0.0-next.
|
|
23
|
-
"@rsdk/db": "^4.0.0-next.
|
|
24
|
-
"@rsdk/logging": "^4.0.0-next.
|
|
25
|
-
"@rsdk/nest-tools": "^4.0.0-next.
|
|
20
|
+
"@rsdk/common": "^4.0.0-next.18",
|
|
21
|
+
"@rsdk/common.nestjs": "^4.0.0-next.18",
|
|
22
|
+
"@rsdk/core": "^4.0.0-next.18",
|
|
23
|
+
"@rsdk/db": "^4.0.0-next.18",
|
|
24
|
+
"@rsdk/logging": "^4.0.0-next.18",
|
|
25
|
+
"@rsdk/nest-tools": "^4.0.0-next.18",
|
|
26
26
|
"reflect-metadata": "^0.1.13",
|
|
27
27
|
"rxjs": "^7.0.0",
|
|
28
28
|
"typeorm": "^0.3.12"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "552cf8fef6a63411bf098575760a0dd3aa491545"
|
|
31
31
|
}
|
package/src/index.ts
CHANGED
|
@@ -2,6 +2,8 @@ import { TransactionRunner } from '@rsdk/db';
|
|
|
2
2
|
|
|
3
3
|
import { TypeOrmTransactionalStrategy } from './internal/strategy';
|
|
4
4
|
|
|
5
|
+
export { DataSourceExtractor } from './data-source-extractor';
|
|
6
|
+
|
|
5
7
|
export { TypeOrmPlugin } from './typeorm.plugin';
|
|
6
8
|
export { IsolationLevel } from './types';
|
|
7
9
|
export { OverrideEntity } from './metadata/override-entity.decorator';
|