@squawk/fixes
Advanced tools
+5
-3
| { | ||
| "name": "@squawk/fixes", | ||
| "version": "0.3.1", | ||
| "version": "0.3.7", | ||
| "type": "module", | ||
@@ -39,3 +39,5 @@ "description": "Fix/waypoint queries by identifier, location, or name search", | ||
| "lint": "tsc --noEmit && eslint src", | ||
| "lint:pack": "publint && attw --pack . --profile esm-only" | ||
| "lint:pack": "publint && attw --pack . --profile esm-only", | ||
| "api:check": "api-extractor run --verbose", | ||
| "api:report": "api-extractor run --local --verbose" | ||
| }, | ||
@@ -48,3 +50,3 @@ "dependencies": { | ||
| "@squawk/fix-data": "^0.6.3", | ||
| "@types/node": "^25.6.0" | ||
| "@types/node": "^25.9.3" | ||
| }, | ||
@@ -51,0 +53,0 @@ "keywords": [ |
14029
0.75%