@aiquants/daily-report 0.17.3 → 0.18.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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiquants/daily-report",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "Reusable daily-report feature package: shared types/schemas, React (Router v7 / v8) UI with virtual scrolling + optimistic updates + SSE sync, and a drizzle (mssql) server layer with DI ports (auth, user resolution, redis, external sources).",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"**/*.css"
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"typescript": "^5.9.3",
|
|
74
74
|
"vitest": "^4.1.10",
|
|
75
75
|
"zod": "^3.25.76",
|
|
76
|
-
"@aiquants/
|
|
77
|
-
"@aiquants/
|
|
76
|
+
"@aiquants/virtualscroll": "^3.0.0",
|
|
77
|
+
"@aiquants/swipe-overlay": "1.2.4"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"drizzle-orm": ">=1.0.0-beta.4 <2.0.0",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"react-dom": ">=18",
|
|
83
83
|
"react-router": "^7.0.0 || ^8.0.0",
|
|
84
84
|
"zod": ">=3.25.0 <5.0.0",
|
|
85
|
-
"@aiquants/
|
|
86
|
-
"@aiquants/
|
|
85
|
+
"@aiquants/swipe-overlay": "^1.2.4",
|
|
86
|
+
"@aiquants/virtualscroll": "^3.0.0"
|
|
87
87
|
},
|
|
88
88
|
"peerDependenciesMeta": {
|
|
89
89
|
"drizzle-orm": {
|