mol_plot_all 1.2.746 → 1.2.748
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/node.js +2 -2
- package/node.js.map +1 -1
- package/node.mjs +2 -2
- package/node.test.js +2 -2
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.js.map +1 -1
- package/web.test.js.map +1 -1
package/node.js
CHANGED
|
@@ -1399,9 +1399,9 @@ var $node = new Proxy({ require }, {
|
|
|
1399
1399
|
while (!fs.existsSync(path.join(dir, suffix))) {
|
|
1400
1400
|
const parent = path.resolve(dir, '..');
|
|
1401
1401
|
if (parent === dir) {
|
|
1402
|
-
$$.$mol_exec('.', 'npm', 'install', '--omit=dev',
|
|
1402
|
+
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
|
|
1403
1403
|
try {
|
|
1404
|
-
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '
|
|
1404
|
+
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
|
|
1405
1405
|
}
|
|
1406
1406
|
catch { }
|
|
1407
1407
|
break;
|