@prisma-next/operations 0.5.0-dev.8 → 0.5.0-dev.9
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ This package provides a generic, target-neutral operation registry. It's part of
|
|
|
22
22
|
- **Depended on by**:
|
|
23
23
|
- `@prisma-next/sql-operations` (extends with SQL-specific lowering specs)
|
|
24
24
|
- `@prisma-next/sql-relational-core` (imports `ParamSpec` for AST and type definitions)
|
|
25
|
-
- `@prisma-next/runtime-
|
|
25
|
+
- `@prisma-next/sql-runtime`, `@prisma-next/framework-components`, and other packages that build on the operation registry
|
|
26
26
|
|
|
27
27
|
## Architecture
|
|
28
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma-next/operations",
|
|
3
|
-
"version": "0.5.0-dev.
|
|
3
|
+
"version": "0.5.0-dev.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"description": "Target-neutral operation registry and capability helpers for Prisma Next",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"tsdown": "0.18.4",
|
|
10
10
|
"typescript": "5.9.3",
|
|
11
11
|
"vitest": "4.0.17",
|
|
12
|
-
"@prisma-next/test-utils": "0.0.1",
|
|
13
12
|
"@prisma-next/tsconfig": "0.0.0",
|
|
13
|
+
"@prisma-next/test-utils": "0.0.1",
|
|
14
14
|
"@prisma-next/tsdown": "0.0.0"
|
|
15
15
|
},
|
|
16
16
|
"files": [
|