Comparing version 18.1.0 to 18.2.0
@@ -109,2 +109,9 @@ declare const MODE_CHOICES: readonly ["default", "major", "minor", "patch", "latest", "newest", "next"]; | ||
includeLocked?: boolean; | ||
/** | ||
* Show time difference between the current and the updated version | ||
* | ||
* @default true | ||
* @description hide the time difference | ||
*/ | ||
timediff?: boolean; | ||
} | ||
@@ -111,0 +118,0 @@ interface PackageMeta { |
{ | ||
"name": "taze", | ||
"type": "module", | ||
"version": "18.1.0", | ||
"version": "18.2.0", | ||
"description": "A modern cli tool that keeps your deps fresh", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@antfu/ni": "^0.23.2", | ||
"@antfu/ni": "^23.2.0", | ||
"js-yaml": "^4.1.0", | ||
@@ -36,4 +36,4 @@ "ofetch": "^1.4.1", | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^3.12.2", | ||
"@antfu/utils": "^0.7.10", | ||
"@antfu/eslint-config": "^3.14.0", | ||
"@antfu/utils": "^8.1.0", | ||
"@npmcli/config": "^10.0.0", | ||
@@ -43,3 +43,3 @@ "@types/cli-progress": "^3.11.6", | ||
"@types/js-yaml": "^4.0.9", | ||
"@types/node": "^22.10.5", | ||
"@types/node": "^22.10.6", | ||
"@types/npm-package-arg": "^6.1.4", | ||
@@ -50,3 +50,3 @@ "@types/npm-registry-fetch": "^8.0.7", | ||
"@types/yargs": "^17.0.33", | ||
"bumpp": "^9.9.3", | ||
"bumpp": "^9.10.0", | ||
"cli-progress": "^3.12.0", | ||
@@ -57,3 +57,3 @@ "cross-env": "^7.0.3", | ||
"detect-indent": "^7.0.1", | ||
"eslint": "^9.17.0", | ||
"eslint": "^9.18.0", | ||
"esno": "^4.8.0", | ||
@@ -72,5 +72,5 @@ "fast-glob": "^3.3.3", | ||
"ufo": "^1.5.4", | ||
"unbuild": "^3.2.0", | ||
"unbuild": "^3.3.1", | ||
"vitest": "^2.1.8", | ||
"taze": "18.1.0" | ||
"taze": "18.2.0" | ||
}, | ||
@@ -77,0 +77,0 @@ "scripts": { |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2189559
57091
+ Added@antfu/ni@23.3.1(transitive)
- Removed@antfu/ni@0.23.2(transitive)
Updated@antfu/ni@^23.2.0