@squawk/fixes 0.3.0 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squawk/fixes",
3
- "version": "0.3.0",
3
+ "version": "0.3.7",
4
4
  "type": "module",
5
5
  "description": "Fix/waypoint queries by identifier, location, or name search",
6
6
  "author": "Neil Cochran",
@@ -36,15 +36,17 @@
36
36
  "test": "vitest run",
37
37
  "test:coverage": "vitest run --coverage",
38
38
  "lint": "tsc --noEmit && eslint src",
39
- "lint:pack": "publint && attw --pack . --profile esm-only"
39
+ "lint:pack": "publint && attw --pack . --profile esm-only",
40
+ "api:check": "api-extractor run --verbose",
41
+ "api:report": "api-extractor run --local --verbose"
40
42
  },
41
43
  "dependencies": {
42
- "@squawk/geo": "^0.4.2",
43
- "@squawk/types": "^0.7.2"
44
+ "@squawk/geo": "^0.4.3",
45
+ "@squawk/types": "^0.8.0"
44
46
  },
45
47
  "devDependencies": {
46
- "@squawk/fix-data": "^0.6.2",
47
- "@types/node": "^25.6.0"
48
+ "@squawk/fix-data": "^0.6.3",
49
+ "@types/node": "^25.9.3"
48
50
  },
49
51
  "keywords": [
50
52
  "aviation",