@prisma/query-plan-executor 6.20.0-integration-next.14 → 6.20.0-integration-next.15
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/dist/index.js +1 -1
- 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.
|
|
98857
|
+
var version = "6.20.0-integration-next.15";
|
|
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.
|
|
3
|
+
"version": "6.20.0-integration-next.15",
|
|
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-
|
|
24
|
-
"@prisma/
|
|
25
|
-
"@prisma/adapter-mssql": "6.20.0-integration-next.
|
|
26
|
-
"@prisma/
|
|
27
|
-
"@prisma/driver-adapter-utils": "6.20.0-integration-next.
|
|
23
|
+
"@prisma/adapter-mariadb": "6.20.0-integration-next.15",
|
|
24
|
+
"@prisma/client-engine-runtime": "6.20.0-integration-next.15",
|
|
25
|
+
"@prisma/adapter-mssql": "6.20.0-integration-next.15",
|
|
26
|
+
"@prisma/adapter-pg": "6.20.0-integration-next.15",
|
|
27
|
+
"@prisma/driver-adapter-utils": "6.20.0-integration-next.15"
|
|
28
28
|
},
|
|
29
29
|
"files": [
|
|
30
30
|
"dist"
|