prisma 7.1.0-dev.2 → 7.1.0-dev.21

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.
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "7.1.0-dev.2",
2
+ "version": "7.1.0-dev.21",
3
3
  "name": "prisma",
4
4
  "description": "Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.",
5
5
  "keywords": [
@@ -39,10 +39,10 @@
39
39
  "bugs": "https://github.com/prisma/prisma/issues",
40
40
  "license": "Apache-2.0",
41
41
  "engines": {
42
- "node": "^20.19 || ^22.12 || ^24.0"
42
+ "node": "^20.19 || ^22.12 || >=24.0"
43
43
  },
44
44
  "prisma": {
45
- "prismaCommit": "eb36d1fb3e9524a5a08cb961346f5efd1689e14b"
45
+ "prismaCommit": "061544203f77f0d70e28395108dd22ee0a46dbfa"
46
46
  },
47
47
  "files": [
48
48
  "README.md",
@@ -130,7 +130,7 @@
130
130
  "fs-extra": "11.3.0",
131
131
  "get-port-please": "3.2.0",
132
132
  "get-tsconfig": "4.10.0",
133
- "hono": "4.9.4",
133
+ "hono": "4.10.6",
134
134
  "jest": "29.7.0",
135
135
  "jest-junit": "16.0.0",
136
136
  "kleur": "4.1.5",
@@ -152,25 +152,25 @@
152
152
  "typescript": "5.4.5",
153
153
  "xdg-app-paths": "8.3.0",
154
154
  "zod": "3.24.2",
155
- "@prisma/adapter-libsql": "7.1.0-dev.2",
156
- "@prisma/client": "7.1.0-dev.2",
157
- "@prisma/client-generator-registry": "7.1.0-dev.2",
158
- "@prisma/debug": "7.1.0-dev.2",
159
- "@prisma/dmmf": "7.1.0-dev.2",
160
- "@prisma/driver-adapter-utils": "7.1.0-dev.2",
161
- "@prisma/fetch-engine": "7.1.0-dev.2",
162
- "@prisma/generator": "7.1.0-dev.2",
163
- "@prisma/get-platform": "7.1.0-dev.2",
164
- "@prisma/migrate": "7.1.0-dev.2",
165
- "@prisma/internals": "7.1.0-dev.2"
155
+ "@prisma/adapter-libsql": "7.1.0-dev.21",
156
+ "@prisma/client-generator-registry": "7.1.0-dev.21",
157
+ "@prisma/client": "7.1.0-dev.21",
158
+ "@prisma/debug": "7.1.0-dev.21",
159
+ "@prisma/dmmf": "7.1.0-dev.21",
160
+ "@prisma/driver-adapter-utils": "7.1.0-dev.21",
161
+ "@prisma/fetch-engine": "7.1.0-dev.21",
162
+ "@prisma/generator": "7.1.0-dev.21",
163
+ "@prisma/get-platform": "7.1.0-dev.21",
164
+ "@prisma/internals": "7.1.0-dev.21",
165
+ "@prisma/migrate": "7.1.0-dev.21"
166
166
  },
167
167
  "dependencies": {
168
- "@prisma/dev": "0.13.0",
169
- "@prisma/studio-core-licensed": "0.8.0",
168
+ "@prisma/dev": "0.14.0",
169
+ "@prisma/studio-core": "0.8.2",
170
170
  "mysql2": "3.15.3",
171
171
  "postgres": "3.4.7",
172
- "@prisma/config": "7.1.0-dev.2",
173
- "@prisma/engines": "7.1.0-dev.2"
172
+ "@prisma/config": "7.1.0-dev.21",
173
+ "@prisma/engines": "7.1.0-dev.21"
174
174
  },
175
175
  "peerDependencies": {
176
176
  "better-sqlite3": ">=9.0.0",