nodmix 2026.5.34 → 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 +5 -4
- package/package.json +1 -1
- package/npm-shrinkwrap.json +0 -11377
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Docs: https://docs.nodmix.ai
|
|
4
4
|
|
|
5
|
-
## 2026.5.
|
|
5
|
+
## 2026.5.35
|
|
6
6
|
|
|
7
7
|
### Fixes
|
|
8
8
|
|
|
9
|
-
- Installer: increase
|
|
10
|
-
- Installer:
|
|
11
|
-
-
|
|
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