+5
-0
@@ -113,2 +113,7 @@ declare class AlsToken<T = any> { | ||
| private resolveToken; | ||
| /** | ||
| * Follow alias entries until a non-alias entry is found. | ||
| * Guards against alias cycles by tracking visited tokens. | ||
| */ | ||
| private followAlias; | ||
| get<T>(token: string): T; | ||
@@ -115,0 +120,0 @@ get<T>(token: symbol): T; |
+1
-1
| { | ||
| "name": "diject", | ||
| "version": "0.1.4", | ||
| "version": "0.1.5", | ||
| "description": "Lightweight TypeScript DI container with decorators, scopes, metadata queries, and AsyncLocalStorage support.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
111079
0.84%2984
1.19%