@hearthkit/payments 0.2.0 → 0.3.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hearthkit/payments",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Stripe subscriptions and one-time purchases: catalog sync, hosted checkout, the hosted customer portal, and the webhook handler",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/chrisdevelops/hearthkit/tree/main/packages/payments",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"drizzle-orm": "0.45.2",
|
|
34
34
|
"stripe": "22.6.1",
|
|
35
35
|
"zod": "4.4.3",
|
|
36
|
-
"@hearthkit/
|
|
37
|
-
"@hearthkit/
|
|
38
|
-
"@hearthkit/
|
|
36
|
+
"@hearthkit/auth": "0.3.0",
|
|
37
|
+
"@hearthkit/config": "0.3.0",
|
|
38
|
+
"@hearthkit/db": "0.3.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/node": "24.13.3",
|