@payloadcms/drizzle
Advanced tools
Comparing version 3.0.0-beta.114 to 3.0.0-beta.115
@@ -14,5 +14,6 @@ export const defaultDrizzleSnapshot = { | ||
tables: {}, | ||
version: '7' | ||
version: '7', | ||
views: {} | ||
}; | ||
//# sourceMappingURL=defaultSnapshot.js.map |
@@ -68,3 +68,3 @@ import type { DrizzleSnapshotJSON } from 'drizzle-kit/api'; | ||
enum: typeof pgEnum; | ||
table: PgTableFn; | ||
table: PgTableFn<string>; | ||
} | PgSchema; | ||
@@ -105,3 +105,3 @@ type PostgresSchema = { | ||
operators: Operators; | ||
pgSchema?: Schema; | ||
pgSchema: Schema; | ||
poolOptions?: ClientConfig; | ||
@@ -108,0 +108,0 @@ prodMigrations?: { |
{ | ||
"name": "@payloadcms/drizzle", | ||
"version": "3.0.0-beta.114", | ||
"version": "3.0.0-beta.115", | ||
"description": "A library of shared functions used by different payload database adapters", | ||
@@ -39,3 +39,3 @@ "homepage": "https://payloadcms.com", | ||
"console-table-printer": "2.11.2", | ||
"drizzle-orm": "0.32.1", | ||
"drizzle-orm": "0.34.1-1f15bfd", | ||
"prompts": "2.4.2", | ||
@@ -46,10 +46,10 @@ "to-snake-case": "1.0.0", | ||
"devDependencies": { | ||
"@libsql/client": "^0.6.2", | ||
"@libsql/client": "0.14.0", | ||
"@types/pg": "8.10.2", | ||
"@types/to-snake-case": "1.0.0", | ||
"@payloadcms/eslint-config": "3.0.0-beta.112", | ||
"payload": "3.0.0-beta.114" | ||
"payload": "3.0.0-beta.115", | ||
"@payloadcms/eslint-config": "3.0.0-beta.112" | ||
}, | ||
"peerDependencies": { | ||
"payload": "3.0.0-beta.114" | ||
"payload": "3.0.0-beta.115" | ||
}, | ||
@@ -56,0 +56,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
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
AI-detected potential security risk
Supply chain riskAI has determined that this package may contain potential security issues or vulnerabilities.
Found 1 instance in 1 package
890314
8081
0
6
+ Added@payloadcms/translations@3.0.0-beta.115(transitive)
+ Added@types/node@22.9.0(transitive)
+ Addeddrizzle-orm@0.34.1-1f15bfd(transitive)
+ Addedpayload@3.0.0-beta.115(transitive)
- Removed@payloadcms/translations@3.0.0-beta.114(transitive)
- Removed@types/node@22.9.1(transitive)
- Removeddrizzle-orm@0.32.1(transitive)
- Removedpayload@3.0.0-beta.114(transitive)
Updateddrizzle-orm@0.34.1-1f15bfd