@depup/prisma 7.5.0-depup.1 → 7.5.0-depup.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +8 -4
package/README.md CHANGED
@@ -16,12 +16,13 @@ npm install @depup/prisma
16
16
  | Original | [prisma](https://www.npmjs.com/package/prisma) @ 7.5.0 |
17
17
  | Processed | 2026-03-16 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 3 |
19
+ | Deps updated | 4 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
+ | @prisma/dev | 0.20.0 | ^0.21.0 |
25
26
  | @prisma/studio-core | 0.21.1 | ^0.25.1 |
26
27
  | mysql2 | 3.15.3 | ^3.20.0 |
27
28
  | postgres | 3.4.7 | ^3.4.8 |
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "7.5.0-depup.1",
2
+ "version": "7.5.0-depup.2",
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": [
@@ -171,7 +171,7 @@
171
171
  "@prisma/migrate": "7.5.0"
172
172
  },
173
173
  "dependencies": {
174
- "@prisma/dev": "0.20.0",
174
+ "@prisma/dev": "^0.21.0",
175
175
  "@prisma/studio-core": "^0.25.1",
176
176
  "mysql2": "^3.20.0",
177
177
  "postgres": "^3.4.8",
@@ -204,6 +204,10 @@
204
204
  },
205
205
  "depup": {
206
206
  "changes": {
207
+ "@prisma/dev": {
208
+ "from": "0.20.0",
209
+ "to": "^0.21.0"
210
+ },
207
211
  "@prisma/studio-core": {
208
212
  "from": "0.21.1",
209
213
  "to": "^0.25.1"
@@ -217,10 +221,10 @@
217
221
  "to": "^3.4.8"
218
222
  }
219
223
  },
220
- "depsUpdated": 3,
224
+ "depsUpdated": 4,
221
225
  "originalPackage": "prisma",
222
226
  "originalVersion": "7.5.0",
223
- "processedAt": "2026-03-16T00:51:07.441Z",
227
+ "processedAt": "2026-03-16T12:35:59.333Z",
224
228
  "smokeTest": "failed"
225
229
  }
226
230
  }