inversify 6.1.2-beta.1 → 6.1.2
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 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12,16 +12,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
12
12
|
|
|
13
13
|
### Fixed
|
|
14
14
|
|
|
15
|
-
## [6.1.2
|
|
15
|
+
## [6.1.2]
|
|
16
16
|
|
|
17
17
|
### Changed
|
|
18
|
+
- Updated `package.json` to include the `exports` field for better bundler support.
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
- Updated fetch metadata flows with better error descriptions.
|
|
18
22
|
|
|
23
|
+
## [6.1.2-beta.1]
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
19
26
|
- Updated `package.json` to include the `exports` field for better bundler support.
|
|
20
27
|
|
|
21
28
|
## [6.1.2-beta.0]
|
|
22
29
|
|
|
23
30
|
### Fixed
|
|
24
|
-
- Updated fetch metadata flows with better error descriptions
|
|
31
|
+
- Updated fetch metadata flows with better error descriptions.
|
|
25
32
|
|
|
26
33
|
## [6.1.1]
|
|
27
34
|
|
package/package.json
CHANGED