@prisma/accelerate-contract
Advanced tools
Comparing version 6.1.0-dev.25 to 6.1.0-dev.26
@@ -1009,4 +1009,4 @@ /** | ||
logLevel: QueryEngineLogLevel; | ||
telemetry?: QueryEngineTelemetry; | ||
engineProtocol: EngineProtocol; | ||
enableTracing: boolean; | ||
}; | ||
@@ -1053,7 +1053,2 @@ | ||
declare type QueryEngineTelemetry = { | ||
enabled: Boolean; | ||
endpoint: string; | ||
}; | ||
declare type QueryEvent = { | ||
@@ -1060,0 +1055,0 @@ timestamp: Date; |
{ | ||
"name": "@prisma/accelerate-contract", | ||
"version": "6.1.0-dev.25", | ||
"version": "6.1.0-dev.26", | ||
"description": "This package is intended for Prisma's internal use", | ||
@@ -15,3 +15,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@prisma/client": "6.1.0-dev.25" | ||
"@prisma/client": "6.1.0-dev.26" | ||
}, | ||
@@ -18,0 +18,0 @@ "dependencies": {}, |
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
70218
1498