@depup/prisma 7.5.0-depup.6 → 7.5.0-depup.7
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.5.0 |
|
|
17
|
-
| Processed | 2026-03-
|
|
17
|
+
| Processed | 2026-03-23 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 4 |
|
|
20
20
|
|
|
@@ -22,7 +22,7 @@ npm install @depup/prisma
|
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| @prisma/dev | 0.20.0 | ^0.
|
|
25
|
+
| @prisma/dev | 0.20.0 | ^0.24.1 |
|
|
26
26
|
| @prisma/studio-core | 0.21.1 | ^0.27.3 |
|
|
27
27
|
| mysql2 | 3.15.3 | ^3.20.0 |
|
|
28
28
|
| postgres | 3.4.7 | ^3.4.8 |
|
package/changes.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"bumped": {
|
|
3
3
|
"@prisma/dev": {
|
|
4
4
|
"from": "0.20.0",
|
|
5
|
-
"to": "^0.
|
|
5
|
+
"to": "^0.24.1"
|
|
6
6
|
},
|
|
7
7
|
"@prisma/studio-core": {
|
|
8
8
|
"from": "0.21.1",
|
|
@@ -17,6 +17,6 @@
|
|
|
17
17
|
"to": "^3.4.8"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
"timestamp": "2026-03-
|
|
20
|
+
"timestamp": "2026-03-23T16:28:24.778Z",
|
|
21
21
|
"totalUpdated": 4
|
|
22
22
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.5.0-depup.
|
|
2
|
+
"version": "7.5.0-depup.7",
|
|
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": [
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"@prisma/migrate": "7.5.0"
|
|
175
175
|
},
|
|
176
176
|
"dependencies": {
|
|
177
|
-
"@prisma/dev": "^0.
|
|
177
|
+
"@prisma/dev": "^0.24.1",
|
|
178
178
|
"@prisma/studio-core": "^0.27.3",
|
|
179
179
|
"mysql2": "^3.20.0",
|
|
180
180
|
"postgres": "^3.4.8",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"changes": {
|
|
210
210
|
"@prisma/dev": {
|
|
211
211
|
"from": "0.20.0",
|
|
212
|
-
"to": "^0.
|
|
212
|
+
"to": "^0.24.1"
|
|
213
213
|
},
|
|
214
214
|
"@prisma/studio-core": {
|
|
215
215
|
"from": "0.21.1",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"depsUpdated": 4,
|
|
228
228
|
"originalPackage": "prisma",
|
|
229
229
|
"originalVersion": "7.5.0",
|
|
230
|
-
"processedAt": "2026-03-
|
|
230
|
+
"processedAt": "2026-03-23T16:28:58.057Z",
|
|
231
231
|
"smokeTest": "failed"
|
|
232
232
|
}
|
|
233
233
|
}
|