mol_crypto_lib 0.0.856 → 0.0.857

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/node.d.ts +1 -1
  2. package/package.json +1 -1
package/node.d.ts CHANGED
@@ -215,7 +215,7 @@ declare namespace $ {
215
215
  /// <reference types="node" />
216
216
  /// <reference types="node" />
217
217
  declare namespace $ {
218
- function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
218
+ function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
219
219
  }
220
220
 
221
221
  declare namespace $ {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_crypto_lib",
3
- "version": "0.0.856",
3
+ "version": "0.0.857",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",