@prisma/orm-extension-middleware-cache 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 Next runtimes, for both the SQL and Mongo families.
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.5",
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": "Family-agnostic caching middleware for Prisma Next runtimes",
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.5"
12
+ "@prisma/orm-framework": "8.0.0-rc.9-dev.7"
13
13
  },
14
14
  "devDependencies": {
15
- "@internal/middleware-cache": "8.0.0-rc.9-dev.5",
16
- "@repo/tsconfig": "8.0.0-rc.9-dev.5",
17
- "@repo/tsdown": "8.0.0-rc.9-dev.5",
15
+ "@internal/middleware-cache": "8.0.0-rc.9-dev.7",
16
+ "@repo/tsconfig": "8.0.0-rc.9-dev.7",
17
+ "@repo/tsdown": "8.0.0-rc.9-dev.7",
18
18
  "tsdown": "0.22.14",
19
19
  "typescript": "5.9.3"
20
20
  },