@medusajs/payment-stripe 2.0.5 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/payment-stripe",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Stripe payment provider for Medusa",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -25,7 +25,7 @@
25
25
  "watch": "tsc --watch"
26
26
  },
27
27
  "devDependencies": {
28
- "@medusajs/framework": "^2.0.5",
28
+ "@medusajs/framework": "^2.0.6",
29
29
  "@swc/core": "^1.7.28",
30
30
  "@swc/jest": "^0.2.36",
31
31
  "jest": "^29.7.0",