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.d.ts +7 -8
- package/node.deps.json +1 -1
- package/node.esm.js +2 -5
- package/node.esm.js.map +1 -1
- package/node.js +2 -5
- package/node.js.map +1 -1
- package/node.test.js +5 -5
- package/node.test.js.map +1 -1
- package/package.json +1 -2
- package/web.d.ts +7 -8
- package/web.deps.json +1 -1
- package/web.esm.js +0 -3
- package/web.esm.js.map +1 -1
- package/web.js +0 -3
- package/web.js.map +1 -1
- package/web.test.js +3 -0
- package/web.test.js.map +1 -1
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";
|