@aiready/visualizer 0.6.22 → 0.6.23
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiready/visualizer",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.23",
|
|
4
4
|
"description": "Interactive graph visualization for AIReady analysis results",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"react": "19.2.4",
|
|
50
50
|
"react-dom": "19.2.4",
|
|
51
51
|
"regenerator-runtime": "^0.14.1",
|
|
52
|
-
"@aiready/core": "0.23.
|
|
52
|
+
"@aiready/core": "0.23.24"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@tailwindcss/vite": "^4.1.18",
|
|
@@ -27840,12 +27840,12 @@ object({
|
|
|
27840
27840
|
}).optional()
|
|
27841
27841
|
}).catchall(any());
|
|
27842
27842
|
object({
|
|
27843
|
-
/** Target score threshold (0-100) */
|
|
27844
|
-
threshold: number().optional(),
|
|
27845
|
-
/** Files or directories to include in scan */
|
|
27846
|
-
include: array$1(string()).optional(),
|
|
27847
27843
|
/** Files or directories to exclude from scan */
|
|
27848
27844
|
exclude: array$1(string()).optional(),
|
|
27845
|
+
/** Fail CI/CD if score below threshold (0-100) */
|
|
27846
|
+
threshold: number().optional(),
|
|
27847
|
+
/** Fail on issues: critical, major, any */
|
|
27848
|
+
failOn: _enum(["critical", "major", "any", "none"]).optional(),
|
|
27849
27849
|
/** Scan-specific configuration */
|
|
27850
27850
|
scan: object({
|
|
27851
27851
|
include: array$1(string()).optional(),
|
|
@@ -32197,4 +32197,4 @@ const rootEl = document.getElementById("root");
|
|
|
32197
32197
|
clientExports.createRoot(rootEl).render(
|
|
32198
32198
|
/* @__PURE__ */ jsxRuntimeExports.jsx(reactExports.StrictMode, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(App, {}) })
|
|
32199
32199
|
);
|
|
32200
|
-
//# sourceMappingURL=index-
|
|
32200
|
+
//# sourceMappingURL=index-BfuwI9KQ.js.map
|