drizzle-cube 0.1.56 → 0.1.58

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.56",
3
+ "version": "0.1.58",
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",
@@ -237,6 +237,7 @@
237
237
  "@tanstack/react-query": "^5.85.5",
238
238
  "@types/dagre": "^0.7.53",
239
239
  "dagre": "^0.8.5",
240
+ "react-intersection-observer": "^10.0.0",
240
241
  "react-router-dom": "^7.8.2",
241
242
  "reactflow": "^11.11.4"
242
243
  }