@nest-batch/core 0.2.1 → 0.2.2
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -330,8 +330,8 @@ injected at the DI boundary:
|
|
|
330
330
|
|
|
331
331
|
| Concern | Package | Why |
|
|
332
332
|
| ----------------------------- | ----------------------- | ----------------------------------------------------------------- |
|
|
333
|
-
| **Persistence (
|
|
334
|
-
| **Persistence (TypeORM 1.0)** | `@nest-batch/typeorm` |
|
|
333
|
+
| **Persistence (MikroORM)** | `@nest-batch/mikro-orm` | Exposes the batch meta entities; the host owns migrations. |
|
|
334
|
+
| **Persistence (TypeORM 1.0)** | `@nest-batch/typeorm` | Exposes the same table contract as TypeORM 1.0.0 entities. |
|
|
335
335
|
| **Transport (BullMQ)** | `@nest-batch/bullmq` | The Redis-backed execution strategy. Owns Queue/Worker lifecycle. |
|
|
336
336
|
| **Drizzle** | _not in this release_ | Explicitly excluded and deferred. See `MIGRATION.md`. |
|
|
337
337
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nest-batch/core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Batch processing engine for NestJS — jobs, steps, chunk-oriented processing, and the persistence/transport contracts the @nest-batch adapters implement.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "easdkr",
|