prisma-sql 1.27.0 → 1.29.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.27.0",
59
+ version: "1.29.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",
@@ -131,17 +131,17 @@ var require_package = __commonJS({
131
131
  "@prisma/adapter-pg": "^7.2.0",
132
132
  "@prisma/client": "7.2.0",
133
133
  "@types/better-sqlite3": "^7.6.13",
134
- "@types/node": "^20.0.0",
135
- "@vitest/coverage-v8": "4.0.17",
134
+ "@types/node": "^25.0.10",
135
+ "@vitest/coverage-v8": "4.0.18",
136
136
  "better-sqlite3": "^12.6.2",
137
137
  "drizzle-kit": "^0.31.8",
138
138
  "drizzle-orm": "^0.45.1",
139
139
  postgres: "^3.4.8",
140
140
  prisma: "7.2.0",
141
141
  tsup: "^8.5.1",
142
- tsx: "^4.7.0",
143
- typescript: "^5.3.3",
144
- vitest: "^4.0.14"
142
+ tsx: "^4.21.0",
143
+ typescript: "^5.9.3",
144
+ vitest: "^4.0.18"
145
145
  },
146
146
  engines: {
147
147
  node: ">=16.0.0"