mol_wire_lib 1.0.737 → 1.0.739
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.map +1 -1
- 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.test.js
CHANGED
|
@@ -2499,9 +2499,9 @@ var $node = new Proxy({ require }, {
|
|
|
2499
2499
|
while (!fs.existsSync(path.join(dir, suffix))) {
|
|
2500
2500
|
const parent = path.resolve(dir, '..');
|
|
2501
2501
|
if (parent === dir) {
|
|
2502
|
-
$$.$mol_exec('.', 'npm', 'install', '--omit=dev',
|
|
2502
|
+
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
|
|
2503
2503
|
try {
|
|
2504
|
-
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '
|
|
2504
|
+
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
|
|
2505
2505
|
}
|
|
2506
2506
|
catch { }
|
|
2507
2507
|
break;
|