File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111### Changed
1212
1313### Fixed
14+ - Added missing ` LazyServiceIdentifer ` .
1415
1516## [ 6.2.0]
1617
Original file line number Diff line number Diff line change 1+ /* eslint-disable @typescript-eslint/naming-convention */
12import 'reflect-metadata' ;
23
4+ import { LazyServiceIdentifier } from '@inversifyjs/common' ;
5+
36import * as keys from './constants/metadata_keys' ;
47
58export { LazyServiceIdentifier } from '@inversifyjs/common' ;
9+
10+ /**
11+ * @deprecated Use LazyServiceIdentifier instead
12+ */
13+ export const LazyServiceIdentifer : typeof LazyServiceIdentifier =
14+ LazyServiceIdentifier ;
15+
616// eslint-disable-next-line @typescript-eslint/typedef
717export const METADATA_KEY = keys ;
818export { Container } from './container/container' ;
You can’t perform that action at this time.
0 commit comments