@nuxt/telemetry
Advanced tools
Comparing version 2.6.2 to 2.6.3
@@ -0,2 +1,5 @@ | ||
import * as citty from 'citty'; | ||
export { } | ||
declare const main: (opts?: citty.RunMainOptions) => Promise<void>; | ||
export { main }; |
{ | ||
"name": "@nuxt/telemetry", | ||
"configKey": "telemetry", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"builder": { | ||
@@ -6,0 +6,0 @@ "@nuxt/module-builder": "0.8.4", |
{ | ||
"name": "@nuxt/telemetry", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"repository": "nuxt/telemetry", | ||
@@ -24,5 +24,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@nuxt/kit": "^3.14.1592", | ||
"@nuxt/kit": "^3.15.1", | ||
"citty": "^0.1.6", | ||
"consola": "^3.3.0", | ||
"consola": "^3.3.1", | ||
"destr": "^2.0.3", | ||
@@ -34,5 +34,5 @@ "dotenv": "^16.4.7", | ||
"ofetch": "^1.4.1", | ||
"package-manager-detector": "^0.2.7", | ||
"package-manager-detector": "^0.2.8", | ||
"parse-git-config": "^3.0.0", | ||
"pathe": "^1.1.2", | ||
"pathe": "^2.0.0", | ||
"rc9": "^2.1.2", | ||
@@ -44,3 +44,3 @@ "std-env": "^3.8.0" | ||
"@nuxt/module-builder": "^0.8.4", | ||
"@nuxt/schema": "^3.14.1592", | ||
"@nuxt/schema": "^3.15.1", | ||
"@nuxt/test-utils": "^3.15.1", | ||
@@ -56,3 +56,3 @@ "@types/git-url-parse": "^9.0.3", | ||
"knip": "^5.41.1", | ||
"nuxt": "^3.14.1592", | ||
"nuxt": "^3.15.1", | ||
"typescript": "^5.6.3", | ||
@@ -63,4 +63,7 @@ "unbuild": "^3.0.1", | ||
}, | ||
"resolutions": { | ||
"@nuxt/telemetry": "workspace:*" | ||
}, | ||
"engines": { | ||
"node": "^14.18.0 || >=16.10.0" | ||
"node": ">=18.20.5" | ||
}, | ||
@@ -74,3 +77,3 @@ "scripts": { | ||
"lint": "eslint .", | ||
"nuxt-telemetry": "jiti ./src/cli.ts", | ||
"nuxt-telemetry": "node ./bin/nuxt-telemetry.mjs", | ||
"release": "pnpm test && pnpm build && pnpm changelogen --release --push && pnpm publish", | ||
@@ -77,0 +80,0 @@ "test": "vitest run", |
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
26734
625
- Removedpathe@1.1.2(transitive)
Updated@nuxt/kit@^3.15.1
Updatedconsola@^3.3.1
Updatedpathe@^2.0.0