@prisma/query-plan-executor 6.20.0-integration-next.19 → 6.20.0-integration-next.20
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
|
@@ -97728,7 +97728,7 @@ __export(index_exports, {
|
|
|
97728
97728
|
module.exports = __toCommonJS(index_exports);
|
|
97729
97729
|
|
|
97730
97730
|
// package.json
|
|
97731
|
-
var version = "6.20.0-integration-next.
|
|
97731
|
+
var version = "6.20.0-integration-next.20";
|
|
97732
97732
|
|
|
97733
97733
|
// ../../node_modules/.pnpm/temporal-polyfill@0.3.0/node_modules/temporal-polyfill/chunks/internal.js
|
|
97734
97734
|
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.20",
|
|
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/adapter-
|
|
25
|
-
"@prisma/adapter-mssql": "6.20.0-integration-next.
|
|
26
|
-
"@prisma/driver-adapter-utils": "6.20.0-integration-next.
|
|
27
|
-
"@prisma/client-engine-runtime": "6.20.0-integration-next.
|
|
23
|
+
"@prisma/adapter-mariadb": "6.20.0-integration-next.20",
|
|
24
|
+
"@prisma/adapter-pg": "6.20.0-integration-next.20",
|
|
25
|
+
"@prisma/adapter-mssql": "6.20.0-integration-next.20",
|
|
26
|
+
"@prisma/driver-adapter-utils": "6.20.0-integration-next.20",
|
|
27
|
+
"@prisma/client-engine-runtime": "6.20.0-integration-next.20"
|
|
28
28
|
},
|
|
29
29
|
"files": [
|
|
30
30
|
"dist"
|