Skip to content

Commit 37cc9a2

Browse files
authored
tweaked language around most recent published version (#46)
1 parent fdc25f2 commit 37cc9a2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var externalsRepos = []nrRepo{
4242
var columHeaders = map[string]string{
4343
"Name": `Package name`,
4444
"MinSupportedVersion": `Minimum supported version`,
45-
"LatestVersion": `Latest supported version`,
45+
"LatestVersion": `Latest published version`,
4646
"MinAgentVersion": `Introduced in*`,
4747
}
4848

testdata/data-table.expected.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| Package name | Minimum supported version | Latest supported version | Introduced in* |
1+
| Package name | Minimum supported version | Latest published version | Introduced in* |
22
| --- | --- | --- | --- |
33
| `foo` | 1.0.0 | 2.0.0 | 2.0.0 |
44
| `@foo/bar` | 1.0.0 | 2.0.0 | `@newrelic/foo-bar@1.0.0` |

tmpl/preamble.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ granular information specific to your web apps and servers. For unsupported
66
frameworks or libraries, you'll need to instrument the agent yourself using the
77
[Node.js agent API](https://newrelic.github.io/node-newrelic/API.html).
88

9-
**Note**: The latest supported version may not reflect the most recent supported
10-
version.
9+
**Note**: The latest published version may not reflect the most recent version
10+
supported by the agent.

0 commit comments

Comments
 (0)