@prisma-next/sql-runtime 0.3.0-pr.79.2 → 0.3.0-pr.80.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 +2 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -28,7 +28,8 @@ 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 (via `@prisma-next/sql-contract/types`)
31
+ - `@prisma-next/sql-contract` - SQL contract types
32
+ - `@prisma-next/sql-target` - SQL family interfaces (legacy transitional package)
32
33
  - `@prisma-next/operations` - Operation registry
33
34
 
34
35
  ## Usage
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@prisma-next/sql-runtime",
3
- "version": "0.3.0-pr.79.2",
3
+ "version": "0.3.0-pr.80.1",
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.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"
8
+ "@prisma-next/contract": "0.3.0-pr.80.1",
9
+ "@prisma-next/core-execution-plane": "0.3.0-pr.80.1",
10
+ "@prisma-next/operations": "0.3.0-pr.80.1",
11
+ "@prisma-next/runtime-executor": "0.3.0-pr.80.1",
12
+ "@prisma-next/sql-contract": "0.3.0-pr.80.1",
13
+ "@prisma-next/sql-operations": "0.3.0-pr.80.1",
14
+ "@prisma-next/sql-relational-core": "0.3.0-pr.80.1"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/pg": "8.16.0",