@mikro-orm/reflection 7.0.0-dev.83 → 7.0.0-dev.84
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.
|
@@ -137,6 +137,7 @@ export class TsMorphMetadataProvider extends MetadataProvider {
|
|
|
137
137
|
const baseDir = this.config.get('baseDir');
|
|
138
138
|
const outDir = this.project.getCompilerOptions().outDir;
|
|
139
139
|
let path = tsPath;
|
|
140
|
+
/* v8 ignore next */
|
|
140
141
|
if (outDir != null) {
|
|
141
142
|
const outDirRelative = Utils.relativePath(outDir, baseDir);
|
|
142
143
|
path = path.replace(new RegExp(`^${outDirRelative}`), '');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikro-orm/reflection",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.0.0-dev.
|
|
4
|
+
"version": "7.0.0-dev.84",
|
|
5
5
|
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",
|
|
6
6
|
"exports": {
|
|
7
7
|
"./package.json": "./package.json",
|
|
@@ -56,6 +56,6 @@
|
|
|
56
56
|
"@mikro-orm/core": "^6.6.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@mikro-orm/core": "7.0.0-dev.
|
|
59
|
+
"@mikro-orm/core": "7.0.0-dev.84"
|
|
60
60
|
}
|
|
61
61
|
}
|