@compas/stdlib
Advanced tools
Comparing version 0.7.3 to 0.7.4
{ | ||
"name": "@compas/stdlib", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"description": "All kinds of utility functions", | ||
@@ -23,6 +23,6 @@ "exports": { | ||
"dependencies": { | ||
"@types/node": "20.5.7", | ||
"@types/node": "20.6.2", | ||
"dotenv": "16.3.1", | ||
"lodash.merge": "4.6.2", | ||
"pino": "8.15.0" | ||
"pino": "8.15.1" | ||
}, | ||
@@ -29,0 +29,0 @@ "author": { |
@@ -21,3 +21,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
*/ | ||
export function exec(command: string, opts?: import("child_process").ExecOptions | undefined): Promise<{ | ||
export function exec(command: string, opts?: import("node:child_process").ExecOptions | undefined): Promise<{ | ||
stdout: string; | ||
@@ -39,3 +39,3 @@ stderr: string; | ||
*/ | ||
export function spawn(command: string, args: string[], opts?: import("child_process").SpawnOptions | undefined): Promise<{ | ||
export function spawn(command: string, args: string[], opts?: import("node:child_process").SpawnOptions | undefined): Promise<{ | ||
exitCode: number; | ||
@@ -42,0 +42,0 @@ }>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67257
+ Added@types/node@20.6.2(transitive)
+ Addedpino@8.15.1(transitive)
- Removed@types/node@20.5.7(transitive)
- Removedpino@8.15.0(transitive)
Updated@types/node@20.6.2
Updatedpino@8.15.1