@e-mc/types
Advanced tools
Comparing version 0.5.15 to 0.5.16
export const enum INTERNAL { | ||
VERSION = '0.5.15', | ||
VERSION = '0.5.16', | ||
TEMP_DIR = 'tmp', | ||
@@ -235,3 +235,2 @@ CJS = '__cjs__' | ||
NODE_REQUIRE_INLINE = "node.require.inline", | ||
NODE_PACKAGE_MANAGER = "node.settings.package_manager", | ||
TEMP_DIR = "temp.dir", | ||
@@ -238,0 +237,0 @@ TEMP_WRITE = "temp.write", |
@@ -76,2 +76,7 @@ import type { LookupAddress } from 'dns'; | ||
export interface AuthValue { | ||
username?: string; | ||
password?: string; | ||
} | ||
export interface HttpAgentSettings { | ||
@@ -78,0 +83,0 @@ http?: HttpAgent; |
@@ -62,3 +62,4 @@ import type { BinaryAction } from './asset'; | ||
format?: BufferFormat | { out?: BufferFormat; parser?: PlainObject }; | ||
headers?: OutgoingHttpHeaders; | ||
headers?: OutgoingHttpHeaders | Headers; | ||
signal?: AbortSignal; | ||
timeout?: number; | ||
@@ -92,3 +93,4 @@ pipeTo?: string | Writable; | ||
pathname?: string; | ||
headers?: OutgoingHttpHeaders; | ||
headers?: OutgoingHttpHeaders | Headers; | ||
signal?: AbortSignal; | ||
} | ||
@@ -95,0 +97,0 @@ |
@@ -36,3 +36,3 @@ import type { PermissionAction, PermissionReadWrite, PermittedDirectories } from './core'; | ||
export interface NodeModule<T = NodeSettings> extends HandlerSettings<T> { | ||
export interface NodeModule<T = PlainObject> extends HandlerSettings<T> { | ||
process?: { | ||
@@ -50,6 +50,2 @@ cpu_usage?: boolean; | ||
export interface NodeSettings extends PlainObject { | ||
package_manager?: "npm" | "yarn" | "pnpm"; | ||
} | ||
export interface ProcessModule<T = PlainObject> extends HandlerSettings<T> { | ||
@@ -56,0 +52,0 @@ env?: ProcessEnvConfig; |
{ | ||
"name": "@e-mc/types", | ||
"version": "0.5.15", | ||
"version": "0.5.16", | ||
"description": "Type definitions for E-mc.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
4110
176444