@squawk/airspace-data
Advanced tools
@@ -8,3 +8,3 @@ /** | ||
| * | ||
| * Node consumers should use the default {@link "."} entry point instead, | ||
| * Node consumers should use the default entry point instead, | ||
| * which performs the same work synchronously at module load time. | ||
@@ -11,0 +11,0 @@ */ |
+1
-1
@@ -8,3 +8,3 @@ /** | ||
| * | ||
| * Node consumers should use the default {@link "."} entry point instead, | ||
| * Node consumers should use the default entry point instead, | ||
| * which performs the same work synchronously at module load time. | ||
@@ -11,0 +11,0 @@ */ |
+1
-1
@@ -8,3 +8,3 @@ /** | ||
| * | ||
| * Browser and edge consumers should use the {@link "./browser"} entry point | ||
| * Browser and edge consumers should use the `./browser` entry point | ||
| * instead, which performs the same work asynchronously via `fetch` and | ||
@@ -11,0 +11,0 @@ * `DecompressionStream`. |
+1
-1
@@ -8,3 +8,3 @@ /** | ||
| * | ||
| * Browser and edge consumers should use the {@link "./browser"} entry point | ||
| * Browser and edge consumers should use the `./browser` entry point | ||
| * instead, which performs the same work asynchronously via `fetch` and | ||
@@ -11,0 +11,0 @@ * `DecompressionStream`. |
+5
-3
| { | ||
| "name": "@squawk/airspace-data", | ||
| "version": "0.5.2", | ||
| "version": "0.5.8", | ||
| "type": "module", | ||
@@ -42,3 +42,5 @@ "description": "Pre-processed FAA NASR airspace GeoJSON snapshot for use with @squawk/airspace", | ||
| "lint": "tsc --noEmit && eslint src", | ||
| "lint:pack": "publint && attw --pack . --profile esm-only --exclude-entrypoints \"./data/airspace.geojson.gz\"" | ||
| "lint:pack": "publint && attw --pack . --profile esm-only --exclude-entrypoints \"./data/airspace.geojson.gz\"", | ||
| "api:check": "api-extractor run --verbose && api-extractor run --verbose -c api-extractor.browser.json", | ||
| "api:report": "api-extractor run --local --verbose && api-extractor run --local --verbose -c api-extractor.browser.json" | ||
| }, | ||
@@ -60,4 +62,4 @@ "dependencies": { | ||
| "devDependencies": { | ||
| "@types/node": "^25.6.0" | ||
| "@types/node": "^25.9.1" | ||
| } | ||
| } |
+2
-2
@@ -5,3 +5,3 @@ <h1><img src="../../../assets/squawk-logo.svg" alt="squawk logo" width="48" height="48" style="vertical-align: middle"> @squawk/airspace-data</h1> | ||
| Pre-processed GeoJSON snapshot of US airspace geometry from the **2026-04-16** FAA NASR | ||
| Pre-processed GeoJSON snapshot of US airspace geometry from the **2026-05-14** FAA NASR | ||
| cycle. Data only - no query logic, no dependency on | ||
@@ -47,3 +47,3 @@ `@squawk/airspace`. | ||
| import { loadUsBundledAirspace } from '@squawk/airspace-data/browser'; | ||
| import { createAirspaceResolver } from '@squawk/airspace'; | ||
| import { createAirspaceResolver } from '@squawk/airspace/browser'; | ||
@@ -50,0 +50,0 @@ const dataset = await loadUsBundledAirspace(); |
| /** | ||
| * @packageDocumentation | ||
| * Pre-processed FAA NASR airspace GeoJSON snapshot for use with | ||
| * `@squawk/airspace`. | ||
| * | ||
| * The package root re-exports the Node entry point. Browser and edge | ||
| * consumers should import from `@squawk/airspace-data/browser` instead, | ||
| * which exposes an async loader (`loadUsBundledAirspace`) that uses `fetch` | ||
| * and `DecompressionStream` rather than `node:fs`. | ||
| */ | ||
| export * from './node.js'; | ||
| //# sourceMappingURL=index.d.ts.map |
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,cAAc,WAAW,CAAC"} |
| /** | ||
| * @packageDocumentation | ||
| * Pre-processed FAA NASR airspace GeoJSON snapshot for use with | ||
| * `@squawk/airspace`. | ||
| * | ||
| * The package root re-exports the Node entry point. Browser and edge | ||
| * consumers should import from `@squawk/airspace-data/browser` instead, | ||
| * which exposes an async loader (`loadUsBundledAirspace`) that uses `fetch` | ||
| * and `DecompressionStream` rather than `node:fs`. | ||
| */ | ||
| export * from './node.js'; |
Sorry, the diff of this file is not supported yet
2608324
09
-25%219
-9.13%