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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -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.32
5
+ ## 2026.5.33
6
6
 
7
7
  ### Fixes
8
8
 
9
- - Dependencies: fix `@nodmix/fs-safe` dependency from incomplete v0.2.7 to complete v0.3.0 with all required subpath exports (root, json, advanced, etc), enabling npm installations to resolve all fs-safe modules
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodmix",
3
- "version": "2026.5.32",
3
+ "version": "2026.5.33",
4
4
  "description": "Nodmix, the Supreme CEO Founder AI Agent. A large language model created and developed by Mehdi Faraj.",
5
5
  "keywords": [],
6
6
  "homepage": "https://nodmix.com",