valheim-oz-dsm 1.4.1 → 1.4.3
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 +7 -0
- package/dist/main.js +4061 -63407
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.4.3] - 2026-02-01
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Fixed `react-devtools-core` module not found error when installing package
|
|
14
|
+
- Simplified build configuration to not bundle dependencies, resolving module resolution issues
|
|
15
|
+
- Set `NODE_ENV` to production in bundled output to disable development tools
|
|
16
|
+
|
|
10
17
|
## [1.0.9] - 2026-02-01
|
|
11
18
|
|
|
12
19
|
### Fixed
|