@prisma-next/sql-runtime 0.15.0 → 0.16.0-dev.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.
@@ -736,7 +736,7 @@ function assertMutationDefaultGeneratorsAvailable(contract, generatorRegistry) {
736
736
  }
737
737
  if (missing.size === 0) return;
738
738
  const ids = Array.from(missing);
739
- throw runtimeError("RUNTIME.MISSING_MUTATION_DEFAULT_GENERATOR", `Contract requires mutation default generator(s) ${ids.map((id) => `'${id}'`).join(", ")}, but no runtime component provides them.`, { ids });
739
+ throw runtimeError("RUNTIME.MUTATION_DEFAULT_GENERATOR_MISSING", `Contract requires mutation default generator(s) ${ids.map((id) => `'${id}'`).join(", ")}, but no runtime component provides them.`, { ids });
740
740
  }
741
741
  function collectMutationDefaultGenerators(contributors) {
742
742
  const generators = /* @__PURE__ */ new Map();
@@ -1634,4 +1634,4 @@ async function withTransaction(runtime, fn) {
1634
1634
  //#endregion
1635
1635
  export { createExecutionContext as a, lints as c, extractCodecIds as d, validateCodecRegistryCompleteness as f, createAstCodecRegistry as g, encodeParamsWithMetadata as h, decodeRow as i, budgets as l, deriveParamMetadata as m, withTransaction as n, createSqlExecutionStack as o, validateContractCodecMappings as p, buildDecodeContext as r, PreparedStatementImpl as s, SqlRuntimeBase as t, lowerSqlPlan as u };
1636
1636
 
1637
- //# sourceMappingURL=exports-D5-Py3YP.mjs.map
1637
+ //# sourceMappingURL=exports-Cm5jehIz.mjs.map