drizzle-cube 0.1.30 → 0.1.32

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-cube",
3
- "version": "0.1.30",
3
+ "version": "0.1.32",
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@clifton.io>",
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": "^2.8.0"
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,25 +191,25 @@
187
191
  "@types/cors": "^2.8.17",
188
192
  "@types/d3": "^7.4.3",
189
193
  "@types/express": "^5.0.0",
190
- "@types/node": "^20.0.0",
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
199
  "@typescript-eslint/eslint-plugin": "^8.0.0",
196
200
  "@typescript-eslint/parser": "^8.0.0",
197
- "@vitejs/plugin-react": "^4.0.0",
201
+ "@vitejs/plugin-react": "^5.0.0",
198
202
  "@vitest/coverage-v8": "^3.0.0",
199
203
  "@vitest/ui": "^3.0.0",
200
- "autoprefixer": "^10.4.21",
201
- "better-sqlite3": "^11.10.0",
202
- "concurrently": "^8.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": "^8.0.0",
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",
@@ -217,14 +221,14 @@
217
221
  "react-grid-layout": "^1.4.0",
218
222
  "react-hook-form": "^7.47.0",
219
223
  "react-resizable": "^3.0.5",
220
- "recharts": "^2.8.0",
224
+ "recharts": "^3.0.0",
221
225
  "rollup-plugin-visualizer": "^6.0.3",
222
226
  "sql-formatter": "^15.6.6",
223
227
  "supertest": "^7.0.0",
224
- "tailwindcss": "^3.4.15",
228
+ "tailwindcss": "^4.1.12",
225
229
  "tsx": "^4.20.5",
226
230
  "typescript": "^5.0.0",
227
- "vite": "^5.0.0",
231
+ "vite": "^7.0.0",
228
232
  "vite-plugin-dts": "^4.0.0",
229
233
  "vitest": "^3.0.0",
230
234
  "zod": "^4.0.0"