Comparing version
@@ -41,3 +41,3 @@ type EnvObject = Record<string, string | undefined>; | ||
type ProviderName = "" | "appveyor" | "aws_amplify" | "azure_pipelines" | "azure_static" | "appcircle" | "bamboo" | "bitbucket" | "bitrise" | "buddy" | "buildkite" | "circle" | "cirrus" | "cloudflare_pages" | "codebuild" | "codefresh" | "drone" | "drone" | "dsari" | "github_actions" | "gitlab" | "gocd" | "layerci" | "hudson" | "jenkins" | "magnum" | "netlify" | "nevercode" | "render" | "sail" | "semaphore" | "screwdriver" | "shippable" | "solano" | "strider" | "teamcity" | "travis" | "vercel" | "appcenter" | "codesandbox" | "stackblitz" | "stormkit" | "cleavr" | "zeabur" | "codesphere" | "railway" | "deno-deploy" | "firebase_app_hosting"; | ||
type ProviderName = "" | "appveyor" | "aws_amplify" | "azure_pipelines" | "azure_static" | "appcircle" | "bamboo" | "bitbucket" | "bitrise" | "buddy" | "buildkite" | "circle" | "cirrus" | "cloudflare_pages" | "cloudflare_workers" | "codebuild" | "codefresh" | "drone" | "drone" | "dsari" | "github_actions" | "gitlab" | "gocd" | "layerci" | "hudson" | "jenkins" | "magnum" | "netlify" | "nevercode" | "render" | "sail" | "semaphore" | "screwdriver" | "shippable" | "solano" | "strider" | "teamcity" | "travis" | "vercel" | "appcenter" | "codesandbox" | "stackblitz" | "stormkit" | "cleavr" | "zeabur" | "codesphere" | "railway" | "deno-deploy" | "firebase_app_hosting"; | ||
type ProviderInfo = { | ||
@@ -92,2 +92,3 @@ name: ProviderName; | ||
export { type EnvObject, type Process, type ProviderInfo, type ProviderName, type RuntimeInfo, type RuntimeName, env, hasTTY, hasWindow, isBun, isCI, isColorSupported, isDebug, isDeno, isDevelopment, isEdgeLight, isFastly, isLinux, isMacOS, isMinimal, isNetlify, isNode, isProduction, isTest, isWindows, isWorkerd, nodeENV, nodeMajorVersion, nodeVersion, platform, process, provider, providerInfo, runtime, runtimeInfo }; | ||
export { env, hasTTY, hasWindow, isBun, isCI, isColorSupported, isDebug, isDeno, isDevelopment, isEdgeLight, isFastly, isLinux, isMacOS, isMinimal, isNetlify, isNode, isProduction, isTest, isWindows, isWorkerd, nodeENV, nodeMajorVersion, nodeVersion, platform, process, provider, providerInfo, runtime, runtimeInfo }; | ||
export type { EnvObject, Process, ProviderInfo, ProviderName, RuntimeInfo, RuntimeName }; |
{ | ||
"name": "std-env", | ||
"version": "3.8.1", | ||
"version": "3.9.0", | ||
"description": "Runtime agnostic JS utils", | ||
@@ -32,16 +32,16 @@ "repository": "unjs/std-env", | ||
"devDependencies": { | ||
"@types/node": "^22.13.8", | ||
"@vitest/coverage-v8": "^3.0.7", | ||
"changelogen": "^0.6.0", | ||
"esbuild": "^0.25.0", | ||
"eslint": "^9.21.0", | ||
"@types/node": "^22.14.0", | ||
"@vitest/coverage-v8": "^3.1.1", | ||
"changelogen": "^0.6.1", | ||
"esbuild": "^0.25.2", | ||
"eslint": "^9.23.0", | ||
"eslint-config-unjs": "^0.4.2", | ||
"jiti": "^2.4.2", | ||
"prettier": "^3.5.3", | ||
"rollup": "^4.34.9", | ||
"rollup": "^4.39.0", | ||
"typescript": "^5.8.2", | ||
"unbuild": "^3.5.0", | ||
"vitest": "^3.0.7" | ||
"vitest": "^3.1.1" | ||
}, | ||
"packageManager": "pnpm@10.5.2" | ||
"packageManager": "pnpm@10.7.1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
26086
0.44%126
1.61%