Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@opentelemetry/sdk-node

Package Overview
Dependencies
Maintainers
2
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/sdk-node - npm Package Compare versions

Comparing version
0.205.0
to
0.206.0
+1
-1
build/src/version.d.ts

@@ -1,2 +0,2 @@

export declare const VERSION = "0.205.0";
export declare const VERSION = "0.206.0";
//# sourceMappingURL=version.d.ts.map

@@ -20,3 +20,3 @@ "use strict";

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.205.0';
exports.VERSION = '0.206.0';
//# sourceMappingURL=version.js.map

@@ -1,1 +0,1 @@

{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,4DAA4D;AAC/C,QAAA,OAAO,GAAG,SAAS,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const VERSION = '0.205.0';\n"]}
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,4DAA4D;AAC/C,QAAA,OAAO,GAAG,SAAS,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const VERSION = '0.206.0';\n"]}
{
"name": "@opentelemetry/sdk-node",
"version": "0.205.0",
"version": "0.206.0",
"description": "OpenTelemetry SDK for Node.js",

@@ -17,3 +17,2 @@ "main": "build/src/index.js",

"watch": "tsc --build --watch",
"precompile": "lerna run version --scope @opentelemetry/sdk-node --include-dependencies",
"prewatch": "npm run precompile",

@@ -48,20 +47,20 @@ "peer-api-check": "node ../../../scripts/peer-api-check.js",

"dependencies": {
"@opentelemetry/api-logs": "0.205.0",
"@opentelemetry/api-logs": "0.206.0",
"@opentelemetry/core": "2.1.0",
"@opentelemetry/exporter-logs-otlp-grpc": "0.205.0",
"@opentelemetry/exporter-logs-otlp-http": "0.205.0",
"@opentelemetry/exporter-logs-otlp-proto": "0.205.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.205.0",
"@opentelemetry/exporter-metrics-otlp-http": "0.205.0",
"@opentelemetry/exporter-metrics-otlp-proto": "0.205.0",
"@opentelemetry/exporter-prometheus": "0.205.0",
"@opentelemetry/exporter-trace-otlp-grpc": "0.205.0",
"@opentelemetry/exporter-trace-otlp-http": "0.205.0",
"@opentelemetry/exporter-trace-otlp-proto": "0.205.0",
"@opentelemetry/exporter-logs-otlp-grpc": "0.206.0",
"@opentelemetry/exporter-logs-otlp-http": "0.206.0",
"@opentelemetry/exporter-logs-otlp-proto": "0.206.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.206.0",
"@opentelemetry/exporter-metrics-otlp-http": "0.206.0",
"@opentelemetry/exporter-metrics-otlp-proto": "0.206.0",
"@opentelemetry/exporter-prometheus": "0.206.0",
"@opentelemetry/exporter-trace-otlp-grpc": "0.206.0",
"@opentelemetry/exporter-trace-otlp-http": "0.206.0",
"@opentelemetry/exporter-trace-otlp-proto": "0.206.0",
"@opentelemetry/exporter-zipkin": "2.1.0",
"@opentelemetry/instrumentation": "0.205.0",
"@opentelemetry/instrumentation": "0.206.0",
"@opentelemetry/propagator-b3": "2.1.0",
"@opentelemetry/propagator-jaeger": "2.1.0",
"@opentelemetry/resources": "2.1.0",
"@opentelemetry/sdk-logs": "0.205.0",
"@opentelemetry/sdk-logs": "0.206.0",
"@opentelemetry/sdk-metrics": "2.1.0",

@@ -82,3 +81,2 @@ "@opentelemetry/sdk-trace-base": "2.1.0",

"@types/sinon": "17.0.4",
"lerna": "6.6.2",
"mocha": "11.7.2",

@@ -92,3 +90,3 @@ "nyc": "17.1.0",

"sideEffects": false,
"gitHead": "2d3760898cdc4f0e68f9f956603cc5df279eb3a8"
"gitHead": "8e9b8bb2a7a2d81ae0b5171efdf1644210697fa2"
}