Comparing version 0.3.0 to 0.3.1
@@ -74,3 +74,3 @@ import path from 'node:path'; | ||
for (const report of reports) { | ||
if (report.suggestion !== undefined && report.patch !== undefined) { | ||
if (report.suggestion !== undefined && report.rawPatch !== undefined) { | ||
md += `---\n\n`; | ||
@@ -77,0 +77,0 @@ md += `### Suggested fixes for \`${report.file}\`\n\n`; |
{ | ||
"name": "a11y-ai", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Experimental tool to automatically detect accessibility issues in web pages using OpenAI and provide suggestions for fixing them", | ||
@@ -5,0 +5,0 @@ "type": "module", |
19588