nodmix 2026.5.33 → 2026.5.35

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 CHANGED
@@ -2,8 +2,11 @@
2
2
 
3
3
  Docs: https://docs.nodmix.ai
4
4
 
5
- ## 2026.5.33
5
+ ## 2026.5.35
6
6
 
7
7
  ### Fixes
8
8
 
9
- - Installer: proactively clear npm cache before installation to prevent stale package corruption issues and silent failures during npm install operations
9
+ - Installer: dramatically increase timeout values (30 min) to reliably handle 500+ MB binary downloads
10
+ - Installer: add pnpm-specific environment variables for timeout configuration during git checkout installs
11
+ - Installer: update messaging to realistic expectation of 15-20 minutes on slower connections
12
+ - Config: add pnpm timeout settings (connection-timeout, stall-timeout) to .npmrc for git installs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodmix",
3
- "version": "2026.5.33",
3
+ "version": "2026.5.35",
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",