drizzle-cube 0.1.45 → 0.1.46

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.45",
3
+ "version": "0.1.46",
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",
@@ -95,7 +95,7 @@
95
95
  "typecheck": "tsc --noEmit",
96
96
  "lint": "eslint src/**/*.ts tests/**/*.ts",
97
97
  "lint:fix": "eslint src/**/*.ts tests/**/*.ts --fix",
98
- "prepublishOnly": "npm run lint && npm run typecheck && npm run build && npm run test",
98
+ "prepublishOnly": "npm run lint && npm run typecheck && npm run build",
99
99
  "dev:db:up": "cd dev && docker-compose up -d",
100
100
  "dev:db:down": "cd dev && docker-compose down",
101
101
  "dev:db:migrate": "cd dev && tsx scripts/migrate.ts",