nodmix 2026.5.33 → 2026.5.34
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 +4 -2
- package/npm-shrinkwrap.json +19 -26
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Docs: https://docs.nodmix.ai
|
|
4
4
|
|
|
5
|
-
## 2026.5.
|
|
5
|
+
## 2026.5.34
|
|
6
6
|
|
|
7
7
|
### Fixes
|
|
8
8
|
|
|
9
|
-
- Installer:
|
|
9
|
+
- Installer: increase npm fetch timeouts (15 min from 5 min) to handle large binary dependencies (@github/copilot, @anthropic-ai/claude-agent-sdk, @openai/codex)
|
|
10
|
+
- Installer: show npm progress output instead of spinner to help users understand long downloads are working
|
|
11
|
+
- Config: add workspace npm registry configuration with optimized fetch retry settings for reliability
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodmix",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.33",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "nodmix",
|
|
9
|
-
"version": "2026.5.
|
|
9
|
+
"version": "2026.5.33",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -23,9 +23,8 @@
|
|
|
23
23
|
"@mistralai/mistralai": "2.2.5",
|
|
24
24
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
25
25
|
"@mozilla/readability": "0.6.0",
|
|
26
|
-
"@nodmix/fs-safe": "0.
|
|
26
|
+
"@nodmix/fs-safe": "0.3.0",
|
|
27
27
|
"@nodmix/proxyline": "0.3.3",
|
|
28
|
-
"@openclaw/fs-safe": "^0.2.7",
|
|
29
28
|
"chalk": "5.6.2",
|
|
30
29
|
"chokidar": "5.0.0",
|
|
31
30
|
"clawpdf": "0.2.0",
|
|
@@ -1652,27 +1651,9 @@
|
|
|
1652
1651
|
}
|
|
1653
1652
|
},
|
|
1654
1653
|
"node_modules/@nodmix/fs-safe": {
|
|
1655
|
-
"version": "0.
|
|
1656
|
-
"resolved": "https://registry.npmjs.org/@nodmix/fs-safe/-/fs-safe-0.
|
|
1657
|
-
"integrity": "sha512
|
|
1658
|
-
"license": "MIT"
|
|
1659
|
-
},
|
|
1660
|
-
"node_modules/@nodmix/proxyline": {
|
|
1661
|
-
"version": "0.3.3",
|
|
1662
|
-
"resolved": "https://registry.npmjs.org/@nodmix/proxyline/-/proxyline-0.3.3.tgz",
|
|
1663
|
-
"integrity": "sha512-sftHnW69NHQqLjCxBTvQ8f/eQl+peZ5pHCBQtuTWBbeuYRHZ0/GXVTmw/O/YKsShMbqPWhJB0UYtPPdvCUSS8w==",
|
|
1664
|
-
"license": "MIT",
|
|
1665
|
-
"engines": {
|
|
1666
|
-
"node": ">=22.19.0"
|
|
1667
|
-
},
|
|
1668
|
-
"peerDependencies": {
|
|
1669
|
-
"undici": ">=8.3.0 <9"
|
|
1670
|
-
}
|
|
1671
|
-
},
|
|
1672
|
-
"node_modules/@openclaw/fs-safe": {
|
|
1673
|
-
"version": "0.2.7",
|
|
1674
|
-
"resolved": "https://registry.npmjs.org/@openclaw/fs-safe/-/fs-safe-0.2.7.tgz",
|
|
1675
|
-
"integrity": "sha512-l/Yj3K2ChR/gI+bZo1wIe7rjKyTFwGOAw120cTCMRT8LZbVhJhTbiZLGIRBMv0Gc9GQjYE8EjPBza3RdrSSbyQ==",
|
|
1654
|
+
"version": "0.3.0",
|
|
1655
|
+
"resolved": "https://registry.npmjs.org/@nodmix/fs-safe/-/fs-safe-0.3.0.tgz",
|
|
1656
|
+
"integrity": "sha512-+i68RQj9tQ6ppkoEGbLwIsXCFSmVgmJjZRZyni27CPEHlBdYKchNFYhEpW29npnbuRm+gRRVDyN5Wc3/Ry1cWw==",
|
|
1676
1657
|
"license": "MIT",
|
|
1677
1658
|
"engines": {
|
|
1678
1659
|
"node": ">=20.11"
|
|
@@ -1682,7 +1663,7 @@
|
|
|
1682
1663
|
"tar": "7.5.13"
|
|
1683
1664
|
}
|
|
1684
1665
|
},
|
|
1685
|
-
"node_modules/@
|
|
1666
|
+
"node_modules/@nodmix/fs-safe/node_modules/tar": {
|
|
1686
1667
|
"version": "7.5.13",
|
|
1687
1668
|
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
|
|
1688
1669
|
"integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
|
|
@@ -1699,6 +1680,18 @@
|
|
|
1699
1680
|
"node": ">=18"
|
|
1700
1681
|
}
|
|
1701
1682
|
},
|
|
1683
|
+
"node_modules/@nodmix/proxyline": {
|
|
1684
|
+
"version": "0.3.3",
|
|
1685
|
+
"resolved": "https://registry.npmjs.org/@nodmix/proxyline/-/proxyline-0.3.3.tgz",
|
|
1686
|
+
"integrity": "sha512-sftHnW69NHQqLjCxBTvQ8f/eQl+peZ5pHCBQtuTWBbeuYRHZ0/GXVTmw/O/YKsShMbqPWhJB0UYtPPdvCUSS8w==",
|
|
1687
|
+
"license": "MIT",
|
|
1688
|
+
"engines": {
|
|
1689
|
+
"node": ">=22.19.0"
|
|
1690
|
+
},
|
|
1691
|
+
"peerDependencies": {
|
|
1692
|
+
"undici": ">=8.3.0 <9"
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1702
1695
|
"node_modules/@oxc-project/types": {
|
|
1703
1696
|
"version": "0.133.0",
|
|
1704
1697
|
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.133.0.tgz",
|
package/package.json
CHANGED