prisma-sql 1.11.0 → 1.12.0

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.
@@ -56,7 +56,7 @@ var require_package = __commonJS({
56
56
  "package.json"(exports$1, module) {
57
57
  module.exports = {
58
58
  name: "prisma-sql",
59
- version: "1.11.0",
59
+ version: "1.12.0",
60
60
  description: "Convert Prisma queries to optimized SQL with type safety. 2-7x faster than Prisma Client.",
61
61
  main: "dist/index.cjs",
62
62
  module: "dist/index.js",
@@ -118,7 +118,7 @@ var require_package = __commonJS({
118
118
  author: "multipliedtwice <multipliedtwice@gmail.com>",
119
119
  license: "MIT",
120
120
  dependencies: {
121
- "@dee-wan/schema-parser": "1.1.0",
121
+ "@dee-wan/schema-parser": "1.2.0",
122
122
  "@prisma/generator-helper": "^7.2.0",
123
123
  "@prisma/internals": "^7.2.0"
124
124
  },