@datadog/datadog-ci-plugin-lambda 4.2.0 → 4.2.2

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.
@@ -116,7 +116,7 @@ export declare const getRegion: (functionARN: string) => string | undefined;
116
116
  * @returns if a runtime is supported.
117
117
  */
118
118
  export declare const isSupportedRuntime: (runtime?: string) => runtime is Runtime;
119
- export declare const isLayerRuntime: (runtime: string) => runtime is "python3.8" | "dotnet6" | "dotnet8" | "java11" | "java17" | "java21" | "java8.al2" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.9" | "ruby3.2" | "ruby3.3" | "extension";
119
+ export declare const isLayerRuntime: (runtime: string) => runtime is "dotnet6" | "dotnet8" | "java11" | "java17" | "java21" | "java8.al2" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.8" | "python3.9" | "ruby3.2" | "ruby3.3" | "extension";
120
120
  export declare const sentenceMatchesRegEx: (sentence: string, regex: RegExp) => RegExpMatchArray | null;
121
121
  export declare const supportsInTracerAppsec: (runtime: Runtime, layerVersion: number | undefined) => boolean;
122
122
  export declare const updateLambdaFunctionConfig: (lambdaClient: LambdaClient, cloudWatchLogsClient: CloudWatchLogsClient, config: FunctionConfiguration) => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datadog/datadog-ci-plugin-lambda",
3
- "version": "4.2.0",
3
+ "version": "4.2.2",
4
4
  "description": "Datadog CI plugin for `lambda` commands",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -39,7 +39,7 @@
39
39
  "prepack": "yarn package:clean-dist"
40
40
  },
41
41
  "peerDependencies": {
42
- "@datadog/datadog-ci-base": "4.2.0"
42
+ "@datadog/datadog-ci-base": "4.2.2"
43
43
  },
44
44
  "dependencies": {
45
45
  "@aws-sdk/client-cloudwatch-logs": "^3.709.0",