@mikro-orm/postgresql 6.5.7-dev.2 → 6.5.7-dev.4
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/index.mjs +4 -0
- package/package.json +3 -3
package/index.mjs
CHANGED
|
@@ -62,6 +62,7 @@ export const DeadlockException = mod.DeadlockException;
|
|
|
62
62
|
export const DecimalType = mod.DecimalType;
|
|
63
63
|
export const DefaultLogger = mod.DefaultLogger;
|
|
64
64
|
export const DeferMode = mod.DeferMode;
|
|
65
|
+
export const DefineConfig = mod.DefineConfig;
|
|
65
66
|
export const DoubleType = mod.DoubleType;
|
|
66
67
|
export const DriverException = mod.DriverException;
|
|
67
68
|
export const EagerProps = mod.EagerProps;
|
|
@@ -103,6 +104,7 @@ export const Formula = mod.Formula;
|
|
|
103
104
|
export const FullTextType = mod.FullTextType;
|
|
104
105
|
export const GeneratedCacheAdapter = mod.GeneratedCacheAdapter;
|
|
105
106
|
export const GroupOperator = mod.GroupOperator;
|
|
107
|
+
export const Hidden = mod.Hidden;
|
|
106
108
|
export const HiddenProps = mod.HiddenProps;
|
|
107
109
|
export const Hydrator = mod.Hydrator;
|
|
108
110
|
export const IdentityMap = mod.IdentityMap;
|
|
@@ -157,6 +159,7 @@ export const OneToManyOptionsBuilder = mod.OneToManyOptionsBuilder;
|
|
|
157
159
|
export const OneToManyOptionsBuilderOnlyMappedBy = mod.OneToManyOptionsBuilderOnlyMappedBy;
|
|
158
160
|
export const OneToOne = mod.OneToOne;
|
|
159
161
|
export const OneToOneOptionsBuilder = mod.OneToOneOptionsBuilder;
|
|
162
|
+
export const Opt = mod.Opt;
|
|
160
163
|
export const OptimisticLockError = mod.OptimisticLockError;
|
|
161
164
|
export const OptionalProps = mod.OptionalProps;
|
|
162
165
|
export const PlainObject = mod.PlainObject;
|
|
@@ -189,6 +192,7 @@ export const ReferenceKind = mod.ReferenceKind;
|
|
|
189
192
|
export const ReferenceOptionsBuilder = mod.ReferenceOptionsBuilder;
|
|
190
193
|
export const ReflectMetadataProvider = mod.ReflectMetadataProvider;
|
|
191
194
|
export const RequestContext = mod.RequestContext;
|
|
195
|
+
export const RequiredNullable = mod.RequiredNullable;
|
|
192
196
|
export const SCALAR_TYPES = mod.SCALAR_TYPES;
|
|
193
197
|
export const ScalarCriteriaNode = mod.ScalarCriteriaNode;
|
|
194
198
|
export const ScalarReference = mod.ScalarReference;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikro-orm/postgresql",
|
|
3
|
-
"version": "6.5.7-dev.
|
|
3
|
+
"version": "6.5.7-dev.4",
|
|
4
4
|
"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.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.mjs",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@mikro-orm/knex": "6.5.7-dev.
|
|
61
|
+
"@mikro-orm/knex": "6.5.7-dev.4",
|
|
62
62
|
"pg": "8.16.3",
|
|
63
63
|
"postgres-array": "3.0.4",
|
|
64
64
|
"postgres-date": "2.1.0",
|
|
@@ -68,6 +68,6 @@
|
|
|
68
68
|
"@mikro-orm/core": "^6.5.6"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
|
-
"@mikro-orm/core": "6.5.7-dev.
|
|
71
|
+
"@mikro-orm/core": "6.5.7-dev.4"
|
|
72
72
|
}
|
|
73
73
|
}
|