@adonis-agora/payments-dashboard 0.3.0 → 0.4.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/CHANGELOG.md +43 -0
- package/dist/spa/assets/{index-BqeSOw2s.css → index-D6oPV1WS.css} +1 -1
- package/dist/spa/assets/index-DYQO0uZL.js +10 -0
- package/dist/spa/assets/{index-BQtKssQN.js.map → index-DYQO0uZL.js.map} +1 -1
- package/dist/spa/index.html +2 -2
- package/package.json +4 -4
- package/dist/spa/assets/index-BQtKssQN.js +0 -10
package/dist/spa/index.html
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
rel="stylesheet"
|
|
18
18
|
/>
|
|
19
19
|
<title>payments · billing console</title>
|
|
20
|
-
<script type="module" crossorigin src="/__PAYMENTS_DASHBOARD__/assets/index-
|
|
21
|
-
<link rel="stylesheet" crossorigin href="/__PAYMENTS_DASHBOARD__/assets/index-
|
|
20
|
+
<script type="module" crossorigin src="/__PAYMENTS_DASHBOARD__/assets/index-DYQO0uZL.js"></script>
|
|
21
|
+
<link rel="stylesheet" crossorigin href="/__PAYMENTS_DASHBOARD__/assets/index-D6oPV1WS.css">
|
|
22
22
|
</head>
|
|
23
23
|
<body>
|
|
24
24
|
<div id="root"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adonis-agora/payments-dashboard",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Billing console (revenue/subscription/usage overview, payment history, webhook-event ledger) for @adonis-agora/payments — a React SPA served by a thin AdonisJS provider. Part of the Agora ecosystem.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"@tanstack/react-query": "5.102.8",
|
|
26
26
|
"@testing-library/dom": "10.4.1",
|
|
27
27
|
"@testing-library/react": "16.3.3",
|
|
28
|
-
"@types/node": "26.4.
|
|
28
|
+
"@types/node": "26.4.1",
|
|
29
29
|
"@types/react": "19.2.18",
|
|
30
|
-
"@types/react-dom": "19.2.
|
|
30
|
+
"@types/react-dom": "19.2.7",
|
|
31
31
|
"@vitejs/plugin-react": "6.1.1",
|
|
32
32
|
"class-variance-authority": "0.7.1",
|
|
33
33
|
"clsx": "2.1.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"tailwindcss": "4.3.3",
|
|
39
39
|
"typescript": "7.0.2",
|
|
40
40
|
"vite": "8.2.2",
|
|
41
|
-
"vitest": "
|
|
41
|
+
"vitest": "5.0.0"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
44
|
"node": ">=20.6.0"
|