chore: Release (#3856)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-04-26 19:09:01 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 4f448fbb2a
commit b41b6303cc
80 changed files with 419 additions and 442 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "medusa-payment-stripe",
"version": "2.0.2",
"version": "3.0.0",
"description": "Stripe Payment provider for Meduas Commerce",
"main": "dist/index.js",
"repository": {
@@ -20,14 +20,14 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/medusa": "1.8.2",
"@medusajs/medusa": "1.9.0",
"@types/stripe": "^8.0.417",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"typescript": "^4.9.5"
},
"peerDependencies": {
"@medusajs/medusa": "1.8.2"
"@medusajs/medusa": "1.9.0"
},
"dependencies": {
"body-parser": "^1.19.0",