drizzle-cube 0.4.33 → 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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drizzle-cube",
|
|
3
|
-
"version": "0.4.
|
|
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",
|