From 1e10dec685b5e62bee0eb251adaf18297df38f13 Mon Sep 17 00:00:00 2001 From: Lilith Date: Wed, 31 Dec 2025 01:07:46 -0800 Subject: [PATCH] chore: bump version to 1.1.0 --- package.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 3a76db9..46fbe8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lilith/queue", - "version": "1.0.0", + "version": "1.1.0", "description": "Job queue ecosystem: core types, NestJS integration, ML batching, reporting, and admin dashboard", "exports": { "./core": { @@ -136,13 +136,13 @@ "typeorm": "^0.3.0" }, "peerDependencies": { - "@nestjs/bullmq": "^10.0.0", - "@nestjs/common": "^10.0.0", - "@nestjs/core": "^10.0.0", - "@nestjs/platform-socket.io": "^10.0.0", - "@nestjs/schedule": "^4.0.0", - "@nestjs/typeorm": "^10.0.0", - "@nestjs/websockets": "^10.0.0", + "@nestjs/bullmq": "^10.0.0 || ^11.0.0", + "@nestjs/common": "^10.0.0 || ^11.0.0", + "@nestjs/core": "^10.0.0 || ^11.0.0", + "@nestjs/platform-socket.io": "^10.0.0 || ^11.0.0", + "@nestjs/schedule": "^4.0.0 || ^5.0.0 || ^6.0.0", + "@nestjs/typeorm": "^10.0.0 || ^11.0.0", + "@nestjs/websockets": "^10.0.0 || ^11.0.0", "cron": "^3.0.0", "ioredis": "^5.0.0", "react": "^18.0.0", @@ -164,14 +164,14 @@ "socket.io-client": { "optional": true } }, "devDependencies": { - "@nestjs/bullmq": "^10.0.0", - "@nestjs/common": "^10.4.20", - "@nestjs/core": "^10.4.20", - "@nestjs/platform-socket.io": "^10.4.20", - "@nestjs/schedule": "^4.1.2", - "@nestjs/testing": "^10.0.0", - "@nestjs/typeorm": "^10.0.0", - "@nestjs/websockets": "^10.4.20", + "@nestjs/bullmq": "^11.0.4", + "@nestjs/common": "^11.1.11", + "@nestjs/core": "^11.1.11", + "@nestjs/platform-socket.io": "^11.1.11", + "@nestjs/schedule": "^6.1.0", + "@nestjs/testing": "^11.1.11", + "@nestjs/typeorm": "^11.0.0", + "@nestjs/websockets": "^11.1.11", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.1", "@types/node": "^20.0.0",