Comparing version 0.9.0 to 0.9.1
@@ -132,4 +132,4 @@ import { Packument } from 'pacote'; | ||
declare function defineConfig(config: Partial<CommonOptions>): Partial<CommonOptions>; | ||
declare function defineConfig(config: Partial<CheckOptions>): Partial<CheckOptions>; | ||
export { CheckOptions, CheckPackages, CommonOptions, DepType, DependenciesTypeShortMap, DependencyFilter, DependencyResolvedCallback, DiffType, InteractiveContext, PackageData, PackageMeta, PackageMode, RangeMode, RawDep, ResolvedDepChange, UsageOptions, defineConfig, dumpDependencies, loadPackage, loadPackages, parseDependencies, resolveDependencies, resolveDependency, resolvePackage, writePackage }; |
{ | ||
"name": "taze", | ||
"type": "module", | ||
"version": "0.9.0", | ||
"packageManager": "pnpm@7.28.0", | ||
"version": "0.9.1", | ||
"packageManager": "pnpm@7.30.0", | ||
"description": "A modern cli tool that keeps your deps fresh", | ||
@@ -28,3 +28,3 @@ "license": "MIT", | ||
"@antfu/ni": "^0.20.0", | ||
"@npmcli/config": "^6.1.3", | ||
"@npmcli/config": "^6.1.4", | ||
"detect-indent": "^7.0.1", | ||
@@ -38,9 +38,9 @@ "pacote": "^13.6.2", | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.35.3", | ||
"@antfu/eslint-config": "^0.37.0", | ||
"@antfu/utils": "^0.7.2", | ||
"@types/cli-progress": "^3.11.0", | ||
"@types/debug": "^4.1.7", | ||
"@types/node": "^18.14.2", | ||
"@types/node": "^18.15.3", | ||
"@types/pacote": "^11.1.5", | ||
"@types/prompts": "^2.4.2", | ||
"@types/prompts": "^2.4.3", | ||
"@types/semver": "^7.3.13", | ||
@@ -52,12 +52,12 @@ "@types/yargs": "^17.0.22", | ||
"debug": "^4.3.4", | ||
"deepmerge": "^4.3.0", | ||
"eslint": "^8.35.0", | ||
"deepmerge": "^4.3.1", | ||
"eslint": "^8.36.0", | ||
"esno": "^0.16.3", | ||
"fast-glob": "^3.2.12", | ||
"picocolors": "^1.0.0", | ||
"rimraf": "^4.1.3", | ||
"typescript": "^4.9.5", | ||
"rimraf": "^4.4.0", | ||
"typescript": "^5.0.2", | ||
"unbuild": "^1.1.2", | ||
"vitest": "^0.29.2", | ||
"taze": "0.9.0" | ||
"vitest": "^0.29.3", | ||
"taze": "0.9.1" | ||
}, | ||
@@ -64,0 +64,0 @@ "eslintConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
319261
9409
Updated@npmcli/config@^6.1.4