acpilot 2.3.2 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -58157,7 +58157,7 @@ var init_scanner = __esm({
58157
58157
  var readline = __toESM(require("readline"));
58158
58158
 
58159
58159
  // package.json
58160
- var version = "2.3.2";
58160
+ var version = "2.3.3";
58161
58161
 
58162
58162
  // src/cli.ts
58163
58163
  var PKG_VERSION = version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acpilot",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "Full ACPilot accessibility scanner for local dev servers",
5
5
  "bin": {
6
6
  "acpilot": "./dist/cli.js"