drizzle-cube 0.1.34 → 0.1.36
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/{compiler-Ce33cdy6.js → compiler-ixtRH_TD.js} +407 -379
- package/dist/adapters/express/index.js +1 -1
- package/dist/adapters/fastify/index.js +1 -1
- package/dist/adapters/hono/index.js +35 -39
- package/dist/adapters/nextjs/index.js +1 -1
- package/dist/client/chunks/{components-CKoo4sL3.js → components-BeCaouWH.js} +1742 -1751
- package/dist/client/chunks/components-BeCaouWH.js.map +1 -0
- package/dist/client/components/AIAssistant/constants.d.ts +1 -1
- package/dist/client/components/QueryBuilder/types.d.ts +3 -0
- package/dist/client/components.js +1 -1
- package/dist/client/index.js +1 -1
- package/dist/client/styles.css +1 -1
- package/dist/client-bundle-stats.html +1 -1
- package/dist/server/index.d.ts +38 -2
- package/dist/server/index.js +583 -555
- package/package.json +2 -2
- package/dist/client/chunks/components-CKoo4sL3.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.36",
|
|
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",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"dev:db:down": "cd dev && docker-compose down",
|
|
101
101
|
"dev:db:migrate": "cd dev && tsx scripts/migrate.ts",
|
|
102
102
|
"dev:db:seed": "cd dev && tsx scripts/seed.ts",
|
|
103
|
-
"dev:setup": "npm run dev:db:up &&
|
|
103
|
+
"dev:setup": "npm run dev:db:up && npm run dev:db:migrate && npm run dev:db:seed"
|
|
104
104
|
},
|
|
105
105
|
"keywords": [
|
|
106
106
|
"drizzle-orm",
|