@prisma/query-plan-executor 6.18.0-integration-next.9 → 6.18.0-integration-next.10

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 +2 -1
  2. 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-integration-next.9";
97615
+ var version = "6.18.0-integration-next.10";
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) {
@@ -123910,6 +123910,7 @@ function createHonoServer(app, options) {
123910
123910
  return c2.json({ data });
123911
123911
  }).post("/transaction/start", zValidator("json", TransactionStartRequestBody), async (c2) => {
123912
123912
  const result = await app.startTransaction(c2.req.valid("json"), c2.get("resourceLimits"));
123913
+ c2.header("Prisma-Transaction-Id", result.id);
123913
123914
  return c2.json(result);
123914
123915
  }).post("/transaction/:txId/query", zValidator("json", QueryRequestBody), async (c2) => {
123915
123916
  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-integration-next.9",
3
+ "version": "6.18.0-integration-next.10",
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-integration-next.9",
24
- "@prisma/adapter-mariadb": "6.18.0-integration-next.9",
25
- "@prisma/client-engine-runtime": "6.18.0-integration-next.9",
26
- "@prisma/adapter-mssql": "6.18.0-integration-next.9",
27
- "@prisma/driver-adapter-utils": "6.18.0-integration-next.9"
23
+ "@prisma/adapter-mariadb": "6.18.0-integration-next.10",
24
+ "@prisma/client-engine-runtime": "6.18.0-integration-next.10",
25
+ "@prisma/driver-adapter-utils": "6.18.0-integration-next.10",
26
+ "@prisma/adapter-pg": "6.18.0-integration-next.10",
27
+ "@prisma/adapter-mssql": "6.18.0-integration-next.10"
28
28
  },
29
29
  "files": [
30
30
  "dist"