mol_plot_all 1.2.750 → 1.2.752

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.
Files changed (2) hide show
  1. package/node.d.ts +1 -1
  2. package/package.json +1 -1
package/node.d.ts CHANGED
@@ -481,7 +481,7 @@ declare namespace $ {
481
481
  /// <reference types="node" />
482
482
  /// <reference types="node" />
483
483
  declare namespace $ {
484
- function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
484
+ function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
485
485
  }
486
486
 
487
487
  declare namespace $ {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_plot_all",
3
- "version": "1.2.750",
3
+ "version": "1.2.752",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",