We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ad5c0 commit 5443661Copy full SHA for 5443661
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vintasend-prisma",
3
- "version": "0.5.0-alpha2",
+ "version": "0.5.0",
4
"description": "VintaSend Backend implementation for Prisma",
5
"main": "dist/index.js",
6
"scripts": {
@@ -18,7 +18,7 @@
18
"dependencies": {
19
"@prisma/client": "^7.3.0",
20
"prisma": "^7.3.0",
21
- "vintasend": "^0.5.0-alpha2"
+ "vintasend": "^0.5.0"
22
},
23
"devDependencies": {
24
"@types/jest": "^30.0.0",
0 commit comments