@paykit-sdk/stripe 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -174,7 +174,6 @@ STRIPE_WEBHOOK_SECRET=whsec_...
174
174
  ## Support
175
175
 
176
176
  - [Stripe Documentation](https://stripe.com/docs)
177
- - [PayKit Issues](https://github.com/devodii/paykit/issues)
178
177
 
179
178
  ## License
180
179
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paykit-sdk/stripe",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Stripe provider for PayKit",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -24,7 +24,7 @@
24
24
  "stripe": "^18.2.1"
25
25
  },
26
26
  "peerDependencies": {
27
- "@paykit-sdk/core": "^1.1.2"
27
+ "@paykit-sdk/core": "^1.1.3"
28
28
  },
29
29
  "devDependencies": {
30
30
  "tsup": "^8.0.0",