Comparing version 3.3.1 to 3.3.2
@@ -1,3 +0,3 @@ | ||
declare type ProviderName = "" | "appveyor" | "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"; | ||
declare type ProviderInfo = { | ||
type ProviderName = "" | "appveyor" | "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"; | ||
type ProviderInfo = { | ||
name: ProviderName; | ||
@@ -4,0 +4,0 @@ [meta: string]: any; |
{ | ||
"name": "std-env", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "Detect current Javascript environment", | ||
@@ -17,21 +17,23 @@ "repository": "unjs/std-env", | ||
], | ||
"devDependencies": { | ||
"@types/node": "^18.11.9", | ||
"c8": "^7.12.0", | ||
"eslint": "^8.27.0", | ||
"eslint-config-unjs": "^0.0.2", | ||
"jiti": "^1.16.0", | ||
"standard-version": "^9.5.0", | ||
"typescript": "^4.8.4", | ||
"unbuild": "^0.9.4", | ||
"vitest": "^0.25.2" | ||
}, | ||
"packageManager": "pnpm@7.13.4", | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest", | ||
"lint": "eslint --ext .ts .", | ||
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish", | ||
"lint": "eslint --ext .ts . && prettier -c src test", | ||
"prepack": "unbuild", | ||
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags", | ||
"test": "pnpm lint && vitest run" | ||
} | ||
} | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.11.18", | ||
"c8": "^7.12.0", | ||
"changelogen": "^0.4.1", | ||
"eslint": "^8.33.0", | ||
"eslint-config-unjs": "^0.1.0", | ||
"jiti": "^1.16.2", | ||
"prettier": "^2.8.3", | ||
"typescript": "^4.9.5", | ||
"unbuild": "^1.1.1", | ||
"vitest": "^0.28.3" | ||
}, | ||
"packageManager": "pnpm@7.25.0" | ||
} |
Sorry, the diff of this file is not supported yet
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
10648
10