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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -1
  2. 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-beta.1]
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
@@ -79,5 +79,5 @@
79
79
  },
80
80
  "sideEffects": false,
81
81
  "types": "lib/inversify.d.ts",
82
- "version": "6.1.4-beta.1"
82
+ "version": "6.1.4"
83
83
  }