File tree 3 files changed +7
-12
lines changed
3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 87
87
"rimraf" : " ^3" ,
88
88
"shx" : " ^0.3.4" ,
89
89
"sonner" : " ^1.5.0" ,
90
+ "stripe" : " ^17" ,
90
91
"ts-jest" : " ^29.2.5" ,
91
92
"ts-node" : " ^10.9.2" ,
92
93
"ts-patch" : " ^3.2.1" ,
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ echo_info() {
27
27
echo -e " ${INDENT}${INDENT}${MAGENTA} ℹ${RESET} $1 "
28
28
}
29
29
30
+ echo_error () {
31
+ echo -e " ${INDENT}${INDENT}${RED} ℹ${RESET} $1 "
32
+ }
33
+
30
34
echo_end () {
31
35
echo -e " ${END_INDICATOR} ${GREEN} Completed:${RESET} $1 \n"
32
36
}
@@ -55,7 +59,7 @@ init_db() {
55
59
elif [[ " $1 " == " --remote" ]]; then
56
60
prisma migrate deploy
57
61
else
58
- echo " Error: You should specify which migration to run on prisma (--local or --remote)"
62
+ echo_error " Error: You should specify which migration to run on prisma (--local or --remote)"
59
63
return 1
60
64
fi
61
65
}
Original file line number Diff line number Diff line change @@ -31322,17 +31322,7 @@ __metadata:
31322
31322
languageName: node
31323
31323
linkType: hard
31324
31324
31325
- "stripe@npm:13.11.0":
31326
- version: 13.11.0
31327
- resolution: "stripe@npm:13.11.0"
31328
- dependencies:
31329
- "@types/node": "npm:>=8.1.0"
31330
- qs: "npm:^6.11.0"
31331
- checksum: 10c0/ea9ad9397a4b5464bf5e2cc3a65683d14e035161c5db0146061370f2316851e6b919e4fe2be97ec0dc72a2856b09cceab69e7afcb4a86f9e3361ed630f2fbad2
31332
- languageName: node
31333
- linkType: hard
31334
-
31335
- "stripe@npm:^17.4.0":
31325
+ "stripe@npm:^17":
31336
31326
version: 17.4.0
31337
31327
resolution: "stripe@npm:17.4.0"
31338
31328
dependencies:
You can’t perform that action at this time.
0 commit comments