@prisma/query-plan-executor 6.18.0-dev.22 → 6.18.0-dev.24
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 +2 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -97612,7 +97612,7 @@ __export(index_exports, {
|
|
|
97612
97612
|
module.exports = __toCommonJS(index_exports);
|
|
97613
97613
|
|
|
97614
97614
|
// package.json
|
|
97615
|
-
var version = "6.18.0-dev.
|
|
97615
|
+
var version = "6.18.0-dev.24";
|
|
97616
97616
|
|
|
97617
97617
|
// ../../node_modules/.pnpm/temporal-polyfill@0.3.0/node_modules/temporal-polyfill/chunks/internal.js
|
|
97618
97618
|
function clampProp(e2, n2, t2, o2, r2) {
|
|
@@ -123669,6 +123669,7 @@ function createHonoServer(app, options) {
|
|
|
123669
123669
|
return c2.json({ data });
|
|
123670
123670
|
}).post("/transaction/start", zValidator("json", TransactionStartRequestBody), async (c2) => {
|
|
123671
123671
|
const result = await app.startTransaction(c2.req.valid("json"), c2.get("resourceLimits"));
|
|
123672
|
+
c2.header("Prisma-Transaction-Id", result.id);
|
|
123672
123673
|
return c2.json(result);
|
|
123673
123674
|
}).post("/transaction/:txId/query", zValidator("json", QueryRequestBody), async (c2) => {
|
|
123674
123675
|
const request3 = c2.req.valid("json");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/query-plan-executor",
|
|
3
|
-
"version": "6.18.0-dev.
|
|
3
|
+
"version": "6.18.0-dev.24",
|
|
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.18.0-dev.
|
|
24
|
-
"@prisma/adapter-mariadb": "6.18.0-dev.
|
|
25
|
-
"@prisma/
|
|
26
|
-
"@prisma/
|
|
27
|
-
"@prisma/
|
|
23
|
+
"@prisma/adapter-pg": "6.18.0-dev.24",
|
|
24
|
+
"@prisma/adapter-mariadb": "6.18.0-dev.24",
|
|
25
|
+
"@prisma/client-engine-runtime": "6.18.0-dev.24",
|
|
26
|
+
"@prisma/driver-adapter-utils": "6.18.0-dev.24",
|
|
27
|
+
"@prisma/adapter-mssql": "6.18.0-dev.24"
|
|
28
28
|
},
|
|
29
29
|
"files": [
|
|
30
30
|
"dist"
|