@prisma/orm-extension-postgis 8.0.0-rc.9-dev.4 → 8.0.0-rc.9-dev.6
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 +10 -10
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @prisma/orm-extension-postgis
|
|
2
2
|
|
|
3
|
-
Geospatial columns, operators, and indexes for Prisma
|
|
3
|
+
Geospatial columns, operators, and indexes for Prisma 8 on PostgreSQL, powered by [PostGIS](https://postgis.net).
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
pnpm add @prisma/orm-extension-postgis
|
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/orm-extension-postgis",
|
|
3
|
-
"version": "8.0.0-rc.9-dev.
|
|
3
|
+
"version": "8.0.0-rc.9-dev.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
|
-
"description": "PostGIS geometry types, operators, and indexes for Prisma
|
|
7
|
+
"description": "PostGIS geometry types, operators, and indexes for Prisma 8",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@prisma/orm-family-sql": "8.0.0-rc.9-dev.
|
|
13
|
-
"@prisma/orm-framework": "8.0.0-rc.9-dev.
|
|
14
|
-
"@prisma/orm-toolchain": "8.0.0-rc.9-dev.
|
|
12
|
+
"@prisma/orm-family-sql": "8.0.0-rc.9-dev.6",
|
|
13
|
+
"@prisma/orm-framework": "8.0.0-rc.9-dev.6",
|
|
14
|
+
"@prisma/orm-toolchain": "8.0.0-rc.9-dev.6",
|
|
15
15
|
"@standard-schema/spec": "^1.1.0",
|
|
16
16
|
"arktype": "^2.2.2"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@internal/extension-postgis": "8.0.0-rc.9-dev.
|
|
20
|
-
"@repo/tsconfig": "8.0.0-rc.9-dev.
|
|
21
|
-
"@repo/tsdown": "8.0.0-rc.9-dev.
|
|
22
|
-
"@prisma/orm-target-postgres": "8.0.0-rc.9-dev.
|
|
19
|
+
"@internal/extension-postgis": "8.0.0-rc.9-dev.6",
|
|
20
|
+
"@repo/tsconfig": "8.0.0-rc.9-dev.6",
|
|
21
|
+
"@repo/tsdown": "8.0.0-rc.9-dev.6",
|
|
22
|
+
"@prisma/orm-target-postgres": "8.0.0-rc.9-dev.6",
|
|
23
23
|
"tsdown": "0.22.14",
|
|
24
24
|
"typescript": "5.9.3"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@prisma/orm-target-postgres": "8.0.0-rc.9-dev.
|
|
27
|
+
"@prisma/orm-target-postgres": "8.0.0-rc.9-dev.6",
|
|
28
28
|
"typescript": ">=5.9"
|
|
29
29
|
},
|
|
30
30
|
"peerDependenciesMeta": {
|