mikro-orm 7.0.0-dev.67 → 7.0.0-dev.69
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.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -6,5 +6,5 @@ export {};
|
|
|
6
6
|
// This caused issues with dependency resolutions and using `@mikro-orm/core` was always the encouraged way.
|
|
7
7
|
// In v5, the package has no dependencies and is used purely for tracking the right numbers on GH page and
|
|
8
8
|
// other stats (e.g. npmtrends), where people often compared other libraries with `mikro-orm` instead of
|
|
9
|
-
// `@mikro-orm/core`.
|
|
9
|
+
// `@mikro-orm/core`. Since v7, the `@mikro-orm/cli` directly depends on this package, so the download numbers
|
|
10
10
|
// are propagated to the `mikro-orm` package too.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mikro-orm",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.0.0-dev.
|
|
4
|
+
"version": "7.0.0-dev.69",
|
|
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",
|