@depup/prisma 7.5.0-depup.0 → 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.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/prisma
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [prisma](https://www.npmjs.com/package/prisma) @ 7.5.0 |
|
|
17
|
-
| Processed | 2026-03-
|
|
17
|
+
| Processed | 2026-03-16 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 3 |
|
|
20
20
|
|
|
@@ -23,7 +23,7 @@ npm install @depup/prisma
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| @prisma/studio-core | 0.21.1 | ^0.25.1 |
|
|
26
|
-
| mysql2 | 3.15.3 | ^3.
|
|
26
|
+
| mysql2 | 3.15.3 | ^3.20.0 |
|
|
27
27
|
| postgres | 3.4.7 | ^3.4.8 |
|
|
28
28
|
|
|
29
29
|
---
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.5.0-depup.
|
|
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": [
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"dependencies": {
|
|
174
174
|
"@prisma/dev": "0.20.0",
|
|
175
175
|
"@prisma/studio-core": "^0.25.1",
|
|
176
|
-
"mysql2": "^3.
|
|
176
|
+
"mysql2": "^3.20.0",
|
|
177
177
|
"postgres": "^3.4.8",
|
|
178
178
|
"@prisma/config": "7.5.0",
|
|
179
179
|
"@prisma/engines": "7.5.0"
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
},
|
|
211
211
|
"mysql2": {
|
|
212
212
|
"from": "3.15.3",
|
|
213
|
-
"to": "^3.
|
|
213
|
+
"to": "^3.20.0"
|
|
214
214
|
},
|
|
215
215
|
"postgres": {
|
|
216
216
|
"from": "3.4.7",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"depsUpdated": 3,
|
|
221
221
|
"originalPackage": "prisma",
|
|
222
222
|
"originalVersion": "7.5.0",
|
|
223
|
-
"processedAt": "2026-03-
|
|
223
|
+
"processedAt": "2026-03-16T00:51:07.441Z",
|
|
224
224
|
"smokeTest": "failed"
|
|
225
225
|
}
|
|
226
226
|
}
|