@mikro-orm/entity-generator 7.0.0-dev.75 → 7.0.0-dev.77
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/SourceFile.js +1 -1
- package/package.json +3 -3
package/SourceFile.js
CHANGED
|
@@ -685,7 +685,7 @@ export class SourceFile {
|
|
|
685
685
|
assign('length');
|
|
686
686
|
}
|
|
687
687
|
// those are already included in the `columnType` in most cases, and when that option is present, they would be ignored anyway
|
|
688
|
-
/* v8 ignore next
|
|
688
|
+
/* v8 ignore next */
|
|
689
689
|
if (mappedColumnType instanceof DecimalType && !options.columnType) {
|
|
690
690
|
assign('precision');
|
|
691
691
|
assign('scale');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikro-orm/entity-generator",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.0.0-dev.
|
|
4
|
+
"version": "7.0.0-dev.77",
|
|
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",
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@mikro-orm/knex": "7.0.0-dev.
|
|
53
|
+
"@mikro-orm/knex": "7.0.0-dev.77"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
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.77"
|
|
60
60
|
}
|
|
61
61
|
}
|