drizzle-cube 0.4.32 → 0.4.34

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-cube",
3
- "version": "0.4.32",
3
+ "version": "0.4.34",
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",
@@ -126,7 +126,7 @@
126
126
  "test:all": "vitest run && TEST_DB_TYPE=mysql vitest run --config vitest.config.server.ts && TEST_DB_TYPE=sqlite vitest run --config vitest.config.server.ts && TEST_DB_TYPE=duckdb vitest run --config vitest.config.server.ts && TEST_DB_TYPE=databend vitest run --config vitest.config.server.ts",
127
127
  "test:setup": "docker-compose up -d",
128
128
  "test:teardown": "docker-compose down",
129
- "typecheck": "tsc --noEmit",
129
+ "typecheck": "tsc --noEmit && tsc --noEmit -p tsconfig.tests.json",
130
130
  "lint": "eslint 'src/**/*.{ts,tsx}' 'tests/**/*.ts'",
131
131
  "lint:fix": "eslint 'src/**/*.{ts,tsx}' 'tests/**/*.ts' --fix",
132
132
  "prepublishOnly": "npm run lint && npm run typecheck && npm run build",
@@ -308,7 +308,7 @@
308
308
  "drizzle-databend": "^0.1.12",
309
309
  "drizzle-kit": "^0.31.8",
310
310
  "drizzle-orm": "^0.45.0",
311
- "drizzle-snowflake": "^0.1.12",
311
+ "drizzle-snowflake": "^0.1.13",
312
312
  "elkjs": "^0.11.1",
313
313
  "eslint": "^10.0.0",
314
314
  "eslint-plugin-react-hooks": "^7.0.1",