feat(api): publish validated OpenAPI contract
CI / validate (push) Successful in 7m15s
Release / release (push) Successful in 11m32s

This commit is contained in:
dmg
2026-09-10 15:11:57 -04:00
parent c2ac2ad16b
commit 47782b3ccc
19 changed files with 2420 additions and 12 deletions
+7 -1
View File
@@ -7,6 +7,8 @@
"build": "next build",
"start": "next start",
"test": "vitest run",
"openapi:validate": "vitest run src/lib/openapi.test.ts",
"openapi:standalone": "OPENAPI_STANDALONE_TEST=1 vitest run src/test/openapi-standalone.test.ts",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
@@ -30,6 +32,7 @@
"world-atlas": "^2.0.2"
},
"devDependencies": {
"@apidevtools/swagger-parser": "^12.1.0",
"@tailwindcss/postcss": "^4.2.1",
"@testing-library/react": "^16.3.2",
"@types/d3-geo": "^3.1.1",
@@ -38,11 +41,14 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/topojson-client": "^3.1.5",
"ajv": "^8.20.0",
"ajv-formats": "^3.0.1",
"eslint": "^9.39.4",
"eslint-config-next": "^16.3.4",
"jsdom": "^30.0.1",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"vitest": "^4.1.0"
"vitest": "^4.1.0",
"yaml": "^2.9.0"
}
}