@astrojs/telemetry
Advanced tools
+1
-2
@@ -5,3 +5,2 @@ import fs from "node:fs"; | ||
| import process from "node:process"; | ||
| import dget from "dlv"; | ||
| import { dset } from "dset"; | ||
@@ -73,3 +72,3 @@ function getConfigDir(name) { | ||
| get(key) { | ||
| return dget(this.store, key); | ||
| return key.split(".").reduce((obj, k) => obj?.[k], this.store); | ||
| } | ||
@@ -76,0 +75,0 @@ has(key) { |
+3
-6
| { | ||
| "name": "@astrojs/telemetry", | ||
| "version": "3.3.1", | ||
| "version": "3.3.2", | ||
| "type": "module", | ||
@@ -27,3 +27,2 @@ "types": "./dist/index.d.ts", | ||
| "ci-info": "^4.4.0", | ||
| "dlv": "^1.1.3", | ||
| "dset": "^3.1.4", | ||
@@ -35,3 +34,2 @@ "is-docker": "^4.0.0", | ||
| "devDependencies": { | ||
| "@types/dlv": "^1.1.5", | ||
| "@types/node": "^22.10.6", | ||
@@ -48,8 +46,7 @@ "@types/which-pm-runs": "^1.0.2", | ||
| "scripts": { | ||
| "build": "astro-scripts build \"src/**/*.ts\" && tsc", | ||
| "build": "astro-scripts build \"src/**/*.ts\" && tsc -b", | ||
| "build:ci": "astro-scripts build \"src/**/*.ts\"", | ||
| "dev": "astro-scripts dev \"src/**/*.ts\"", | ||
| "test": "astro-scripts test \"test/**/*.test.ts\"", | ||
| "typecheck:tests": "tsc --build tsconfig.test.json" | ||
| "test": "astro-scripts test \"test/**/*.test.ts\"" | ||
| } | ||
| } |
5
-16.67%3
-25%20559
-0.45%485
-0.21%- Removed
- Removed