@augmenting-integrations/billing 8.0.2 → 8.0.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@augmenting-integrations/billing",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.3",
|
|
4
4
|
"description": "Stripe primitives for augint product apps: secret-bundled client init, idempotent customer creation, webhook signature verification, plus client-side React widgets (Elements provider, PaymentMethodSelect, CreditBalanceBadge, useCart with localStorage persistence).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"@stripe/react-stripe-js": "^3.0.0",
|
|
34
34
|
"@stripe/stripe-js": "^4.0.0",
|
|
35
35
|
"react": "^19.0.0",
|
|
36
|
-
"@augmenting-integrations/aws": "8.0.
|
|
37
|
-
"@augmenting-integrations/ui": "8.0.
|
|
36
|
+
"@augmenting-integrations/aws": "8.0.3",
|
|
37
|
+
"@augmenting-integrations/ui": "8.0.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@stripe/react-stripe-js": "^3.0.0",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"tsup": "^8.3.5",
|
|
45
45
|
"typescript": "^5.7.2",
|
|
46
46
|
"vitest": "^4.1.5",
|
|
47
|
-
"@augmenting-integrations/aws": "8.0.
|
|
48
|
-
"@augmenting-integrations/ui": "8.0.
|
|
47
|
+
"@augmenting-integrations/aws": "8.0.3",
|
|
48
|
+
"@augmenting-integrations/ui": "8.0.3"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "tsup",
|