@prisma/orm-target-postgres 8.0.0-rc.8-dev.1 → 8.0.0-rc.8-dev.3
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 +0 -4
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -17,7 +17,3 @@ A bare namespace import (e.g. `@prisma/orm-target-postgres/adapter`) aggregates
|
|
|
17
17
|
## Responsibilities
|
|
18
18
|
|
|
19
19
|
Everything Postgres-specific: native type normalization, DDL generation, schema diffing, RLS canonicalization, and the wire connection. Shared SQL semantics live in `@prisma/orm-family-sql`.
|
|
20
|
-
|
|
21
|
-
## Dependencies
|
|
22
|
-
|
|
23
|
-
`@prisma/orm-framework`, `@prisma/orm-family-sql`, and `@prisma/orm-toolchain` (exact lockstep pins), plus `pg`/`pg-cursor` and small third-party runtime libraries.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/orm-target-postgres",
|
|
3
|
-
"version": "8.0.0-rc.8-dev.
|
|
3
|
+
"version": "8.0.0-rc.8-dev.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@prisma/orm-family-sql": "8.0.0-rc.8-dev.
|
|
13
|
-
"@prisma/orm-framework": "8.0.0-rc.8-dev.
|
|
14
|
-
"@prisma/orm-toolchain": "8.0.0-rc.8-dev.
|
|
12
|
+
"@prisma/orm-family-sql": "8.0.0-rc.8-dev.3",
|
|
13
|
+
"@prisma/orm-framework": "8.0.0-rc.8-dev.3",
|
|
14
|
+
"@prisma/orm-toolchain": "8.0.0-rc.8-dev.3",
|
|
15
15
|
"@standard-schema/spec": "^1.1.0",
|
|
16
16
|
"@types/pg": "8.20.4",
|
|
17
17
|
"arktype": "^2.2.2",
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"pg-cursor": "^2.21.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@internal/adapter-postgres": "8.0.0-rc.8-dev.
|
|
24
|
-
"@internal/driver-postgres": "8.0.0-rc.8-dev.
|
|
25
|
-
"@internal/target-postgres": "8.0.0-rc.8-dev.
|
|
26
|
-
"@repo/tsconfig": "8.0.0-rc.8-dev.
|
|
27
|
-
"@repo/tsdown": "8.0.0-rc.8-dev.
|
|
23
|
+
"@internal/adapter-postgres": "8.0.0-rc.8-dev.3",
|
|
24
|
+
"@internal/driver-postgres": "8.0.0-rc.8-dev.3",
|
|
25
|
+
"@internal/target-postgres": "8.0.0-rc.8-dev.3",
|
|
26
|
+
"@repo/tsconfig": "8.0.0-rc.8-dev.3",
|
|
27
|
+
"@repo/tsdown": "8.0.0-rc.8-dev.3",
|
|
28
28
|
"tsdown": "0.22.14",
|
|
29
29
|
"typescript": "5.9.3",
|
|
30
30
|
"vitest": "5.0.0-rc.2"
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|
|
87
87
|
"type": "git",
|
|
88
|
-
"url": "https://github.com/prisma/
|
|
88
|
+
"url": "https://github.com/prisma/orm.git",
|
|
89
89
|
"directory": "packages/9-public/@prisma/orm-target-postgres"
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|