Comparing version 1.1.1 to 1.1.2
@@ -33,20 +33,5 @@ import path$1 from 'node:path'; | ||
declare namespace path { | ||
export { | ||
path_basename as basename, | ||
path_delimiter as delimiter, | ||
path_dirname as dirname, | ||
path_extname as extname, | ||
path_format as format, | ||
path_isAbsolute as isAbsolute, | ||
path_join as join, | ||
path_normalize as normalize, | ||
path_normalizeString as normalizeString, | ||
path_parse as parse, | ||
path_relative as relative, | ||
path_resolve as resolve, | ||
path_sep as sep, | ||
path_toNamespacedPath as toNamespacedPath, | ||
}; | ||
export { path_basename as basename, path_delimiter as delimiter, path_dirname as dirname, path_extname as extname, path_format as format, path_isAbsolute as isAbsolute, path_join as join, path_normalize as normalize, path_normalizeString as normalizeString, path_parse as parse, path_relative as relative, path_resolve as resolve, path_sep as sep, path_toNamespacedPath as toNamespacedPath }; | ||
} | ||
export { basename, path as default, delimiter, dirname, extname, format, isAbsolute, join, normalize, normalizeString, parse, relative, resolve, sep, toNamespacedPath }; |
{ | ||
"name": "pathe", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Universal filesystem path utils", | ||
@@ -27,14 +27,14 @@ "repository": "unjs/pathe", | ||
"devDependencies": { | ||
"@types/node": "^18.16.3", | ||
"@vitest/coverage-c8": "^0.31.0", | ||
"eslint": "latest", | ||
"eslint-config-unjs": "^0.1.0", | ||
"jiti": "^1.18.2", | ||
"prettier": "^2.8.8", | ||
"standard-version": "latest", | ||
"typescript": "^5.0.4", | ||
"unbuild": "^1.2.1", | ||
"vitest": "^0.31.0" | ||
"@types/node": "^20.10.8", | ||
"@vitest/coverage-v8": "^1.1.3", | ||
"changelogen": "^0.5.5", | ||
"eslint": "^8.56.0", | ||
"eslint-config-unjs": "^0.2.1", | ||
"jiti": "^1.21.0", | ||
"prettier": "^3.1.1", | ||
"typescript": "^5.3.3", | ||
"unbuild": "^2.0.0", | ||
"vitest": "^1.1.3" | ||
}, | ||
"packageManager": "pnpm@8.4.0", | ||
"packageManager": "pnpm@8.14.0", | ||
"scripts": { | ||
@@ -45,3 +45,3 @@ "build": "unbuild", | ||
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w", | ||
"release": "pnpm vitest run && standard-version && git push --follow-tags && pnpm publish", | ||
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags", | ||
"test": "pnpm lint && vitest run --coverage", | ||
@@ -48,0 +48,0 @@ "test:types": "tsc --noEmit" |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
30806
16
617
1