drizzle-cube 0.1.28 → 0.1.30
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/adapters/hono/index.js +7 -7
- package/dist/client/charts.js +1 -1
- package/dist/client/chunks/{charts-Dm25kuUn.js → charts-BM1k01Jw.js} +1066 -914
- package/dist/client/chunks/charts-BM1k01Jw.js.map +1 -0
- package/dist/client/components/DataHistogram.d.ts +3 -1
- package/dist/client/components.js +4773 -4670
- package/dist/client/components.js.map +1 -1
- package/dist/client/index.js +1 -1
- package/dist/client/types.d.ts +1 -0
- package/dist/client/utils/targetUtils.d.ts +36 -0
- package/dist/client-bundle-stats.html +1 -1
- package/package.json +12 -7
- package/dist/client/chunks/charts-Dm25kuUn.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drizzle-cube",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.30",
|
|
4
4
|
"description": "Drizzle ORM-first semantic layer with Cube.js compatibility. Type-safe analytics and dashboards with SQL injection protection.",
|
|
5
5
|
"main": "./dist/server/index.js",
|
|
6
6
|
"types": "./dist/server/index.d.ts",
|
|
@@ -192,11 +192,11 @@
|
|
|
192
192
|
"@types/react-dom": "^18.0.0",
|
|
193
193
|
"@types/react-grid-layout": "^1.3.5",
|
|
194
194
|
"@types/supertest": "^6.0.2",
|
|
195
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
196
|
-
"@typescript-eslint/parser": "^
|
|
195
|
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
196
|
+
"@typescript-eslint/parser": "^8.0.0",
|
|
197
197
|
"@vitejs/plugin-react": "^4.0.0",
|
|
198
|
-
"@vitest/coverage-v8": "^
|
|
199
|
-
"@vitest/ui": "^
|
|
198
|
+
"@vitest/coverage-v8": "^3.0.0",
|
|
199
|
+
"@vitest/ui": "^3.0.0",
|
|
200
200
|
"autoprefixer": "^10.4.21",
|
|
201
201
|
"better-sqlite3": "^11.10.0",
|
|
202
202
|
"concurrently": "^8.0.0",
|
|
@@ -212,7 +212,12 @@
|
|
|
212
212
|
"next": "^15.0.0",
|
|
213
213
|
"postcss": "^8.5.6",
|
|
214
214
|
"postgres": "^3.4.7",
|
|
215
|
+
"react": "^18.0.0",
|
|
216
|
+
"react-dom": "^18.0.0",
|
|
217
|
+
"react-grid-layout": "^1.4.0",
|
|
215
218
|
"react-hook-form": "^7.47.0",
|
|
219
|
+
"react-resizable": "^3.0.5",
|
|
220
|
+
"recharts": "^2.8.0",
|
|
216
221
|
"rollup-plugin-visualizer": "^6.0.3",
|
|
217
222
|
"sql-formatter": "^15.6.6",
|
|
218
223
|
"supertest": "^7.0.0",
|
|
@@ -221,8 +226,8 @@
|
|
|
221
226
|
"typescript": "^5.0.0",
|
|
222
227
|
"vite": "^5.0.0",
|
|
223
228
|
"vite-plugin-dts": "^4.0.0",
|
|
224
|
-
"vitest": "^
|
|
225
|
-
"zod": "^
|
|
229
|
+
"vitest": "^3.0.0",
|
|
230
|
+
"zod": "^4.0.0"
|
|
226
231
|
},
|
|
227
232
|
"dependencies": {
|
|
228
233
|
"@tanstack/react-query": "^5.85.5",
|