@depup/prisma 7.7.0-depup.1 → 7.7.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.
- package/README.md +2 -2
- package/changes.json +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.7.0 |
|
|
17
|
-
| Processed | 2026-04-
|
|
17
|
+
| Processed | 2026-04-10 |
|
|
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/dev | 0.24.3 | ^0.24.5 |
|
|
26
|
-
| mysql2 | 3.15.3 | ^3.
|
|
26
|
+
| mysql2 | 3.15.3 | ^3.22.0 |
|
|
27
27
|
| postgres | 3.4.7 | ^3.4.9 |
|
|
28
28
|
|
|
29
29
|
---
|
package/changes.json
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
},
|
|
7
7
|
"mysql2": {
|
|
8
8
|
"from": "3.15.3",
|
|
9
|
-
"to": "^3.
|
|
9
|
+
"to": "^3.22.0"
|
|
10
10
|
},
|
|
11
11
|
"postgres": {
|
|
12
12
|
"from": "3.4.7",
|
|
13
13
|
"to": "^3.4.9"
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
|
-
"timestamp": "2026-04-
|
|
16
|
+
"timestamp": "2026-04-10T16:27:53.334Z",
|
|
17
17
|
"totalUpdated": 3
|
|
18
18
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.7.0-depup.
|
|
2
|
+
"version": "7.7.0-depup.2",
|
|
3
3
|
"name": "@depup/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. (with updated dependencies)",
|
|
5
5
|
"keywords": [
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"dependencies": {
|
|
179
179
|
"@prisma/dev": "^0.24.5",
|
|
180
180
|
"@prisma/studio-core": "0.27.3",
|
|
181
|
-
"mysql2": "^3.
|
|
181
|
+
"mysql2": "^3.22.0",
|
|
182
182
|
"postgres": "^3.4.9",
|
|
183
183
|
"@prisma/config": "7.7.0",
|
|
184
184
|
"@prisma/engines": "7.7.0"
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
"mysql2": {
|
|
217
217
|
"from": "3.15.3",
|
|
218
|
-
"to": "^3.
|
|
218
|
+
"to": "^3.22.0"
|
|
219
219
|
},
|
|
220
220
|
"postgres": {
|
|
221
221
|
"from": "3.4.7",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"depsUpdated": 3,
|
|
226
226
|
"originalPackage": "prisma",
|
|
227
227
|
"originalVersion": "7.7.0",
|
|
228
|
-
"processedAt": "2026-04-
|
|
228
|
+
"processedAt": "2026-04-10T16:28:25.134Z",
|
|
229
229
|
"smokeTest": "failed"
|
|
230
230
|
}
|
|
231
231
|
}
|