drizzle-orm-pg
Advanced tools
Comparing version 0.12.0-beta.24 to 0.12.0-beta.25
@@ -72,3 +72,3 @@ import { Connector, Dialect, Driver, Logger, MigrationMeta, Session } from 'drizzle-orm'; | ||
} & { | ||
execute<T extends QueryResultRow = QueryResultRow>(query: PgPreparedQuery | AnyPgSQL): Promise<T[]>; | ||
execute<T extends QueryResultRow = any>(query: PgPreparedQuery | AnyPgSQL): Promise<QueryResult<T>>; | ||
}, { | ||
@@ -75,0 +75,0 @@ deep: true; |
{ | ||
"name": "drizzle-orm-pg", | ||
"version": "0.12.0-beta.24", | ||
"version": "0.12.0-beta.25", | ||
"description": "Drizzle ORM package for PostgreSQL database", | ||
@@ -55,5 +55,5 @@ "main": "index.js", | ||
"publish:beta": "pnpm publish package.tgz --tag beta --git-checks false", | ||
"release:beta": "pnpm version prerelease && pnpm build && pnpm run pack && pnpm publish:beta", | ||
"release:beta": "pnpm build && pnpm version prerelease && pnpm run pack && pnpm publish:beta", | ||
"build:int": "pnpm build && pnpm run pack" | ||
} | ||
} |
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