uilint-vision 0.2.144 → 0.2.146
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-manifest.d.ts
CHANGED
|
@@ -9,6 +9,9 @@ declare const cliManifest: {
|
|
|
9
9
|
readonly cliFlag: "vision";
|
|
10
10
|
readonly cliDescription: "Install vision analysis rules (non-interactive)";
|
|
11
11
|
readonly registerSpecifier: "uilint-vision/eslint-rules/register";
|
|
12
|
+
readonly displayName: "Vision Analysis";
|
|
13
|
+
readonly displayDescription: "AI-powered visual consistency analysis using screenshots";
|
|
14
|
+
readonly displayIcon: "👁️";
|
|
12
15
|
};
|
|
13
16
|
|
|
14
17
|
export { cliManifest };
|
package/dist/cli-manifest.js
CHANGED
|
@@ -3,7 +3,10 @@ var cliManifest = {
|
|
|
3
3
|
packageName: "uilint-vision",
|
|
4
4
|
cliFlag: "vision",
|
|
5
5
|
cliDescription: "Install vision analysis rules (non-interactive)",
|
|
6
|
-
registerSpecifier: "uilint-vision/eslint-rules/register"
|
|
6
|
+
registerSpecifier: "uilint-vision/eslint-rules/register",
|
|
7
|
+
displayName: "Vision Analysis",
|
|
8
|
+
displayDescription: "AI-powered visual consistency analysis using screenshots",
|
|
9
|
+
displayIcon: "\u{1F441}\uFE0F"
|
|
7
10
|
};
|
|
8
11
|
export {
|
|
9
12
|
cliManifest
|
package/dist/cli-manifest.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/cli-manifest.ts"],"sourcesContent":["/**\n * CLI manifest for the uilint-vision plugin.\n *\n * Describes the CLI flag, help text, and registration entry point so the\n * core CLI can discover and wire up this plugin without hardcoded knowledge.\n */\nexport const cliManifest = {\n packageName: \"uilint-vision\",\n cliFlag: \"vision\",\n cliDescription: \"Install vision analysis rules (non-interactive)\",\n registerSpecifier: \"uilint-vision/eslint-rules/register\",\n} as const;\n"],"mappings":";AAMO,IAAM,cAAc;AAAA,EACzB,aAAa;AAAA,EACb,SAAS;AAAA,EACT,gBAAgB;AAAA,EAChB,mBAAmB;
|
|
1
|
+
{"version":3,"sources":["../src/cli-manifest.ts"],"sourcesContent":["/**\n * CLI manifest for the uilint-vision plugin.\n *\n * Describes the CLI flag, help text, and registration entry point so the\n * core CLI can discover and wire up this plugin without hardcoded knowledge.\n */\nexport const cliManifest = {\n packageName: \"uilint-vision\",\n cliFlag: \"vision\",\n cliDescription: \"Install vision analysis rules (non-interactive)\",\n registerSpecifier: \"uilint-vision/eslint-rules/register\",\n displayName: \"Vision Analysis\",\n displayDescription: \"AI-powered visual consistency analysis using screenshots\",\n displayIcon: \"👁️\",\n} as const;\n"],"mappings":";AAMO,IAAM,cAAc;AAAA,EACzB,aAAa;AAAA,EACb,SAAS;AAAA,EACT,gBAAgB;AAAA,EAChB,mBAAmB;AAAA,EACnB,aAAa;AAAA,EACb,oBAAoB;AAAA,EACpB,aAAa;AACf;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uilint-vision",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.146",
|
|
4
4
|
"description": "Vision-based UI consistency analysis for UILint",
|
|
5
5
|
"author": "Peter Suggate",
|
|
6
6
|
"repository": {
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"dist"
|
|
51
51
|
],
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"uilint-core": "0.2.
|
|
54
|
-
"uilint-eslint": "0.2.
|
|
53
|
+
"uilint-core": "0.2.146",
|
|
54
|
+
"uilint-eslint": "0.2.146"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"html-to-image": "^1.11.13"
|