Commit 88f0d4d8 authored by nanahira's avatar nanahira

add peer

parent b85fcbe5
...@@ -53,8 +53,8 @@ ...@@ -53,8 +53,8 @@
"typescript": "^4.8.3" "typescript": "^4.8.3"
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^9.1.2 || ^10.0.0", "@nestjs/common": "^9.1.2 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^9.4.2 || ^10.0.0", "@nestjs/core": "^9.4.2 || ^10.0.0 || ^11.0.0",
"aragami": "^1.2.0", "aragami": "^1.2.0",
"rxjs": "^7.8.1" "rxjs": "^7.8.1"
} }
......
...@@ -2,7 +2,6 @@ import { Aragami, ClassType } from 'aragami'; ...@@ -2,7 +2,6 @@ import { Aragami, ClassType } from 'aragami';
import { ConsoleLogger, Logger } from '@nestjs/common'; import { ConsoleLogger, Logger } from '@nestjs/common';
import * as os from 'os'; import * as os from 'os';
import { InjectAragami } from '../index'; import { InjectAragami } from '../index';
import { retry } from 'rxjs';
export interface QueueRunnerOptions { export interface QueueRunnerOptions {
maxConcurrency?: number; maxConcurrency?: number;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment