inversify 6.1.4-beta.1 → 6.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12,12 +12,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
12
12
|
|
|
13
13
|
### Fixed
|
|
14
14
|
|
|
15
|
-
## [6.1.4
|
|
15
|
+
## [6.1.4]
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- Updated planner with better error description when a binding can not be properly resolved.
|
|
16
19
|
|
|
17
20
|
### Fixed
|
|
18
21
|
- Updated container to allow deactivating singleton undefined values.
|
|
19
22
|
- Updated ESM build to be compatible with both bundler and NodeJS module resolution algorithms.
|
|
20
23
|
|
|
24
|
+
## [6.1.4-beta.1]
|
|
25
|
+
|
|
26
|
+
### Fixed
|
|
27
|
+
- Updated ESM build to be compatible with both bundler and NodeJS module resolution algorithms.
|
|
28
|
+
|
|
21
29
|
## [6.1.4-beta.0]
|
|
22
30
|
|
|
23
31
|
### Changed
|
package/package.json
CHANGED