@prisma-next/sql-runtime 0.3.0-pr.78.2 → 0.3.0-pr.79.2

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 -2
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -28,8 +28,7 @@ Execute SQL query Plans with deterministic verification, guardrails, and feedbac
28
28
  ## Dependencies
29
29
 
30
30
  - `@prisma-next/runtime-executor` - Target-neutral execution engine
31
- - `@prisma-next/sql-contract` - SQL contract types
32
- - `@prisma-next/sql-target` - SQL family interfaces (legacy transitional package)
31
+ - `@prisma-next/sql-contract` - SQL contract types (via `@prisma-next/sql-contract/types`)
33
32
  - `@prisma-next/operations` - Operation registry
34
33
 
35
34
  ## Usage
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@prisma-next/sql-runtime",
3
- "version": "0.3.0-pr.78.2",
3
+ "version": "0.3.0-pr.79.2",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "description": "SQL runtime implementation for Prisma Next",
7
7
  "dependencies": {
8
- "@prisma-next/contract": "0.3.0-pr.78.2",
9
- "@prisma-next/core-execution-plane": "0.3.0-pr.78.2",
10
- "@prisma-next/operations": "0.3.0-pr.78.2",
11
- "@prisma-next/runtime-executor": "0.3.0-pr.78.2",
12
- "@prisma-next/sql-contract": "0.3.0-pr.78.2",
13
- "@prisma-next/sql-operations": "0.3.0-pr.78.2",
14
- "@prisma-next/sql-relational-core": "0.3.0-pr.78.2"
8
+ "@prisma-next/contract": "0.3.0-pr.79.2",
9
+ "@prisma-next/core-execution-plane": "0.3.0-pr.79.2",
10
+ "@prisma-next/operations": "0.3.0-pr.79.2",
11
+ "@prisma-next/runtime-executor": "0.3.0-pr.79.2",
12
+ "@prisma-next/sql-contract": "0.3.0-pr.79.2",
13
+ "@prisma-next/sql-operations": "0.3.0-pr.79.2",
14
+ "@prisma-next/sql-relational-core": "0.3.0-pr.79.2"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/pg": "8.16.0",