next-stripe-helper
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "next-stripe-helper", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Easily add Stripe boilerplate code to Nextjs, like webhook handling, and subscription updates. This package provides a thin wrapper around the Stripe API, and makes integrating Stripe and NextJS a lot faster!", | ||
@@ -21,5 +21,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"stripe": "^13.2.0", | ||
"@types/stripe": "^8.0.417" | ||
"stripe": "^13.2.0" | ||
} | ||
} |
1
80635
- Removed@types/stripe@^8.0.417
- Removed@types/stripe@8.0.417(transitive)