Commit b984c277 authored by nanahira's avatar nanahira

fix

parent a1294f92
This diff is collapsed.
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^9.1.2", "@nestjs/common": "^9.1.2",
"@nestjs/core": "^9.4.2",
"aragami": "^1.1.2", "aragami": "^1.1.2",
"rxjs": "^7.8.1" "rxjs": "^7.8.1"
} }
......
import { import {
CallHandler, CallHandler,
ExecutionContext, ExecutionContext,
HttpAdapterHost,
Inject, Inject,
Injectable, Injectable,
NestInterceptor, NestInterceptor,
...@@ -12,6 +11,7 @@ import { InjectAragami } from '../index'; ...@@ -12,6 +11,7 @@ import { InjectAragami } from '../index';
import { Aragami, CacheKey } from 'aragami'; import { Aragami, CacheKey } from 'aragami';
import { reflector } from 'aragami/dist/src/metadata'; import { reflector } from 'aragami/dist/src/metadata';
import { tap } from 'rxjs'; import { tap } from 'rxjs';
import { HttpAdapterHost } from '@nestjs/core';
class RouteCache { class RouteCache {
@CacheKey() @CacheKey()
......
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