Skip to content

Commit 88488c3

Browse files
authored
Add binding related types (#1751)
* feat: add binding related types * docs: update changelog
1 parent 684b0aa commit 88488c3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
### Added
10+
- Added `BindingActivation`.
11+
- Added `BindingDeactivation`.
1012

1113
### Changed
1214

src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ export {
1919
IsBoundOptions,
2020
} from '@inversifyjs/container';
2121
export {
22+
BindingActivation,
2223
BindingConstraints,
24+
BindingDeactivation,
2325
BindingScope,
2426
DynamicValueBuilder,
2527
Factory,

0 commit comments

Comments
 (0)