chore: bump version to 1.1.0
This commit is contained in:
parent
6f9f61618d
commit
1e10dec685
1 changed files with 16 additions and 16 deletions
32
package.json
32
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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue