@12-apps/prisma 3.0.0 → 4.0.0

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.
@@ -22,7 +22,7 @@ const search_normalize_1 = require("./search-normalize");
22
22
  * A module-level declaration rather than a parameter on `getPrismaClient()`
23
23
  * because that function is called bare from hundreds of call sites in an
24
24
  * adopting host, and threading config through all of them would be a migration
25
- * out of proportion to the fix. Same shape as `useActorContextKey` in
25
+ * out of proportion to the fix. Same shape as `declareActorContextKey` in
26
26
  * `@12-apps/audit`, for the same reason.
27
27
  */
28
28
  const declared = { config: { trackedModels: [] } };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@12-apps/prisma",
3
- "version": "3.0.0",
3
+ "version": "4.0.0",
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",
@@ -59,15 +59,15 @@
59
59
  "pglite-prisma-adapter": "0.7.2"
60
60
  },
61
61
  "devDependencies": {
62
- "@12-apps/audit": "^2.0.0",
62
+ "@12-apps/audit": "^3.0.0",
63
63
  "@12-apps/entitlements": "^2.0.0",
64
64
  "@12-apps/entity-lifecycle": "^3.0.0",
65
65
  "@12-apps/eslint-config": "^1.20.0",
66
66
  "@12-apps/jobs": "^3.0.0",
67
67
  "@12-apps/mcp": "^2.0.0",
68
- "@12-apps/notifications": "^1.0.0",
68
+ "@12-apps/notifications": "^2.0.0",
69
69
  "@12-apps/onboarding": "^1.20.0",
70
- "@12-apps/payments-backend": "^2.1.0",
70
+ "@12-apps/payments-backend": "^3.0.0",
71
71
  "@12-apps/product-research": "^2.0.0",
72
72
  "@12-apps/rbac": "^3.0.0",
73
73
  "@12-apps/realtime": "^1.19.0",
@@ -56,7 +56,7 @@ export interface AuditStampConfig {
56
56
  * A module-level declaration rather than a parameter on `getPrismaClient()`
57
57
  * because that function is called bare from hundreds of call sites in an
58
58
  * adopting host, and threading config through all of them would be a migration
59
- * out of proportion to the fix. Same shape as `useActorContextKey` in
59
+ * out of proportion to the fix. Same shape as `declareActorContextKey` in
60
60
  * `@12-apps/audit`, for the same reason.
61
61
  */
62
62
  const declared: { config: AuditStampConfig } = { config: { trackedModels: [] } };