@devframes/plugin-a11y 0.0.0 → 0.6.0-beta.1

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.
package/dist/cli.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as a11yDevframe } from "./src-D4BUVI3M.mjs";
1
+ import { n as a11yDevframe } from "./src-DpDNcKKE.mjs";
2
2
  import { createCli } from "devframe/adapters/cli";
3
3
  //#region src/cli.ts
4
4
  /**
package/dist/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import { n as a11yDevframe, r as createA11yDevframe, t as a11yAgentBundlePath } from "./src-D4BUVI3M.mjs";
1
+ import { n as a11yDevframe, r as createA11yDevframe, t as a11yAgentBundlePath } from "./src-DpDNcKKE.mjs";
2
2
  export { a11yAgentBundlePath, createA11yDevframe, a11yDevframe as default };
@@ -3,7 +3,7 @@ import { fileURLToPath } from "node:url";
3
3
  import { defineDevframe } from "devframe/types";
4
4
  //#region package.json
5
5
  var name = "@devframes/plugin-a11y";
6
- var version = "0.0.0";
6
+ var version = "0.6.0-beta.1";
7
7
  var description = "Devframe a11y inspector — runs axe-core against the host app, surfaces the violations through a Solid panel, and highlights the offending element in the page on hover. Works in dev (WebSocket) and static build modes.";
8
8
  var homepage = "https://github.com/devframes/devframe#readme";
9
9
  //#endregion
package/dist/vite.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as a11yDevframe } from "./src-D4BUVI3M.mjs";
1
+ import { n as a11yDevframe } from "./src-DpDNcKKE.mjs";
2
2
  import { viteDevBridge } from "devframe/helpers/vite";
3
3
  //#region src/vite.ts
4
4
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@devframes/plugin-a11y",
3
3
  "type": "module",
4
- "version": "0.0.0",
4
+ "version": "0.6.0-beta.1",
5
5
  "description": "Devframe a11y inspector — runs axe-core against the host app, surfaces the violations through a Solid panel, and highlights the offending element in the page on hover. Works in dev (WebSocket) and static build modes.",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -39,7 +39,7 @@
39
39
  ],
40
40
  "peerDependencies": {
41
41
  "vite": "^8.0.0",
42
- "devframe": "0.5.4"
42
+ "devframe": "0.6.0-beta.1"
43
43
  },
44
44
  "peerDependenciesMeta": {
45
45
  "vite": {
@@ -63,7 +63,7 @@
63
63
  "vite-plugin-solid": "^2.11.12",
64
64
  "vitest": "^4.1.7",
65
65
  "ws": "^8.21.0",
66
- "devframe": "0.5.4"
66
+ "devframe": "0.6.0-beta.1"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "tsdown && vite build --config src/spa/vite.config.ts && vite build --config src/inject/vite.config.ts",