@12-apps/prisma 6.1.0 → 6.1.1

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": "@12-apps/prisma",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Prisma host: the multi-file schema folder, the plugin migration seam, and the shared PrismaClient singleton with its audit / append-only extensions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -64,20 +64,20 @@
64
64
  },
65
65
  "devDependencies": {
66
66
  "@12-apps/audit": "^5.0.1",
67
- "@12-apps/auth": "^2.1.0",
67
+ "@12-apps/auth": "^2.5.0",
68
68
  "@12-apps/entitlements": "^3.1.0",
69
69
  "@12-apps/entity-lifecycle": "^4.2.0",
70
- "@12-apps/eslint-config": "^1.20.0",
71
- "@12-apps/feature-flags": "^1.0.0",
70
+ "@12-apps/eslint-config": "^1.21.0",
71
+ "@12-apps/feature-flags": "^2.0.1",
72
72
  "@12-apps/jobs": "^4.2.0",
73
- "@12-apps/mcp": "^3.4.0",
73
+ "@12-apps/mcp": "^3.5.0",
74
74
  "@12-apps/notifications": "^4.1.1",
75
75
  "@12-apps/onboarding": "^2.0.1",
76
- "@12-apps/payments-backend": "^4.13.0",
76
+ "@12-apps/payments-backend": "^4.14.0",
77
77
  "@12-apps/product-research": "^2.0.0",
78
- "@12-apps/rbac": "^4.0.3",
78
+ "@12-apps/rbac": "^4.1.0",
79
79
  "@12-apps/realtime": "^2.0.0",
80
- "@12-apps/report-builder": "^5.2.0",
80
+ "@12-apps/report-builder": "^5.3.0",
81
81
  "@12-apps/shift": "^3.0.1",
82
82
  "@12-apps/typescript-config": "^1.20.0",
83
83
  "@types/node": "^22.10.6",
@@ -10,7 +10,7 @@
10
10
  // a host migration if it wants the cascade.
11
11
  // ─────────────────────────────────────────────────────────────────────────────
12
12
 
13
- // One user-level flag grant (FUT-884). NO row means the flag's default (off —
13
+ // One user-level flag grant. NO row means the flag's default (off —
14
14
  // a beta fails CLOSED); a row with `enabled: false` is an EXPLICIT opt-out
15
15
  // that survives a future default-on rollout. The flag CATALOG is host code on
16
16
  // purpose — a flag with no code behind it does nothing, so a new flag ships