@prisma/query-plan-executor 7.6.0-integration-feat-prisma-bootstrap.1 → 7.6.0-integration-feat-prisma-bootstrap.2

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 +75 -67
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -22514,14 +22514,14 @@ var require_node = __commonJS({
22514
22514
  "../../node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/node.js"(exports2, module2) {
22515
22515
  "use strict";
22516
22516
  var tty2 = require("tty");
22517
- var util2 = require("util");
22517
+ var util3 = require("util");
22518
22518
  exports2.init = init3;
22519
22519
  exports2.log = log4;
22520
22520
  exports2.formatArgs = formatArgs;
22521
22521
  exports2.save = save;
22522
22522
  exports2.load = load;
22523
22523
  exports2.useColors = useColors;
22524
- exports2.destroy = util2.deprecate(
22524
+ exports2.destroy = util3.deprecate(
22525
22525
  () => {
22526
22526
  },
22527
22527
  "Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."
@@ -22652,7 +22652,7 @@ var require_node = __commonJS({
22652
22652
  return (/* @__PURE__ */ new Date()).toISOString() + " ";
22653
22653
  }
22654
22654
  function log4(...args) {
22655
- return process.stderr.write(util2.formatWithOptions(exports2.inspectOpts, ...args) + "\n");
22655
+ return process.stderr.write(util3.formatWithOptions(exports2.inspectOpts, ...args) + "\n");
22656
22656
  }
22657
22657
  function save(namespaces) {
22658
22658
  if (namespaces) {
@@ -22675,11 +22675,11 @@ var require_node = __commonJS({
22675
22675
  var { formatters } = module2.exports;
22676
22676
  formatters.o = function(v2) {
22677
22677
  this.inspectOpts.colors = this.useColors;
22678
- return util2.inspect(v2, this.inspectOpts).split("\n").map((str) => str.trim()).join(" ");
22678
+ return util3.inspect(v2, this.inspectOpts).split("\n").map((str) => str.trim()).join(" ");
22679
22679
  };
22680
22680
  formatters.O = function(v2) {
22681
22681
  this.inspectOpts.colors = this.useColors;
22682
- return util2.inspect(v2, this.inspectOpts);
22682
+ return util3.inspect(v2, this.inspectOpts);
22683
22683
  };
22684
22684
  }
22685
22685
  });
@@ -29060,7 +29060,7 @@ var require_delayed_stream = __commonJS({
29060
29060
  "../../node_modules/.pnpm/delayed-stream@1.0.0/node_modules/delayed-stream/lib/delayed_stream.js"(exports2, module2) {
29061
29061
  "use strict";
29062
29062
  var Stream = require("stream").Stream;
29063
- var util2 = require("util");
29063
+ var util3 = require("util");
29064
29064
  module2.exports = DelayedStream;
29065
29065
  function DelayedStream() {
29066
29066
  this.source = null;
@@ -29071,7 +29071,7 @@ var require_delayed_stream = __commonJS({
29071
29071
  this._released = false;
29072
29072
  this._bufferedEvents = [];
29073
29073
  }
29074
- util2.inherits(DelayedStream, Stream);
29074
+ util3.inherits(DelayedStream, Stream);
29075
29075
  DelayedStream.create = function(source, options) {
29076
29076
  var delayedStream = new this();
29077
29077
  options = options || {};
@@ -29151,7 +29151,7 @@ var require_delayed_stream = __commonJS({
29151
29151
  var require_combined_stream = __commonJS({
29152
29152
  "../../node_modules/.pnpm/combined-stream@1.0.8/node_modules/combined-stream/lib/combined_stream.js"(exports2, module2) {
29153
29153
  "use strict";
29154
- var util2 = require("util");
29154
+ var util3 = require("util");
29155
29155
  var Stream = require("stream").Stream;
29156
29156
  var DelayedStream = require_delayed_stream();
29157
29157
  module2.exports = CombinedStream;
@@ -29167,7 +29167,7 @@ var require_combined_stream = __commonJS({
29167
29167
  this._insideLoop = false;
29168
29168
  this._pendingNext = false;
29169
29169
  }
29170
- util2.inherits(CombinedStream, Stream);
29170
+ util3.inherits(CombinedStream, Stream);
29171
29171
  CombinedStream.create = function(options) {
29172
29172
  var combinedStream = new this();
29173
29173
  options = options || {};
@@ -39023,7 +39023,7 @@ var require_form_data = __commonJS({
39023
39023
  "../../node_modules/.pnpm/form-data@4.0.5/node_modules/form-data/lib/form_data.js"(exports2, module2) {
39024
39024
  "use strict";
39025
39025
  var CombinedStream = require_combined_stream();
39026
- var util2 = require("util");
39026
+ var util3 = require("util");
39027
39027
  var path3 = require("path");
39028
39028
  var http4 = require("http");
39029
39029
  var https4 = require("https");
@@ -39049,7 +39049,7 @@ var require_form_data = __commonJS({
39049
39049
  this[option] = options[option];
39050
39050
  }
39051
39051
  }
39052
- util2.inherits(FormData2, CombinedStream);
39052
+ util3.inherits(FormData2, CombinedStream);
39053
39053
  FormData2.LINE_BREAK = "\r\n";
39054
39054
  FormData2.DEFAULT_CONTENT_TYPE = "application/octet-stream";
39055
39055
  FormData2.prototype.append = function(field, value, options) {
@@ -51872,7 +51872,7 @@ var require_data_stream = __commonJS({
51872
51872
  "use strict";
51873
51873
  var Buffer2 = require_safe_buffer().Buffer;
51874
51874
  var Stream = require("stream");
51875
- var util2 = require("util");
51875
+ var util3 = require("util");
51876
51876
  function DataStream(data) {
51877
51877
  this.buffer = null;
51878
51878
  this.writable = true;
@@ -51898,7 +51898,7 @@ var require_data_stream = __commonJS({
51898
51898
  }
51899
51899
  throw new TypeError("Unexpected data type (" + typeof data + ")");
51900
51900
  }
51901
- util2.inherits(DataStream, Stream);
51901
+ util3.inherits(DataStream, Stream);
51902
51902
  DataStream.prototype.write = function write(data) {
51903
51903
  this.buffer = Buffer2.concat([this.buffer, Buffer2.from(data)]);
51904
51904
  this.emit("data", data);
@@ -52120,7 +52120,7 @@ var require_jwa = __commonJS({
52120
52120
  var Buffer2 = require_safe_buffer().Buffer;
52121
52121
  var crypto7 = require("crypto");
52122
52122
  var formatEcdsa = require_ecdsa_sig_formatter();
52123
- var util2 = require("util");
52123
+ var util3 = require("util");
52124
52124
  var MSG_INVALID_ALGORITHM = '"%s" is not a valid algorithm.\n Supported algorithms are:\n "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "PS256", "PS384", "PS512", "ES256", "ES384", "ES512" and "none".';
52125
52125
  var MSG_INVALID_SECRET = "secret must be a string or buffer";
52126
52126
  var MSG_INVALID_VERIFIER_KEY = "key must be a string or a buffer";
@@ -52200,7 +52200,7 @@ var require_jwa = __commonJS({
52200
52200
  }
52201
52201
  function typeError(template) {
52202
52202
  var args = [].slice.call(arguments, 1);
52203
- var errMsg = util2.format.bind(util2, template).apply(null, args);
52203
+ var errMsg = util3.format.bind(util3, template).apply(null, args);
52204
52204
  return new TypeError(errMsg);
52205
52205
  }
52206
52206
  function bufferOrString(obj) {
@@ -52362,7 +52362,7 @@ var require_sign_stream = __commonJS({
52362
52362
  var jwa = require_jwa();
52363
52363
  var Stream = require("stream");
52364
52364
  var toString2 = require_tostring();
52365
- var util2 = require("util");
52365
+ var util3 = require("util");
52366
52366
  function base64url3(string4, encoding) {
52367
52367
  return Buffer2.from(string4, encoding).toString("base64").replace(/=/g, "").replace(/\+/g, "-").replace(/\//g, "_");
52368
52368
  }
@@ -52370,7 +52370,7 @@ var require_sign_stream = __commonJS({
52370
52370
  encoding = encoding || "utf8";
52371
52371
  var encodedHeader = base64url3(toString2(header), "binary");
52372
52372
  var encodedPayload = base64url3(toString2(payload), encoding);
52373
- return util2.format("%s.%s", encodedHeader, encodedPayload);
52373
+ return util3.format("%s.%s", encodedHeader, encodedPayload);
52374
52374
  }
52375
52375
  function jwsSign(opts) {
52376
52376
  var header = opts.header;
@@ -52380,7 +52380,7 @@ var require_sign_stream = __commonJS({
52380
52380
  var algo = jwa(header.alg);
52381
52381
  var securedInput = jwsSecuredInput(header, payload, encoding);
52382
52382
  var signature = algo.sign(securedInput, secretOrKey);
52383
- return util2.format("%s.%s", securedInput, signature);
52383
+ return util3.format("%s.%s", securedInput, signature);
52384
52384
  }
52385
52385
  function SignStream(opts) {
52386
52386
  var secret2 = opts.secret;
@@ -52404,7 +52404,7 @@ var require_sign_stream = __commonJS({
52404
52404
  this.sign();
52405
52405
  }.bind(this));
52406
52406
  }
52407
- util2.inherits(SignStream, Stream);
52407
+ util3.inherits(SignStream, Stream);
52408
52408
  SignStream.prototype.sign = function sign2() {
52409
52409
  try {
52410
52410
  var signature = jwsSign({
@@ -52438,7 +52438,7 @@ var require_verify_stream = __commonJS({
52438
52438
  var jwa = require_jwa();
52439
52439
  var Stream = require("stream");
52440
52440
  var toString2 = require_tostring();
52441
- var util2 = require("util");
52441
+ var util3 = require("util");
52442
52442
  var JWS_REGEX = /^[a-zA-Z0-9\-_]+?\.[a-zA-Z0-9\-_]+?\.([a-zA-Z0-9\-_]+)?$/;
52443
52443
  function isObject3(thing) {
52444
52444
  return Object.prototype.toString.call(thing) === "[object Object]";
@@ -52522,7 +52522,7 @@ var require_verify_stream = __commonJS({
52522
52522
  this.verify();
52523
52523
  }.bind(this));
52524
52524
  }
52525
- util2.inherits(VerifyStream, Stream);
52525
+ util3.inherits(VerifyStream, Stream);
52526
52526
  VerifyStream.prototype.verify = function verify() {
52527
52527
  try {
52528
52528
  var valid = jwsVerify(this.signature.buffer, this.algorithm, this.key.buffer);
@@ -62208,7 +62208,7 @@ var require_debug2 = __commonJS({
62208
62208
  });
62209
62209
  exports2.default = void 0;
62210
62210
  var _events = require("events");
62211
- var util2 = _interopRequireWildcard(require("util"));
62211
+ var util3 = _interopRequireWildcard(require("util"));
62212
62212
  function _interopRequireWildcard(e2, t2) {
62213
62213
  if ("function" == typeof WeakMap) var r2 = /* @__PURE__ */ new WeakMap(), n2 = /* @__PURE__ */ new WeakMap();
62214
62214
  return (_interopRequireWildcard = function(e3, t3) {
@@ -62263,7 +62263,7 @@ var require_debug2 = __commonJS({
62263
62263
  }
62264
62264
  token(token) {
62265
62265
  if (this.haveListeners() && this.options.token) {
62266
- this.log(util2.inspect(token, {
62266
+ this.log(util3.inspect(token, {
62267
62267
  showHidden: false,
62268
62268
  depth: 5,
62269
62269
  colors: true
@@ -70586,13 +70586,13 @@ var require_inherits = __commonJS({
70586
70586
  "../../node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js"(exports2, module2) {
70587
70587
  "use strict";
70588
70588
  try {
70589
- util2 = require("util");
70590
- if (typeof util2.inherits !== "function") throw "";
70591
- module2.exports = util2.inherits;
70589
+ util3 = require("util");
70590
+ if (typeof util3.inherits !== "function") throw "";
70591
+ module2.exports = util3.inherits;
70592
70592
  } catch (e2) {
70593
70593
  module2.exports = require_inherits_browser();
70594
70594
  }
70595
- var util2;
70595
+ var util3;
70596
70596
  }
70597
70597
  });
70598
70598
 
@@ -97297,8 +97297,8 @@ var require_utils6 = __commonJS({
97297
97297
  "../../node_modules/.pnpm/pg@8.16.3/node_modules/pg/lib/utils.js"(exports2, module2) {
97298
97298
  "use strict";
97299
97299
  var defaults2 = require_defaults();
97300
- var util2 = require("util");
97301
- var { isDate } = util2.types || util2;
97300
+ var util3 = require("util");
97301
+ var { isDate } = util3.types || util3;
97302
97302
  function escapeElement(elementRepresentation) {
97303
97303
  const escaped = elementRepresentation.replace(/\\/g, "\\\\").replace(/"/g, '\\"');
97304
97304
  return '"' + escaped + '"';
@@ -99671,7 +99671,7 @@ var require_helper = __commonJS({
99671
99671
  var path3 = require("path");
99672
99672
  var Stream = require("stream").Stream;
99673
99673
  var split = require_split2();
99674
- var util2 = require("util");
99674
+ var util3 = require("util");
99675
99675
  var defaultPort = 5432;
99676
99676
  var isWin = process.platform === "win32";
99677
99677
  var warnStream = process.stderr;
@@ -99689,7 +99689,7 @@ var require_helper = __commonJS({
99689
99689
  var isWritable = warnStream instanceof Stream && true === warnStream.writable;
99690
99690
  if (isWritable) {
99691
99691
  var args = Array.prototype.slice.call(arguments).concat("\n");
99692
- warnStream.write(util2.format.apply(util2, args));
99692
+ warnStream.write(util3.format.apply(util3, args));
99693
99693
  }
99694
99694
  }
99695
99695
  Object.defineProperty(module2.exports, "isWin", {
@@ -100779,7 +100779,7 @@ var require_query3 = __commonJS({
100779
100779
  "../../node_modules/.pnpm/pg@8.16.3/node_modules/pg/lib/native/query.js"(exports2, module2) {
100780
100780
  "use strict";
100781
100781
  var EventEmitter = require("events").EventEmitter;
100782
- var util2 = require("util");
100782
+ var util3 = require("util");
100783
100783
  var utils = require_utils6();
100784
100784
  var NativeQuery = module2.exports = function(config3, values, callback) {
100785
100785
  EventEmitter.call(this);
@@ -100799,7 +100799,7 @@ var require_query3 = __commonJS({
100799
100799
  }.bind(this)
100800
100800
  );
100801
100801
  };
100802
- util2.inherits(NativeQuery, EventEmitter);
100802
+ util3.inherits(NativeQuery, EventEmitter);
100803
100803
  var errorFieldMap = {
100804
100804
  sqlState: "code",
100805
100805
  statementPosition: "position",
@@ -100927,7 +100927,7 @@ var require_client2 = __commonJS({
100927
100927
  }
100928
100928
  var TypeOverrides2 = require_type_overrides();
100929
100929
  var EventEmitter = require("events").EventEmitter;
100930
- var util2 = require("util");
100930
+ var util3 = require("util");
100931
100931
  var ConnectionParameters = require_connection_parameters();
100932
100932
  var NativeQuery = require_query3();
100933
100933
  var Client2 = module2.exports = function(config3) {
@@ -100958,7 +100958,7 @@ var require_client2 = __commonJS({
100958
100958
  this.namedQueries = {};
100959
100959
  };
100960
100960
  Client2.Query = NativeQuery;
100961
- util2.inherits(Client2, EventEmitter);
100961
+ util3.inherits(Client2, EventEmitter);
100962
100962
  Client2.prototype._errorAllQueries = function(err) {
100963
100963
  const enqueueError = (query2) => {
100964
100964
  process.nextTick(() => {
@@ -101337,7 +101337,7 @@ __export(index_exports, {
101337
101337
  module.exports = __toCommonJS(index_exports);
101338
101338
 
101339
101339
  // package.json
101340
- var version = "7.6.0-integration-feat-prisma-bootstrap.1";
101340
+ var version = "7.6.0-integration-feat-prisma-bootstrap.2";
101341
101341
 
101342
101342
  // ../../node_modules/.pnpm/temporal-polyfill@0.3.0/node_modules/temporal-polyfill/chunks/internal.js
101343
101343
  function clampProp(e2, n2, t2, o2, r2) {
@@ -106201,6 +106201,9 @@ function createConsoleLogger(logFormat, logLevel) {
106201
106201
  return new Logger(sink);
106202
106202
  }
106203
106203
 
106204
+ // src/server/server.ts
106205
+ var import_node_util = __toESM(require("node:util"));
106206
+
106204
106207
  // ../../node_modules/.pnpm/hono@4.12.7/node_modules/hono/dist/utils/url.js
106205
106208
  var splitPath = (path3) => {
106206
106209
  const paths = path3.split("/");
@@ -114293,8 +114296,9 @@ function isDriverError(error44) {
114293
114296
  }
114294
114297
  var debug4 = Debug("prisma:driver-adapter:mariadb");
114295
114298
  var MariaDbQueryable = class {
114296
- constructor(client) {
114299
+ constructor(client, mariadbOptions) {
114297
114300
  this.client = client;
114301
+ this.mariadbOptions = mariadbOptions;
114298
114302
  }
114299
114303
  provider = "mysql";
114300
114304
  adapterName = name;
@@ -114332,7 +114336,8 @@ var MariaDbQueryable = class {
114332
114336
  typeCast
114333
114337
  };
114334
114338
  const values = args.map((arg, i2) => mapArg(arg, query2.argTypes[i2]));
114335
- return await this.client.execute(req, values);
114339
+ const execute = this.mariadbOptions?.useTextProtocol ? this.client.query.bind(this.client) : this.client.execute.bind(this.client);
114340
+ return await execute(req, values);
114336
114341
  } catch (e2) {
114337
114342
  const error44 = e2;
114338
114343
  this.onError(error44);
@@ -114344,8 +114349,8 @@ var MariaDbQueryable = class {
114344
114349
  }
114345
114350
  };
114346
114351
  var MariaDbTransaction = class extends MariaDbQueryable {
114347
- constructor(conn, options, cleanup) {
114348
- super(conn);
114352
+ constructor(conn, mariadbOptions, options, cleanup) {
114353
+ super(conn, mariadbOptions);
114349
114354
  this.conn = conn;
114350
114355
  this.options = options;
114351
114356
  this.cleanup = cleanup;
@@ -114383,17 +114388,17 @@ var MariaDbTransaction = class extends MariaDbQueryable {
114383
114388
  }
114384
114389
  };
114385
114390
  var PrismaMariaDbAdapter = class extends MariaDbQueryable {
114386
- constructor(client, capabilities, options) {
114387
- super(client);
114391
+ constructor(client, capabilities, mariadbOptions) {
114392
+ super(client, mariadbOptions);
114388
114393
  this.capabilities = capabilities;
114389
- this.options = options;
114394
+ this.mariadbOptions = mariadbOptions;
114390
114395
  }
114391
114396
  executeScript(_script) {
114392
114397
  throw new Error("Not implemented yet");
114393
114398
  }
114394
114399
  getConnectionInfo() {
114395
114400
  return {
114396
- schemaName: this.options?.database,
114401
+ schemaName: this.mariadbOptions?.database,
114397
114402
  supportsRelationJoins: this.capabilities.supportsRelationJoins
114398
114403
  };
114399
114404
  }
@@ -114406,14 +114411,14 @@ var PrismaMariaDbAdapter = class extends MariaDbQueryable {
114406
114411
  const conn = await this.client.getConnection().catch((error44) => this.onError(error44));
114407
114412
  const onError = (err) => {
114408
114413
  debug4(`Error from connection: ${err.message} %O`, err);
114409
- this.options?.onConnectionError?.(err);
114414
+ this.mariadbOptions?.onConnectionError?.(err);
114410
114415
  };
114411
114416
  conn.on("error", onError);
114412
114417
  const cleanup = () => {
114413
114418
  conn.removeListener("error", onError);
114414
114419
  };
114415
114420
  try {
114416
- const tx = new MariaDbTransaction(conn, options, cleanup);
114421
+ const tx = new MariaDbTransaction(conn, this.mariadbOptions, options, cleanup);
114417
114422
  if (isolationLevel) {
114418
114423
  await tx.executeRaw({
114419
114424
  sql: `SET TRANSACTION ISOLATION LEVEL ${isolationLevel}`,
@@ -114443,7 +114448,24 @@ var PrismaMariaDbAdapterFactory = class {
114443
114448
  #config;
114444
114449
  #options;
114445
114450
  constructor(config3, options) {
114446
- this.#config = rewriteConnectionString(config3);
114451
+ if (typeof config3 === "string") {
114452
+ try {
114453
+ const url2 = new URL(config3);
114454
+ if (!url2.searchParams.has("prepareCacheLength")) {
114455
+ url2.searchParams.set("prepareCacheLength", "0");
114456
+ }
114457
+ this.#config = rewriteConnectionString(url2).toString();
114458
+ } catch (error44) {
114459
+ debug4("Error parsing connection string: %O", error44);
114460
+ this.#config = config3;
114461
+ }
114462
+ } else {
114463
+ if (config3.prepareCacheLength === void 0) {
114464
+ this.#config = { ...config3, prepareCacheLength: 0 };
114465
+ } else {
114466
+ this.#config = config3;
114467
+ }
114468
+ }
114447
114469
  this.#options = options;
114448
114470
  }
114449
114471
  async connect() {
@@ -114491,14 +114513,11 @@ function inferCapabilities(version5) {
114491
114513
  const supportsRelationJoins = !isMariaDB && (major2 > 8 || major2 === 8 && (minor > 0 || minor === 0 && patch >= 13));
114492
114514
  return { supportsRelationJoins };
114493
114515
  }
114494
- function rewriteConnectionString(config3) {
114495
- if (typeof config3 !== "string") {
114496
- return config3;
114497
- }
114498
- if (!config3.startsWith("mysql://")) {
114499
- return config3;
114516
+ function rewriteConnectionString(url2) {
114517
+ if (url2.protocol === "mysql:") {
114518
+ url2.protocol = "mariadb:";
114500
114519
  }
114501
- return config3.replace(/^mysql:\/\//, "mariadb://");
114520
+ return url2;
114502
114521
  }
114503
114522
 
114504
114523
  // ../../node_modules/.pnpm/async-mutex@0.5.0/node_modules/async-mutex/index.mjs
@@ -116106,22 +116125,11 @@ var PgQueryable = class {
116106
116125
  try {
116107
116126
  const result = await this.client.query(
116108
116127
  {
116128
+ name: this.pgOptions?.statementNameGenerator?.(query2),
116109
116129
  text: sql4,
116110
116130
  values,
116111
116131
  rowMode: "array",
116112
116132
  types: {
116113
- // This is the error expected:
116114
- // No overload matches this call.
116115
- // The last overload gave the following error.
116116
- // Type '(oid: number, format?: any) => (json: string) => unknown' is not assignable to type '{ <T>(oid: number): TypeParser<string, string | T>; <T>(oid: number, format: "text"): TypeParser<string, string | T>; <T>(oid: number, format: "binary"): TypeParser<...>; }'.
116117
- // Type '(json: string) => unknown' is not assignable to type 'TypeParser<Buffer, any>'.
116118
- // Types of parameters 'json' and 'value' are incompatible.
116119
- // Type 'Buffer' is not assignable to type 'string'.ts(2769)
116120
- //
116121
- // Because pg-types types expect us to handle both binary and text protocol versions,
116122
- // where as far we can see, pg will ever pass only text version.
116123
- //
116124
- // @ts-expect-error
116125
116133
  getTypeParser: (oid, format) => {
116126
116134
  if (format === "text" && customParsers[oid]) {
116127
116135
  return customParsers[oid];
@@ -128728,7 +128736,7 @@ function createHonoServer(app, options) {
128728
128736
  const server = new Hono2();
128729
128737
  return server.onError((error44, c2) => {
128730
128738
  error("Error processing request", {
128731
- error: error44,
128739
+ error: import_node_util.default.inspect(error44),
128732
128740
  method: c2.req.method,
128733
128741
  pathname: c2.req.path,
128734
128742
  requestId: c2.get("requestId")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/query-plan-executor",
3
- "version": "7.6.0-integration-feat-prisma-bootstrap.1",
3
+ "version": "7.6.0-integration-feat-prisma-bootstrap.2",
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",
@@ -19,11 +19,11 @@
19
19
  "hono": "4.11.7",
20
20
  "temporal-polyfill": "0.3.0",
21
21
  "zod": "4.1.3",
22
- "@prisma/adapter-pg": "7.6.0-integration-feat-prisma-bootstrap.1",
23
- "@prisma/adapter-mssql": "7.6.0-integration-feat-prisma-bootstrap.1",
24
- "@prisma/adapter-mariadb": "7.6.0-integration-feat-prisma-bootstrap.1",
25
- "@prisma/client-engine-runtime": "7.6.0-integration-feat-prisma-bootstrap.1",
26
- "@prisma/driver-adapter-utils": "7.6.0-integration-feat-prisma-bootstrap.1"
22
+ "@prisma/adapter-mssql": "7.6.0-integration-feat-prisma-bootstrap.2",
23
+ "@prisma/client-engine-runtime": "7.6.0-integration-feat-prisma-bootstrap.2",
24
+ "@prisma/adapter-pg": "7.6.0-integration-feat-prisma-bootstrap.2",
25
+ "@prisma/driver-adapter-utils": "7.6.0-integration-feat-prisma-bootstrap.2",
26
+ "@prisma/adapter-mariadb": "7.6.0-integration-feat-prisma-bootstrap.2"
27
27
  },
28
28
  "files": [
29
29
  "dist"