mol_wire_lib 1.0.218 → 1.0.221

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
@@ -1246,9 +1246,6 @@ var $;
1246
1246
  //mol/wire/solo/solo.ts
1247
1247
  ;
1248
1248
  "use strict";
1249
- //mol/type/error/error.ts
1250
- ;
1251
- "use strict";
1252
1249
  var $;
1253
1250
  (function ($) {
1254
1251
  function $mol_wire_plex(host, field, descr) {
@@ -2151,9 +2148,9 @@ var $node = new Proxy({ require }, {
2151
2148
  while (!fs.existsSync(path.join(dir, suffix))) {
2152
2149
  const parent = path.resolve(dir, '..');
2153
2150
  if (parent === dir) {
2154
- $$.$mol_exec('.', 'npm', 'install', name);
2151
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
2155
2152
  try {
2156
- $$.$mol_exec('.', 'npm', 'install', '@types/' + name);
2153
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
2157
2154
  }
2158
2155
  catch { }
2159
2156
  break;
@@ -2297,6 +2294,9 @@ var $;
2297
2294
  //mol/dom/render/children/children.ts
2298
2295
  ;
2299
2296
  "use strict";
2297
+ //mol/type/error/error.ts
2298
+ ;
2299
+ "use strict";
2300
2300
  //mol/type/assert/assert.test.ts
2301
2301
  ;
2302
2302
  "use strict";