v1.0.0's images were built from db2bd54, which predates the full-hash
footer. Deploying 1.0.0 would ship the abbreviated footer, so the version
that actually goes to galactus is 1.0.1.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
22 lines
509 B
JSON
22 lines
509 B
JSON
{
|
|
"name": "@jorgecuadros/database",
|
|
"version": "1.0.1",
|
|
"private": true,
|
|
"main": "generated/client/index.js",
|
|
"types": "generated/client/index.d.ts",
|
|
"scripts": {
|
|
"generate": "prisma generate",
|
|
"migrate:dev": "prisma migrate dev",
|
|
"migrate:deploy": "prisma migrate deploy",
|
|
"studio": "prisma studio",
|
|
"validate": "prisma validate",
|
|
"format": "prisma format"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^5.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"prisma": "^5.20.0"
|
|
}
|
|
}
|