@depup/prisma 7.4.2-depup.2 → 7.5.0-depup.1

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
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "7.4.2-depup.2",
2
+ "version": "7.5.0-depup.1",
3
3
  "name": "@depup/prisma",
4
4
  "description": "[DepUp] 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": [
@@ -46,7 +46,7 @@
46
46
  "node": "^20.19 || ^22.12 || >=24.0"
47
47
  },
48
48
  "prisma": {
49
- "prismaCommit": "ac2bed13bdda11b63205fe3eb31ea62363f03f03"
49
+ "prismaCommit": "ccce14832f60ec24727a76dce25d661b46e94454"
50
50
  },
51
51
  "files": [
52
52
  "README.md",
@@ -117,7 +117,7 @@
117
117
  "@opentelemetry/api": "1.9.0",
118
118
  "@opentelemetry/context-async-hooks": "2.1.0",
119
119
  "@opentelemetry/sdk-trace-base": "2.1.0",
120
- "@prisma/management-api-sdk": "0.2.0",
120
+ "@prisma/management-api-sdk": "1.12.0",
121
121
  "@swc/core": "1.11.5",
122
122
  "@swc/jest": "0.2.37",
123
123
  "@types/better-sqlite3": "7.6.12",
@@ -135,7 +135,7 @@
135
135
  "fs-extra": "11.3.0",
136
136
  "get-port-please": "3.2.0",
137
137
  "get-tsconfig": "4.10.0",
138
- "hono": "4.11.7",
138
+ "hono": "4.12.3",
139
139
  "jest": "29.7.0",
140
140
  "jest-junit": "16.0.0",
141
141
  "kleur": "4.1.5",
@@ -157,26 +157,26 @@
157
157
  "typescript": "5.4.5",
158
158
  "xdg-app-paths": "8.3.0",
159
159
  "zod": "3.24.2",
160
- "@prisma/adapter-libsql": "7.4.2",
161
- "@prisma/client": "7.4.2",
162
- "@prisma/client-generator-registry": "7.4.2",
163
- "@prisma/credentials-store": "7.4.2",
164
- "@prisma/debug": "7.4.2",
165
- "@prisma/dmmf": "7.4.2",
166
- "@prisma/driver-adapter-utils": "7.4.2",
167
- "@prisma/fetch-engine": "7.4.2",
168
- "@prisma/get-platform": "7.4.2",
169
- "@prisma/internals": "7.4.2",
170
- "@prisma/generator": "7.4.2",
171
- "@prisma/migrate": "7.4.2"
160
+ "@prisma/adapter-libsql": "7.5.0",
161
+ "@prisma/client": "7.5.0",
162
+ "@prisma/credentials-store": "7.5.0",
163
+ "@prisma/client-generator-registry": "7.5.0",
164
+ "@prisma/debug": "7.5.0",
165
+ "@prisma/dmmf": "7.5.0",
166
+ "@prisma/driver-adapter-utils": "7.5.0",
167
+ "@prisma/fetch-engine": "7.5.0",
168
+ "@prisma/generator": "7.5.0",
169
+ "@prisma/get-platform": "7.5.0",
170
+ "@prisma/internals": "7.5.0",
171
+ "@prisma/migrate": "7.5.0"
172
172
  },
173
173
  "dependencies": {
174
174
  "@prisma/dev": "0.20.0",
175
- "@prisma/studio-core": "^0.22.0",
176
- "mysql2": "^3.19.1",
175
+ "@prisma/studio-core": "^0.25.1",
176
+ "mysql2": "^3.20.0",
177
177
  "postgres": "^3.4.8",
178
- "@prisma/config": "7.4.2",
179
- "@prisma/engines": "7.4.2"
178
+ "@prisma/config": "7.5.0",
179
+ "@prisma/engines": "7.5.0"
180
180
  },
181
181
  "peerDependencies": {
182
182
  "better-sqlite3": ">=9.0.0",
@@ -200,18 +200,17 @@
200
200
  "generate-api-client": "openapi-typescript https://api.prisma.io/v1/doc --output ./src/management-api/openapi.d.ts && prettier --write ./src/management-api/openapi.d.ts",
201
201
  "test": "dotenv -e ../../.db.env -- tsx helpers/run-tests.ts",
202
202
  "test:platform": "dotenv -e ../../.db.env -- tsx helpers/run-tests.ts src/platform",
203
- "tsc": "tsc -d -p tsconfig.build.json",
204
- "preinstall": "node scripts/preinstall-entry.js"
203
+ "tsc": "tsc -d -p tsconfig.build.json"
205
204
  },
206
205
  "depup": {
207
206
  "changes": {
208
207
  "@prisma/studio-core": {
209
- "from": "0.13.1",
210
- "to": "^0.22.0"
208
+ "from": "0.21.1",
209
+ "to": "^0.25.1"
211
210
  },
212
211
  "mysql2": {
213
212
  "from": "3.15.3",
214
- "to": "^3.19.1"
213
+ "to": "^3.20.0"
215
214
  },
216
215
  "postgres": {
217
216
  "from": "3.4.7",
@@ -220,8 +219,8 @@
220
219
  },
221
220
  "depsUpdated": 3,
222
221
  "originalPackage": "prisma",
223
- "originalVersion": "7.4.2",
224
- "processedAt": "2026-03-10T20:21:20.054Z",
222
+ "originalVersion": "7.5.0",
223
+ "processedAt": "2026-03-16T00:51:07.441Z",
225
224
  "smokeTest": "failed"
226
225
  }
227
226
  }