@patronage/software-factory 1.0.0-alpha.2 → 1.0.0-alpha.21

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": "@patronage/software-factory",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.21",
4
4
  "description": "Shared Patronage software factory CLI and project-profile validation tools",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -29,13 +29,15 @@
29
29
  }
30
30
  },
31
31
  "publishConfig": {
32
- "access": "public"
32
+ "access": "public",
33
+ "tag": "next"
33
34
  },
34
35
  "dependencies": {
35
36
  "commander": "14.0.3",
36
37
  "picomatch": "^4.0.5",
37
38
  "yaml": "^2.9.0",
38
- "zod": "4.4.3"
39
+ "zod": "4.4.3",
40
+ "@patronage/factory-ci": "1.0.0-alpha.21"
39
41
  },
40
42
  "devDependencies": {
41
43
  "@types/node": "24.13.3",
@@ -44,12 +46,12 @@
44
46
  "dependency-cruiser": "18.1.0",
45
47
  "knip": "6.27.0",
46
48
  "oxfmt": "0.59.0",
47
- "oxlint": "1.74.0",
49
+ "oxlint": "1.76.0",
48
50
  "oxlint-tsgolint": "7.0.2001",
49
51
  "tsdown": "0.21.10",
50
52
  "tsx": "4.23.1",
51
53
  "typescript": "5.9.3",
52
- "ultracite": "7.9.4",
54
+ "ultracite": "7.10.5",
53
55
  "vitest": "4.1.10",
54
56
  "vitest-evals": "0.14.0"
55
57
  },
@@ -60,7 +62,8 @@
60
62
  "prebuild": "bash ../scripts/ensure-worktree-bootstrap.sh",
61
63
  "build": "tsdown",
62
64
  "boundaries": "node scripts/package-boundaries.mjs",
63
- "api:check": "pnpm build && node scripts/public-api-surface.mjs",
65
+ "api:check": "pnpm build && pnpm api:check:prepared",
66
+ "api:check:prepared": "node scripts/public-api-surface.mjs",
64
67
  "precli": "bash ../scripts/ensure-worktree-bootstrap.sh",
65
68
  "cli": "tsx src/index.ts",
66
69
  "cleanup:check": "knip --files --dependencies",
@@ -75,6 +78,8 @@
75
78
  "profile:schema": "tsx scripts/generate-profile-schema.ts",
76
79
  "pretest": "bash ../scripts/ensure-worktree-bootstrap.sh",
77
80
  "test": "vitest run",
81
+ "pretest:profile": "bash ../scripts/ensure-worktree-bootstrap.sh",
82
+ "test:profile": "tsx scripts/vitest-profile.ts",
78
83
  "pretest:stress": "bash ../scripts/ensure-worktree-bootstrap.sh",
79
84
  "test:stress": "node scripts/stress-tests.mjs",
80
85
  "pretypecheck": "bash ../scripts/ensure-worktree-bootstrap.sh",