@depup/prisma 7.5.0-depup.2 → 7.5.0-depup.3
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -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.22.0 |
|
|
26
26
|
| @prisma/studio-core | 0.21.1 | ^0.25.1 |
|
|
27
27
|
| mysql2 | 3.15.3 | ^3.20.0 |
|
|
28
28
|
| postgres | 3.4.7 | ^3.4.8 |
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.5.0-depup.
|
|
2
|
+
"version": "7.5.0-depup.3",
|
|
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.
|
|
174
|
+
"@prisma/dev": "^0.22.0",
|
|
175
175
|
"@prisma/studio-core": "^0.25.1",
|
|
176
176
|
"mysql2": "^3.20.0",
|
|
177
177
|
"postgres": "^3.4.8",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"changes": {
|
|
207
207
|
"@prisma/dev": {
|
|
208
208
|
"from": "0.20.0",
|
|
209
|
-
"to": "^0.
|
|
209
|
+
"to": "^0.22.0"
|
|
210
210
|
},
|
|
211
211
|
"@prisma/studio-core": {
|
|
212
212
|
"from": "0.21.1",
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"depsUpdated": 4,
|
|
225
225
|
"originalPackage": "prisma",
|
|
226
226
|
"originalVersion": "7.5.0",
|
|
227
|
-
"processedAt": "2026-03-
|
|
227
|
+
"processedAt": "2026-03-16T16:40:17.317Z",
|
|
228
228
|
"smokeTest": "failed"
|
|
229
229
|
}
|
|
230
230
|
}
|