@bfra.me/workspace-analyzer 0.2.2 → 0.2.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/lib/index.d.ts +4 -4
  2. package/package.json +3 -3
package/lib/index.d.ts CHANGED
@@ -2259,9 +2259,9 @@ declare const workspaceAnalyzerConfigSchema: z.ZodObject<{
2259
2259
  analyzers: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2260
2260
  enabled: z.ZodOptional<z.ZodBoolean>;
2261
2261
  severity: z.ZodOptional<z.ZodEnum<{
2262
+ error: "error";
2262
2263
  info: "info";
2263
2264
  warning: "warning";
2264
- error: "error";
2265
2265
  critical: "critical";
2266
2266
  }>>;
2267
2267
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -2286,9 +2286,9 @@ declare const workspaceAnalyzerConfigSchema: z.ZodObject<{
2286
2286
  include: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2287
2287
  exclude: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2288
2288
  minSeverity: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
2289
+ error: "error";
2289
2290
  info: "info";
2290
2291
  warning: "warning";
2291
- error: "error";
2292
2292
  critical: "critical";
2293
2293
  }>>>;
2294
2294
  categories: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -2311,9 +2311,9 @@ declare const analyzeWorkspaceOptionsSchema: z.ZodObject<{
2311
2311
  analyzers: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2312
2312
  enabled: z.ZodOptional<z.ZodBoolean>;
2313
2313
  severity: z.ZodOptional<z.ZodEnum<{
2314
+ error: "error";
2314
2315
  info: "info";
2315
2316
  warning: "warning";
2316
- error: "error";
2317
2317
  critical: "critical";
2318
2318
  }>>;
2319
2319
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -2338,9 +2338,9 @@ declare const analyzeWorkspaceOptionsSchema: z.ZodObject<{
2338
2338
  include: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2339
2339
  exclude: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2340
2340
  minSeverity: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
2341
+ error: "error";
2341
2342
  info: "info";
2342
2343
  warning: "warning";
2343
- error: "error";
2344
2344
  critical: "critical";
2345
2345
  }>>>;
2346
2346
  categories: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bfra.me/workspace-analyzer",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Comprehensive monorepo static analysis for workspace configuration, dependencies, and architecture",
5
5
  "keywords": [
6
6
  "analyzer",
@@ -52,8 +52,8 @@
52
52
  "cac": "6.7.14",
53
53
  "consola": "3.4.2",
54
54
  "open": "^11.0.0",
55
- "zod": "4.2.1",
56
- "@bfra.me/doc-sync": "0.1.3",
55
+ "zod": "4.3.4",
56
+ "@bfra.me/doc-sync": "0.1.4",
57
57
  "@bfra.me/es": "0.1.0"
58
58
  },
59
59
  "devDependencies": {