@rawdash/connector-stripe 0.24.0 → 0.26.0

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -148,7 +148,7 @@ Stripe 429 responses carry a Retry-After header; requests are retried with expon
148
148
 
149
149
  ## Links
150
150
 
151
- - [Rawdash docs](https://rawdash.dev/docs/connectors/)
151
+ - [Rawdash docs](https://rawdash.dev/docs/connectors)
152
152
  - [Stripe API docs](https://stripe.com/docs/api)
153
153
  - [GitHub](https://github.com/rawdash/rawdash)
154
154
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rawdash/connector-stripe",
3
- "version": "0.24.0",
3
+ "version": "0.26.0",
4
4
  "description": "Rawdash connector for Stripe — billing, subscriptions, and payments",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "zod": "^4.4.3",
27
- "@rawdash/core": "0.24.0"
27
+ "@rawdash/core": "0.26.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "fast-check": "^4.8.0",