datadog-lambda-js
Advanced tools
Comparing version 9.116.0 to 9.117.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.STREAM_RESPONSE = exports.HANDLER_STREAMING = exports.datadogLambdaVersion = void 0; | ||
exports.datadogLambdaVersion = "9.116.0"; | ||
exports.datadogLambdaVersion = "9.117.0"; | ||
// Response streaming functions | ||
@@ -6,0 +6,0 @@ exports.HANDLER_STREAMING = Symbol.for("aws.lambda.runtime.handler.streaming"); |
@@ -40,2 +40,3 @@ "use strict"; | ||
RuntimeTagValues["Node20"] = "nodejs20.x"; | ||
RuntimeTagValues["Node22"] = "nodejs22.x"; | ||
})(RuntimeTagValues || (RuntimeTagValues = {})); | ||
@@ -63,2 +64,5 @@ function getVersionTag() { | ||
} | ||
if (processVersion.startsWith("v22")) { | ||
processVersionTagString = RuntimeTagValues.Node22; | ||
} | ||
if (!processVersionTagString) { | ||
@@ -65,0 +69,0 @@ return null; |
{ | ||
"name": "datadog-lambda-js", | ||
"version": "9.116.0", | ||
"version": "9.117.0", | ||
"description": "Lambda client library that supports hybrid tracing in node js", | ||
@@ -31,3 +31,3 @@ "main": "dist/index.js", | ||
"@types/shimmer": "^1.0.1", | ||
"dd-trace": "^4.48.0", | ||
"dd-trace": "^4.50.0", | ||
"jest": "^27.0.1", | ||
@@ -34,0 +34,0 @@ "mock-fs": "4.14.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
542460
7409