mol_plot_all 1.2.274 → 1.2.277

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.test.js CHANGED
@@ -242,9 +242,9 @@ var $node = new Proxy({ require }, {
242
242
  while (!fs.existsSync(path.join(dir, suffix))) {
243
243
  const parent = path.resolve(dir, '..');
244
244
  if (parent === dir) {
245
- $$.$mol_exec('.', 'npm', 'install', name);
245
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
246
246
  try {
247
- $$.$mol_exec('.', 'npm', 'install', '@types/' + name);
247
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
248
248
  }
249
249
  catch { }
250
250
  break;
@@ -1912,9 +1912,6 @@ var $;
1912
1912
  //mol/wire/solo/solo.ts
1913
1913
  ;
1914
1914
  "use strict";
1915
- //mol/type/error/error.ts
1916
- ;
1917
- "use strict";
1918
1915
  var $;
1919
1916
  (function ($) {
1920
1917
  function $mol_wire_plex(host, field, descr) {
@@ -6071,6 +6068,9 @@ var $;
6071
6068
  //mol/log3/log3.test.ts
6072
6069
  ;
6073
6070
  "use strict";
6071
+ //mol/type/error/error.ts
6072
+ ;
6073
+ "use strict";
6074
6074
  //mol/type/assert/assert.test.ts
6075
6075
  ;
6076
6076
  "use strict";