@prisma/orm-extension-paradedb 8.0.0-rc.9-dev.5 → 8.0.0-rc.9-dev.7
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 +9 -9
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @prisma/orm-extension-paradedb
|
|
2
2
|
|
|
3
|
-
BM25 full-text search indexes for Prisma
|
|
3
|
+
BM25 full-text search indexes for Prisma 8 on PostgreSQL, powered by [ParadeDB](https://paradedb.com).
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
pnpm add @prisma/orm-extension-paradedb
|
package/package.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/orm-extension-paradedb",
|
|
3
|
-
"version": "8.0.0-rc.9-dev.
|
|
3
|
+
"version": "8.0.0-rc.9-dev.7",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
|
-
"description": "ParadeDB BM25 full-text search indexes and operators for Prisma
|
|
7
|
+
"description": "ParadeDB BM25 full-text search indexes and operators 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.7",
|
|
13
|
+
"@prisma/orm-framework": "8.0.0-rc.9-dev.7",
|
|
14
|
+
"@prisma/orm-toolchain": "8.0.0-rc.9-dev.7",
|
|
15
15
|
"arktype": "^2.2.2"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@internal/extension-paradedb": "8.0.0-rc.9-dev.
|
|
19
|
-
"@repo/tsconfig": "8.0.0-rc.9-dev.
|
|
20
|
-
"@repo/tsdown": "8.0.0-rc.9-dev.
|
|
18
|
+
"@internal/extension-paradedb": "8.0.0-rc.9-dev.7",
|
|
19
|
+
"@repo/tsconfig": "8.0.0-rc.9-dev.7",
|
|
20
|
+
"@repo/tsdown": "8.0.0-rc.9-dev.7",
|
|
21
21
|
"tsdown": "0.22.14",
|
|
22
22
|
"typescript": "5.9.3"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@prisma/orm-target-postgres": "8.0.0-rc.9-dev.
|
|
25
|
+
"@prisma/orm-target-postgres": "8.0.0-rc.9-dev.7",
|
|
26
26
|
"typescript": ">=5.9"
|
|
27
27
|
},
|
|
28
28
|
"peerDependenciesMeta": {
|