File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ var externalsRepos = []nrRepo{
4242var 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
Original file line number Diff line number Diff line change 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 ` |
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ granular information specific to your web apps and servers. For unsupported
66frameworks 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 .
You can’t perform that action at this time.
0 commit comments