@djangocfg/payments 2.1.470 → 2.1.472
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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -116,7 +116,7 @@ differ. Bring up **test first**, verify end-to-end, then switch to live.
|
|
|
116
116
|
|
|
117
117
|
This package is frontend-only; it pairs with any Django backend that creates
|
|
118
118
|
PaymentIntents (a built-in `django_cfg.apps.payments` module is planned — see
|
|
119
|
-
`@
|
|
119
|
+
`@dev/active/payments-v1`). Paths below are the reference host's; adjust env
|
|
120
120
|
names to your backend. Set the keys server-side (git-ignored secrets file):
|
|
121
121
|
|
|
122
122
|
```dotenv
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/payments",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.472",
|
|
4
4
|
"description": "Provider-agnostic React payments module (Stripe-first): checkout state machine, Payment Element wrapper, close-guard context, mock adapter for keyless development",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payments",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"@stripe/stripe-js": "^9.9.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@djangocfg/ui-core": "^2.1.
|
|
57
|
-
"@djangocfg/ui-tools": "^2.1.
|
|
56
|
+
"@djangocfg/ui-core": "^2.1.472",
|
|
57
|
+
"@djangocfg/ui-tools": "^2.1.472",
|
|
58
58
|
"lucide-react": "^0.545.0",
|
|
59
59
|
"react": "^19.2.4",
|
|
60
60
|
"react-dom": "^19.2.4"
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@djangocfg/typescript-config": "^2.1.
|
|
69
|
-
"@djangocfg/ui-core": "^2.1.
|
|
70
|
-
"@djangocfg/ui-tools": "^2.1.
|
|
68
|
+
"@djangocfg/typescript-config": "^2.1.472",
|
|
69
|
+
"@djangocfg/ui-core": "^2.1.472",
|
|
70
|
+
"@djangocfg/ui-tools": "^2.1.472",
|
|
71
71
|
"@types/node": "^25.9.5",
|
|
72
72
|
"@types/react": "19.2.15",
|
|
73
73
|
"@types/react-dom": "19.2.3",
|