@squawk/fix-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/fix-data", | ||
| "version": "0.6.3", | ||
| "version": "0.6.9", | ||
| "type": "module", | ||
@@ -42,3 +42,5 @@ "description": "Pre-processed FAA NASR fix/waypoint snapshot for use with @squawk/fixes", | ||
| "lint": "tsc --noEmit && eslint src", | ||
| "lint:pack": "publint && attw --pack . --profile esm-only --exclude-entrypoints \"./data/fixes.json.gz\"" | ||
| "lint:pack": "publint && attw --pack . --profile esm-only --exclude-entrypoints \"./data/fixes.json.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" | ||
| } | ||
| } |
+1
-1
@@ -5,3 +5,3 @@ <h1><img src="../../../assets/squawk-logo.svg" alt="squawk logo" width="48" height="48" style="vertical-align: middle"> @squawk/fix-data</h1> | ||
| Pre-processed snapshot of fix/waypoint data from the **2026-04-16** FAA NASR | ||
| Pre-processed snapshot of fix/waypoint data from the **2026-05-14** FAA NASR | ||
| cycle. Data only - no query logic, no dependency on | ||
@@ -8,0 +8,0 @@ `@squawk/fixes`. |
| /** | ||
| * @packageDocumentation | ||
| * Pre-processed FAA NASR fix/waypoint snapshot for use with `@squawk/fixes`. | ||
| * | ||
| * The package root re-exports the Node entry point. Browser and edge | ||
| * consumers should import from `@squawk/fix-data/browser` instead, which | ||
| * exposes an async loader (`loadUsBundledFixes`) 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;;;;;;;;GAQG;AAEH,cAAc,WAAW,CAAC"} |
| /** | ||
| * @packageDocumentation | ||
| * Pre-processed FAA NASR fix/waypoint snapshot for use with `@squawk/fixes`. | ||
| * | ||
| * The package root re-exports the Node entry point. Browser and edge | ||
| * consumers should import from `@squawk/fix-data/browser` instead, which | ||
| * exposes an async loader (`loadUsBundledFixes`) that uses `fetch` and | ||
| * `DecompressionStream` rather than `node:fs`. | ||
| */ | ||
| export * from './node.js'; |
Sorry, the diff of this file is not supported yet
1929146
5.45%9
-25%213
-8.58%