@prisma/instrumentation 7.3.0-integration-engines-7-3-0-12-parameterization-844f54891f0a80ec1820fc26cf513002357e4245.1 → 7.3.0-integration-engines-7-3-0-13-parameterization-ffcc2ffa23a1cf2fa93cc75600377a7bcf8b3b08.1
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -32,7 +32,7 @@ var import_instrumentation = require("@opentelemetry/instrumentation");
|
|
|
32
32
|
// ../instrumentation-contract/dist/index.mjs
|
|
33
33
|
var package_default = {
|
|
34
34
|
name: "@prisma/instrumentation-contract",
|
|
35
|
-
version: "7.3.0-integration-engines-7-3-0-
|
|
35
|
+
version: "7.3.0-integration-engines-7-3-0-13-parameterization-ffcc2ffa23a1cf2fa93cc75600377a7bcf8b3b08.1",
|
|
36
36
|
description: "Shared types and utilities for Prisma instrumentation",
|
|
37
37
|
main: "dist/index.js",
|
|
38
38
|
module: "dist/index.mjs",
|
|
@@ -218,7 +218,7 @@ function shouldIgnoreSpan(spanName, ignoreSpanTypes) {
|
|
|
218
218
|
// package.json
|
|
219
219
|
var package_default2 = {
|
|
220
220
|
name: "@prisma/instrumentation",
|
|
221
|
-
version: "7.3.0-integration-engines-7-3-0-
|
|
221
|
+
version: "7.3.0-integration-engines-7-3-0-13-parameterization-ffcc2ffa23a1cf2fa93cc75600377a7bcf8b3b08.1",
|
|
222
222
|
description: "OpenTelemetry compliant instrumentation for Prisma Client",
|
|
223
223
|
main: "dist/index.js",
|
|
224
224
|
module: "dist/index.mjs",
|
package/dist/index.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
// ../instrumentation-contract/dist/index.mjs
|
|
9
9
|
var package_default = {
|
|
10
10
|
name: "@prisma/instrumentation-contract",
|
|
11
|
-
version: "7.3.0-integration-engines-7-3-0-
|
|
11
|
+
version: "7.3.0-integration-engines-7-3-0-13-parameterization-ffcc2ffa23a1cf2fa93cc75600377a7bcf8b3b08.1",
|
|
12
12
|
description: "Shared types and utilities for Prisma instrumentation",
|
|
13
13
|
main: "dist/index.js",
|
|
14
14
|
module: "dist/index.mjs",
|
|
@@ -198,7 +198,7 @@ function shouldIgnoreSpan(spanName, ignoreSpanTypes) {
|
|
|
198
198
|
// package.json
|
|
199
199
|
var package_default2 = {
|
|
200
200
|
name: "@prisma/instrumentation",
|
|
201
|
-
version: "7.3.0-integration-engines-7-3-0-
|
|
201
|
+
version: "7.3.0-integration-engines-7-3-0-13-parameterization-ffcc2ffa23a1cf2fa93cc75600377a7bcf8b3b08.1",
|
|
202
202
|
description: "OpenTelemetry compliant instrumentation for Prisma Client",
|
|
203
203
|
main: "dist/index.js",
|
|
204
204
|
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-engines-7-3-0-
|
|
3
|
+
"version": "7.3.0-integration-engines-7-3-0-13-parameterization-ffcc2ffa23a1cf2fa93cc75600377a7bcf8b3b08.1",
|
|
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
|
"@opentelemetry/api": "1.9.0",
|
|
30
30
|
"@types/node": "~20.19.24",
|
|
31
31
|
"typescript": "5.4.5",
|
|
32
|
-
"@prisma/instrumentation-contract": "7.3.0-integration-engines-7-3-0-
|
|
32
|
+
"@prisma/instrumentation-contract": "7.3.0-integration-engines-7-3-0-13-parameterization-ffcc2ffa23a1cf2fa93cc75600377a7bcf8b3b08.1"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@opentelemetry/instrumentation": "^0.207.0"
|