From bac43bde01f0a69fd731075264e32532e38a4d95 Mon Sep 17 00:00:00 2001 From: yoshi-taka Date: Thu, 5 Jun 2025 22:40:33 +0900 Subject: [PATCH 1/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eebd268a01..3f012f4da1 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ This minimum support level is subject to change as the project evolves and as th ## TypeScript Support OpenTelemetry JavaScript is built with TypeScript `v5.0.4`. If you have a TypeScript project (app, library, instrumentation, etc.) -that depends on it we recomed using same or higher version to compile the project. +that depends on it we recommend using same or higher version to compile the project. OpenTelemetry JavaScript will follows DefinitelyType's [support policy for TypeScript](https://github.com/DefinitelyTyped/DefinitelyTyped#support-window) which sets a support window of 2 years. Support for TypeScript versions older than 2 years will be dropped in minor releases of OpenTelemetry JavaScript. From 65100187f83f38ac3badac3f4abfc257f822a4de Mon Sep 17 00:00:00 2001 From: Marylia Gutierrez Date: Thu, 5 Jun 2025 11:21:05 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f012f4da1..98f35bf63f 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ This minimum support level is subject to change as the project evolves and as th ## TypeScript Support OpenTelemetry JavaScript is built with TypeScript `v5.0.4`. If you have a TypeScript project (app, library, instrumentation, etc.) -that depends on it we recommend using same or higher version to compile the project. +that depends on it, we recommend using same or higher version to compile the project. OpenTelemetry JavaScript will follows DefinitelyType's [support policy for TypeScript](https://github.com/DefinitelyTyped/DefinitelyTyped#support-window) which sets a support window of 2 years. Support for TypeScript versions older than 2 years will be dropped in minor releases of OpenTelemetry JavaScript.