@prisma-next/sql-schema-ir 0.1.0-pr.50.3 → 0.1.0-pr.51.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -26,6 +26,7 @@ This package defines the core types for the SQL Schema IR, a target-agnostic rep
26
26
 
27
27
  **Dependents:**
28
28
  - **Migration Plane**:
29
+ - `@prisma-next/family-sql` - SQL family instance uses SqlSchemaIR for schema verification
29
30
  - `@prisma-next/core-control-plane` - Core verification logic
30
31
  - `@prisma-next/adapter-postgres` - Postgres introspection
31
32
  - `@prisma-next/extension-pgvector` - Extension verification hooks
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@prisma-next/sql-schema-ir",
3
- "version": "0.1.0-pr.50.3",
3
+ "version": "0.1.0-pr.51.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "description": "SQL Schema IR types for schema introspection and verification",
7
7
  "dependencies": {
8
- "@prisma-next/contract": "0.1.0-pr.50.3"
8
+ "@prisma-next/contract": "0.1.0-pr.51.1"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@vitest/coverage-v8": "^2.1.1",