Comparing version 0.2.0 to 0.2.1
@@ -10,2 +10,5 @@ import process from 'node:process'; | ||
If no files are specified, it will scan the current directory and | ||
subdirectories for HTML files. | ||
Options: | ||
@@ -12,0 +15,0 @@ -f, --fix Automatically apply fixes suggestions |
@@ -0,5 +1,6 @@ | ||
export * from './ai.js'; | ||
export * from './cli.js'; | ||
export * from './ai.js'; | ||
export * from './constants.js'; | ||
export * from './diff.js'; | ||
export * from './util.js'; | ||
export * from './commands/index.js'; |
@@ -0,5 +1,6 @@ | ||
export * from './ai.js'; | ||
export * from './cli.js'; | ||
export * from './ai.js'; | ||
export * from './constants.js'; | ||
export * from './diff.js'; | ||
export * from './util.js'; | ||
export * from './commands/index.js'; |
{ | ||
"name": "a11y-ai", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Experimental tool to automatically detect accessibility issues in web pages and provide suggestions for fixing them", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -36,2 +36,5 @@ # :robot: a11y-ai | ||
If no files are specified, it will scan the current directory and | ||
subdirectories for HTML files. | ||
Options: | ||
@@ -38,0 +41,0 @@ -f, --fix Automatically apply fixes suggestions |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17542
359
46
0