@gigamusic/checkout 4.3.1 → 4.3.2
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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gigamusic/checkout",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"description": "Next.js route-handler factories for Stripe Checkout, Stripe webhooks, and presigned-URL downloads. Stripe is hard-wired; all secrets enter as factory args.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"stripe": "^22.0.0",
|
|
33
33
|
"@gigamusic/core": "4.2.0",
|
|
34
34
|
"@gigamusic/email": "4.2.0",
|
|
35
|
-
"@gigamusic/db": "4.3.
|
|
35
|
+
"@gigamusic/db": "4.3.2",
|
|
36
36
|
"@gigamusic/storage": "3.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|