nestjs-query-mikro-orm 0.0.8 → 0.1.0
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/README.md +1 -1
- package/dist/index.cjs +621 -298
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +71 -72
- package/dist/index.d.ts +71 -72
- package/dist/index.mjs +610 -287
- package/dist/index.mjs.map +1 -1
- package/package.json +12 -9
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ The package automatically detects the import method and serves the appropriate f
|
|
|
30
30
|
pnpm add nestjs-query-mikro-orm
|
|
31
31
|
|
|
32
32
|
# Install peer dependencies if you haven't already
|
|
33
|
-
pnpm add @mikro-orm/core @nestjs/common @nestjs/core @nestjs-query
|
|
33
|
+
pnpm add @mikro-orm/core @nestjs/common @nestjs/core @ptc-org/nestjs-query-core reflect-metadata rxjs
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
## Quick Start
|