@prisma/orm-extension-middleware-cache 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 +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @prisma/orm-extension-middleware-cache
|
|
2
2
|
|
|
3
|
-
Opt-in query caching for Prisma
|
|
3
|
+
Opt-in query caching for Prisma 8 runtimes, for both the SQL and Mongo families.
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
pnpm add @prisma/orm-extension-middleware-cache
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/orm-extension-middleware-cache",
|
|
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": "Family-agnostic caching middleware for Prisma
|
|
7
|
+
"description": "Family-agnostic caching middleware for Prisma 8 runtimes",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@prisma/orm-framework": "8.0.0-rc.9-dev.
|
|
12
|
+
"@prisma/orm-framework": "8.0.0-rc.9-dev.6"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@internal/middleware-cache": "8.0.0-rc.9-dev.
|
|
16
|
-
"@repo/tsconfig": "8.0.0-rc.9-dev.
|
|
17
|
-
"@repo/tsdown": "8.0.0-rc.9-dev.
|
|
15
|
+
"@internal/middleware-cache": "8.0.0-rc.9-dev.6",
|
|
16
|
+
"@repo/tsconfig": "8.0.0-rc.9-dev.6",
|
|
17
|
+
"@repo/tsdown": "8.0.0-rc.9-dev.6",
|
|
18
18
|
"tsdown": "0.22.14",
|
|
19
19
|
"typescript": "5.9.3"
|
|
20
20
|
},
|