We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbafb9 commit f77b529Copy full SHA for f77b529
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vintasend-prisma",
3
- "version": "0.12.3",
+ "version": "0.13.0",
4
"description": "VintaSend Backend implementation for Prisma",
5
"type": "module",
6
"main": "dist/index.js",
@@ -22,7 +22,7 @@
22
"dependencies": {
23
"@prisma/client": "^7.4.2",
24
"prisma": "^7.4.2",
25
- "vintasend": "^0.12.3"
+ "vintasend": "file:../../.."
26
},
27
"devDependencies": {
28
"@biomejs/biome": "^2.4.5",
0 commit comments