@proofhound/db 0.1.6 → 0.1.7
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 +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proofhound/db",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Drizzle ORM schema + migrations
|
|
3
|
+
"version": "0.1.7",
|
|
4
|
+
"description": "Drizzle ORM schema + migrations (schema prefix ph_*)",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"drizzle-orm": "^0.45.2",
|
|
14
14
|
"pg": "^8.20.0",
|
|
15
15
|
"postgres": "^3.4.9",
|
|
16
|
-
"@proofhound/crypto": "0.1.
|
|
17
|
-
"@proofhound/shared": "0.1.
|
|
16
|
+
"@proofhound/crypto": "0.1.7",
|
|
17
|
+
"@proofhound/shared": "0.1.7"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^24.12.4",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"seed:dev": "SEED_PROFILE=dev tsx src/seed-dev.ts",
|
|
52
52
|
"clean-test-residue": "tsx src/clean-test-residue.ts",
|
|
53
53
|
"build": "rm -rf dist && tsc -p tsconfig.build.json && node scripts/copy-migrations.mjs",
|
|
54
|
-
"typecheck": "tsc --noEmit",
|
|
54
|
+
"typecheck": "tsc --noEmit --incremental false",
|
|
55
55
|
"lint": "eslint \"src/**/*.ts\"",
|
|
56
56
|
"test": "vitest run --passWithNoTests",
|
|
57
57
|
"test:unit": "vitest run --passWithNoTests",
|