@prisma/instrumentation 7.3.0-integration-prisma6-fix-cloudflare-engine.2 → 7.3.0-integration-prisma6-fix-cloudflare-engine.3
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -151,7 +151,7 @@ function shouldIgnoreSpan(spanName, ignoreSpanTypes) {
|
|
|
151
151
|
// package.json
|
|
152
152
|
var package_default = {
|
|
153
153
|
name: "@prisma/instrumentation",
|
|
154
|
-
version: "7.3.0-integration-prisma6-fix-cloudflare-engine.
|
|
154
|
+
version: "7.3.0-integration-prisma6-fix-cloudflare-engine.3",
|
|
155
155
|
description: "OpenTelemetry compliant instrumentation for Prisma Client",
|
|
156
156
|
main: "dist/index.js",
|
|
157
157
|
module: "dist/index.mjs",
|
package/dist/index.mjs
CHANGED
|
@@ -131,7 +131,7 @@ function shouldIgnoreSpan(spanName, ignoreSpanTypes) {
|
|
|
131
131
|
// package.json
|
|
132
132
|
var package_default = {
|
|
133
133
|
name: "@prisma/instrumentation",
|
|
134
|
-
version: "7.3.0-integration-prisma6-fix-cloudflare-engine.
|
|
134
|
+
version: "7.3.0-integration-prisma6-fix-cloudflare-engine.3",
|
|
135
135
|
description: "OpenTelemetry compliant instrumentation for Prisma Client",
|
|
136
136
|
main: "dist/index.js",
|
|
137
137
|
module: "dist/index.mjs",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/instrumentation",
|
|
3
|
-
"version": "7.3.0-integration-prisma6-fix-cloudflare-engine.
|
|
3
|
+
"version": "7.3.0-integration-prisma6-fix-cloudflare-engine.3",
|
|
4
4
|
"description": "OpenTelemetry compliant instrumentation for Prisma Client",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@types/node": "18.19.76",
|
|
30
30
|
"@opentelemetry/api": "1.9.0",
|
|
31
31
|
"typescript": "5.4.5",
|
|
32
|
-
"@prisma/internals": "7.3.0-integration-prisma6-fix-cloudflare-engine.
|
|
32
|
+
"@prisma/internals": "7.3.0-integration-prisma6-fix-cloudflare-engine.3"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@opentelemetry/instrumentation": ">=0.52.0 <1"
|