@burdenoff/microfe-billing 2026.826.3 → 2026.828.1
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/dist/billing/modules/addons/pages/AddonsBrowsePage.js.map +1 -1
- package/dist/billing/modules/billing/hooks/useRefunds.js.map +1 -1
- package/dist/billing/modules/checkout/hooks/useCheckout.js.map +1 -1
- package/dist/billing/modules/subscriptions/pages/SubscriptionDetailPage.js.map +1 -1
- package/dist/billing/modules/usage/hooks/useUsage.js +70 -67
- package/dist/billing/modules/usage/hooks/useUsage.js.map +1 -1
- package/dist/billing/modules/usage/pages/UsagePage.js +6 -1
- package/dist/billing/modules/usage/pages/UsagePage.js.map +1 -1
- package/dist/billing/shared/ui/StatusPill.js.map +1 -1
- package/dist/generated/global-operations.js +4 -2
- package/dist/generated/global-operations.js.map +1 -1
- package/dist/generated/global-types.js.map +1 -1
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burdenoff/microfe-billing",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.828.1",
|
|
4
4
|
"description": "Billing microfrontend for Burdenoff products",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"types": "./dist/index.d.ts",
|
|
23
23
|
"scripts": {
|
|
24
24
|
"dev": "vite",
|
|
25
|
-
"build": "tsc && bash scripts/build-limits.sh --gate vite build && bun
|
|
25
|
+
"build": "tsc && bash scripts/build-limits.sh --gate vite build && bun run dist-tailwind-guard",
|
|
26
|
+
"dist-tailwind-guard": "bun scripts/dist-tailwind-guard.ts",
|
|
26
27
|
"schema:pull": "graphql-codegen --project schema-wspace && graphql-codegen --project schema-global",
|
|
27
28
|
"codegen": "graphql-codegen --project wspace && graphql-codegen --project global",
|
|
28
29
|
"codegen:all": "bun run schema:pull && bun run codegen",
|
|
@@ -87,7 +88,7 @@
|
|
|
87
88
|
"@apollo/client": "^4.0.9",
|
|
88
89
|
"react": "^19.0.0",
|
|
89
90
|
"react-dom": "^19.0.0",
|
|
90
|
-
"zustand": "^5.0.
|
|
91
|
+
"zustand": "^5.0.3"
|
|
91
92
|
},
|
|
92
93
|
"publishConfig": {
|
|
93
94
|
"access": "public"
|