drizzle-cube 0.1.29 → 0.1.31
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/README.md +1 -1
- package/dist/adapters/{compiler-BibS3bXd.js → compiler-CVega_Gv.js} +1786 -1820
- package/dist/adapters/express/index.js +87 -89
- package/dist/adapters/fastify/index.js +81 -83
- package/dist/adapters/hono/index.js +113 -116
- package/dist/adapters/nextjs/index.js +101 -102
- package/dist/client/charts.js +1 -1
- package/dist/client/chunks/charts-MTxju0dv.js +2402 -0
- package/dist/client/chunks/charts-MTxju0dv.js.map +1 -0
- package/dist/client/chunks/{icons-B_0yoGjv.js → icons-C_McHd9z.js} +10 -1
- package/dist/client/chunks/{icons-B_0yoGjv.js.map → icons-C_McHd9z.js.map} +1 -1
- package/dist/client/chunks/providers-DwDirAYo.js +208 -0
- package/dist/client/chunks/{providers-B7MVnAAt.js.map → providers-DwDirAYo.js.map} +1 -1
- package/dist/client/components.js +9741 -9616
- package/dist/client/components.js.map +1 -1
- package/dist/client/hooks.js +2 -2
- package/dist/client/index.js +2 -2
- package/dist/client/providers.js +1 -1
- package/dist/client/styles.css +1 -1
- package/dist/client-bundle-stats.html +1 -1
- package/dist/server/index.js +1479 -1485
- package/package.json +29 -20
- package/dist/client/chunks/charts-BM1k01Jw.js +0 -2404
- package/dist/client/chunks/charts-BM1k01Jw.js.map +0 -1
- package/dist/client/chunks/providers-B7MVnAAt.js +0 -211
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drizzle-cube",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.31",
|
|
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",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"test:setup": "docker-compose up -d",
|
|
94
94
|
"test:teardown": "docker-compose down",
|
|
95
95
|
"typecheck": "tsc --noEmit",
|
|
96
|
-
"lint": "eslint src/**/*.ts",
|
|
97
|
-
"lint:fix": "eslint src/**/*.ts --fix",
|
|
96
|
+
"lint": "eslint src/**/*.ts tests/**/*.ts",
|
|
97
|
+
"lint:fix": "eslint src/**/*.ts tests/**/*.ts --fix",
|
|
98
98
|
"prepublishOnly": "npm run lint && npm run typecheck && npm run build && npm run test",
|
|
99
99
|
"dev:db:up": "cd dev && docker-compose up -d",
|
|
100
100
|
"dev:db:down": "cd dev && docker-compose down",
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
"mysql",
|
|
120
120
|
"sqlite"
|
|
121
121
|
],
|
|
122
|
-
"author": "Clifton Cunningham <clifton@
|
|
122
|
+
"author": "Clifton Cunningham <clifton.cunningham@gmail.com>",
|
|
123
123
|
"license": "MIT",
|
|
124
|
-
"homepage": "https://drizzle-cube.dev",
|
|
124
|
+
"homepage": "https://try.drizzle-cube.dev",
|
|
125
125
|
"repository": {
|
|
126
126
|
"type": "git",
|
|
127
127
|
"url": "https://github.com/cliftonc/drizzle-cube.git"
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"react": "^18.0.0",
|
|
141
141
|
"react-dom": "^18.0.0",
|
|
142
142
|
"react-grid-layout": "^1.4.0",
|
|
143
|
-
"recharts": "^
|
|
143
|
+
"recharts": "^3.0.0"
|
|
144
144
|
},
|
|
145
145
|
"peerDependenciesMeta": {
|
|
146
146
|
"react": {
|
|
@@ -175,11 +175,15 @@
|
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
177
|
"devDependencies": {
|
|
178
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
179
|
+
"@eslint/js": "^9.34.0",
|
|
178
180
|
"@fastify/cors": "^11.1.0",
|
|
179
181
|
"@heroicons/react": "^2.2.0",
|
|
180
182
|
"@hono/node-server": "^1.19.0",
|
|
181
183
|
"@iconify-icons/tabler": "^1.2.95",
|
|
182
184
|
"@iconify/react": "^6.0.0",
|
|
185
|
+
"@neondatabase/serverless": "^1.0.1",
|
|
186
|
+
"@tailwindcss/postcss": "^4.1.12",
|
|
183
187
|
"@testing-library/jest-dom": "^6.8.0",
|
|
184
188
|
"@testing-library/react": "^16.3.0",
|
|
185
189
|
"@testing-library/user-event": "^14.6.1",
|
|
@@ -187,42 +191,47 @@
|
|
|
187
191
|
"@types/cors": "^2.8.17",
|
|
188
192
|
"@types/d3": "^7.4.3",
|
|
189
193
|
"@types/express": "^5.0.0",
|
|
190
|
-
"@types/node": "^
|
|
194
|
+
"@types/node": "^22.0.0",
|
|
191
195
|
"@types/react": "^18.0.0",
|
|
192
196
|
"@types/react-dom": "^18.0.0",
|
|
193
197
|
"@types/react-grid-layout": "^1.3.5",
|
|
194
198
|
"@types/supertest": "^6.0.2",
|
|
195
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
196
|
-
"@typescript-eslint/parser": "^
|
|
197
|
-
"@vitejs/plugin-react": "^
|
|
198
|
-
"@vitest/coverage-v8": "^
|
|
199
|
-
"@vitest/ui": "^
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"concurrently": "^8.0.0",
|
|
199
|
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
200
|
+
"@typescript-eslint/parser": "^8.0.0",
|
|
201
|
+
"@vitejs/plugin-react": "^5.0.0",
|
|
202
|
+
"@vitest/coverage-v8": "^3.0.0",
|
|
203
|
+
"@vitest/ui": "^3.0.0",
|
|
204
|
+
"better-sqlite3": "^12.0.0",
|
|
205
|
+
"concurrently": "^9.0.0",
|
|
203
206
|
"cors": "^2.8.5",
|
|
204
207
|
"drizzle-kit": "^0.31.4",
|
|
205
208
|
"drizzle-orm": "^0.44.4",
|
|
206
|
-
"eslint": "^
|
|
209
|
+
"eslint": "^9.34.0",
|
|
207
210
|
"express": "^5.1.0",
|
|
208
211
|
"fastify": "^5.5.0",
|
|
212
|
+
"globals": "^16.3.0",
|
|
209
213
|
"hono": "^4.0.0",
|
|
210
214
|
"jsdom": "^26.1.0",
|
|
211
215
|
"mysql2": "^3.14.3",
|
|
212
216
|
"next": "^15.0.0",
|
|
213
217
|
"postcss": "^8.5.6",
|
|
214
218
|
"postgres": "^3.4.7",
|
|
219
|
+
"react": "^18.0.0",
|
|
220
|
+
"react-dom": "^18.0.0",
|
|
221
|
+
"react-grid-layout": "^1.4.0",
|
|
215
222
|
"react-hook-form": "^7.47.0",
|
|
223
|
+
"react-resizable": "^3.0.5",
|
|
224
|
+
"recharts": "^3.0.0",
|
|
216
225
|
"rollup-plugin-visualizer": "^6.0.3",
|
|
217
226
|
"sql-formatter": "^15.6.6",
|
|
218
227
|
"supertest": "^7.0.0",
|
|
219
|
-
"tailwindcss": "^
|
|
228
|
+
"tailwindcss": "^4.1.12",
|
|
220
229
|
"tsx": "^4.20.5",
|
|
221
230
|
"typescript": "^5.0.0",
|
|
222
|
-
"vite": "^
|
|
231
|
+
"vite": "^7.0.0",
|
|
223
232
|
"vite-plugin-dts": "^4.0.0",
|
|
224
|
-
"vitest": "^
|
|
225
|
-
"zod": "^
|
|
233
|
+
"vitest": "^3.0.0",
|
|
234
|
+
"zod": "^4.0.0"
|
|
226
235
|
},
|
|
227
236
|
"dependencies": {
|
|
228
237
|
"@tanstack/react-query": "^5.85.5",
|