uilint 0.2.162 → 0.2.164
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/{chunk-RIPGIYIO.js → chunk-XKZ7D527.js} +5 -1
- package/dist/{chunk-RIPGIYIO.js.map → chunk-XKZ7D527.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{init-ui-NWRVGEEM.js → init-ui-J7CVVJCE.js} +2 -2
- package/dist/{remove-ui-7MULR7IB.js → remove-ui-VSYFTBK2.js} +2 -2
- package/package.json +9 -9
- /package/dist/{init-ui-NWRVGEEM.js.map → init-ui-J7CVVJCE.js.map} +0 -0
- /package/dist/{remove-ui-7MULR7IB.js.map → remove-ui-VSYFTBK2.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -5942,7 +5942,7 @@ program.command("consistency").description("Analyze grouped DOM elements for vis
|
|
|
5942
5942
|
});
|
|
5943
5943
|
var initCommand = program.command("init").description("Initialize UILint integration").option("--force", "Overwrite existing configuration files").option("--react", "Install React DevTool (non-interactive)").option("--eslint", "Install ESLint rules (non-interactive)").option("--genstyleguide", "Generate styleguide (non-interactive)").option("--skill", "Install Claude skill (non-interactive)");
|
|
5944
5944
|
program.command("remove").description("Remove UILint components from your project").option("--dry-run", "Preview changes without removing anything").option("-y, --yes", "Skip confirmation prompt").action(async (options) => {
|
|
5945
|
-
const { removeUI } = await import("./remove-ui-
|
|
5945
|
+
const { removeUI } = await import("./remove-ui-VSYFTBK2.js");
|
|
5946
5946
|
await removeUI({ dryRun: options.dryRun, yes: options.yes });
|
|
5947
5947
|
});
|
|
5948
5948
|
program.command("serve").description("Start WebSocket server for real-time UI linting").option("-p, --port <number>", "Port to listen on", "9234").option("--no-dashboard", "Disable dashboard UI (use simple logging)").action(async (options) => {
|
|
@@ -6034,7 +6034,7 @@ async function main() {
|
|
|
6034
6034
|
...pluginManifests.map((m) => m.cliFlag)
|
|
6035
6035
|
]);
|
|
6036
6036
|
const plugins = [...allFlags].filter((flag) => options[flag]);
|
|
6037
|
-
const { initUI } = await import("./init-ui-
|
|
6037
|
+
const { initUI } = await import("./init-ui-J7CVVJCE.js");
|
|
6038
6038
|
await initUI({
|
|
6039
6039
|
force: options.force,
|
|
6040
6040
|
react: options.react,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
getAllInstallers,
|
|
7
7
|
getInjectionPoints,
|
|
8
8
|
registerInstaller
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-XKZ7D527.js";
|
|
10
10
|
import {
|
|
11
11
|
detectCoverageSetup
|
|
12
12
|
} from "./chunk-7GQXW4CT.js";
|
|
@@ -1993,4 +1993,4 @@ ${pc.blue("Running tests with coverage...")}`);
|
|
|
1993
1993
|
export {
|
|
1994
1994
|
initUI
|
|
1995
1995
|
};
|
|
1996
|
-
//# sourceMappingURL=init-ui-
|
|
1996
|
+
//# sourceMappingURL=init-ui-J7CVVJCE.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
analyze,
|
|
5
5
|
execute,
|
|
6
6
|
getAllInstallers
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-XKZ7D527.js";
|
|
8
8
|
import "./chunk-7GQXW4CT.js";
|
|
9
9
|
import "./chunk-ZDSDZNIB.js";
|
|
10
10
|
import {
|
|
@@ -599,4 +599,4 @@ async function removeUI(options = {}) {
|
|
|
599
599
|
export {
|
|
600
600
|
removeUI
|
|
601
601
|
};
|
|
602
|
-
//# sourceMappingURL=remove-ui-
|
|
602
|
+
//# sourceMappingURL=remove-ui-VSYFTBK2.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uilint",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.164",
|
|
4
4
|
"description": "CLI for UILint - AI-powered UI consistency checking",
|
|
5
5
|
"author": "Peter Suggate",
|
|
6
6
|
"repository": {
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
"react": "^19.2.3",
|
|
50
50
|
"typescript": "^5.9.3",
|
|
51
51
|
"ws": "^8.19.0",
|
|
52
|
-
"uilint-
|
|
53
|
-
"uilint-
|
|
54
|
-
"uilint-
|
|
52
|
+
"uilint-eslint": "0.2.164",
|
|
53
|
+
"uilint-core": "0.2.164",
|
|
54
|
+
"uilint-duplicates": "0.2.164"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"uilint-vision": "0.2.
|
|
58
|
-
"uilint-
|
|
59
|
-
"uilint-coverage": "0.2.
|
|
60
|
-
"uilint-
|
|
57
|
+
"uilint-vision": "0.2.164",
|
|
58
|
+
"uilint-duplicates": "0.2.164",
|
|
59
|
+
"uilint-coverage": "0.2.162",
|
|
60
|
+
"uilint-semantic": "0.2.161"
|
|
61
61
|
},
|
|
62
62
|
"peerDependenciesMeta": {
|
|
63
63
|
"uilint-vision": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"ink-testing-library": "^4.0.0",
|
|
88
88
|
"tsup": "^8.5.1",
|
|
89
89
|
"vitest": "^4.0.17",
|
|
90
|
-
"uilint-react": "0.2.
|
|
90
|
+
"uilint-react": "0.2.164"
|
|
91
91
|
},
|
|
92
92
|
"keywords": [
|
|
93
93
|
"cli",
|
|
File without changes
|
|
File without changes
|