@squawk/airspace 0.8.0 → 0.8.6

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.
package/dist/index.d.ts CHANGED
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @packageDocumentation
3
+ * Pure logic library for point-in-airspace queries against US airspace polygons.
4
+ */
1
5
  export { createAirspaceResolver } from './resolver.js';
2
6
  export type { AirspaceResolver, AirspaceResolverOptions, AirspaceQuery, AirspaceCentroidQuery, AirspaceByIdentifierOptions, } from './resolver.js';
3
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACvD,YAAY,EACV,gBAAgB,EAChB,uBAAuB,EACvB,aAAa,EACb,qBAAqB,EACrB,2BAA2B,GAC5B,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACvD,YAAY,EACV,gBAAgB,EAChB,uBAAuB,EACvB,aAAa,EACb,qBAAqB,EACrB,2BAA2B,GAC5B,MAAM,eAAe,CAAC"}
package/dist/index.js CHANGED
@@ -1 +1,5 @@
1
+ /**
2
+ * @packageDocumentation
3
+ * Pure logic library for point-in-airspace queries against US airspace polygons.
4
+ */
1
5
  export { createAirspaceResolver } from './resolver.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squawk/airspace",
3
- "version": "0.8.0",
3
+ "version": "0.8.6",
4
4
  "type": "module",
5
5
  "description": "Pure logic library for querying US airspace geometry by position and altitude",
6
6
  "author": "Neil Cochran",
@@ -36,7 +36,9 @@
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
44
  "@squawk/geo": "^0.4.3",
@@ -45,7 +47,7 @@
45
47
  },
46
48
  "devDependencies": {
47
49
  "@squawk/airspace-data": "^0.5.2",
48
- "@types/node": "^25.6.0"
50
+ "@types/node": "^25.9.3"
49
51
  },
50
52
  "keywords": [
51
53
  "aviation",