@deepstructure/tenant-db
Advanced tools
Comparing version 1.0.1 to 1.0.5
{ | ||
"name": "@deepstructure/tenant-db", | ||
"version": "1.0.1", | ||
"version": "1.0.5", | ||
"access": "public", | ||
"license": "UNLICENSED", | ||
@@ -12,13 +13,16 @@ "type": "module", | ||
], | ||
"exports": { | ||
".": "./src/index.js" | ||
}, | ||
"devDependencies": { | ||
"@prisma/client": "5.9.1", | ||
"@types/node": "^20.11.17", | ||
"jiti": "^1.21.6", | ||
"prisma": "5.9.1", | ||
"supabase": "^1.163.2", | ||
"typescript": "^5.3.3", | ||
"@ds/tsconfig": "0.0.1" | ||
"@ds/tsconfig": "1.0.5" | ||
}, | ||
"dependencies": { | ||
"@supabase/postgrest-js": "^1.16.1" | ||
"@prisma/client": "5.9.1", | ||
"@supabase/postgrest-js": "^1.16.1", | ||
"prisma": "5.9.1" | ||
}, | ||
@@ -31,4 +35,5 @@ "scripts": { | ||
"studio": "prisma studio", | ||
"seed": "jiti prisma/seed.ts" | ||
"seed": "jiti prisma/seed.ts", | ||
"migration:validate": "jiti scripts/validate-migrations.ts" | ||
} | ||
} |
export * from "./database.types"; | ||
export { createPostgrestClient } from "./client"; | ||
export { | ||
getApplications, | ||
getLatestApplicationDeployments, | ||
getApplicationById, | ||
} from "./apps"; | ||
export { getDeploymentJson } from "./deployment"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15175
5
7
523
3
+ Added@prisma/client@5.9.1
+ Addedprisma@5.9.1
+ Added@prisma/client@5.9.1(transitive)
+ Added@prisma/debug@5.9.1(transitive)
+ Added@prisma/engines@5.9.1(transitive)
+ Added@prisma/engines-version@5.9.0-32.23fdc5965b1e05fc54e5f26ed3de66776b93de64(transitive)
+ Added@prisma/fetch-engine@5.9.1(transitive)
+ Added@prisma/get-platform@5.9.1(transitive)
+ Addedprisma@5.9.1(transitive)