@prisma/query-plan-executor 6.20.0-integration-next.10 → 6.20.0-integration-next.12

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/dist/index.js +1 -1
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -98854,7 +98854,7 @@ __export(index_exports, {
98854
98854
  module.exports = __toCommonJS(index_exports);
98855
98855
 
98856
98856
  // package.json
98857
- var version = "6.20.0-integration-next.10";
98857
+ var version = "6.20.0-integration-next.12";
98858
98858
 
98859
98859
  // ../../node_modules/.pnpm/temporal-polyfill@0.3.0/node_modules/temporal-polyfill/chunks/internal.js
98860
98860
  function clampProp(e2, n2, t2, o2, r2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/query-plan-executor",
3
- "version": "6.20.0-integration-next.10",
3
+ "version": "6.20.0-integration-next.12",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,11 +20,11 @@
20
20
  "temporal-polyfill": "0.3.0",
21
21
  "vitest": "3.2.4",
22
22
  "zod": "4.1.3",
23
- "@prisma/adapter-pg": "6.20.0-integration-next.10",
24
- "@prisma/adapter-mariadb": "6.20.0-integration-next.10",
25
- "@prisma/adapter-mssql": "6.20.0-integration-next.10",
26
- "@prisma/driver-adapter-utils": "6.20.0-integration-next.10",
27
- "@prisma/client-engine-runtime": "6.20.0-integration-next.10"
23
+ "@prisma/adapter-pg": "6.20.0-integration-next.12",
24
+ "@prisma/adapter-mariadb": "6.20.0-integration-next.12",
25
+ "@prisma/client-engine-runtime": "6.20.0-integration-next.12",
26
+ "@prisma/driver-adapter-utils": "6.20.0-integration-next.12",
27
+ "@prisma/adapter-mssql": "6.20.0-integration-next.12"
28
28
  },
29
29
  "files": [
30
30
  "dist"