@travetto/boot
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "@travetto/boot", | ||
"displayName": "Boot", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Bootstrapping and common utilities for travetto applications.", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/node": "^18.0.0", | ||
"@types/node": "^18.0.5", | ||
"@types/source-map-support": "^0.5.4", | ||
@@ -38,0 +38,0 @@ "source-map-support": "^0.5.21", |
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { ChildProcess, SpawnOptions } from 'child_process'; | ||
@@ -5,0 +6,0 @@ import { Worker, WorkerOptions } from 'worker_threads'; |
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
declare type All = Buffer | string | NodeJS.ReadableStream | Uint8Array; | ||
@@ -3,0 +4,0 @@ /** |
@@ -14,3 +14,3 @@ { | ||
"lib": [ | ||
"es2020" | ||
"es2022" | ||
], | ||
@@ -17,0 +17,0 @@ "resolveJsonModule": true, |
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
183899
3006
Updated@types/node@^18.0.5