nodmix 2026.5.32 → 2026.5.33
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 +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Docs: https://docs.nodmix.ai
|
|
4
4
|
|
|
5
|
-
## 2026.5.
|
|
5
|
+
## 2026.5.33
|
|
6
6
|
|
|
7
7
|
### Fixes
|
|
8
8
|
|
|
9
|
-
-
|
|
9
|
+
- Installer: proactively clear npm cache before installation to prevent stale package corruption issues and silent failures during npm install operations
|
package/package.json
CHANGED