Skip to content

Commit 7185ffe

Browse files
committed
fix dep
1 parent b2cbcf4 commit 7185ffe

File tree

3 files changed

+267
-1
lines changed

3 files changed

+267
-1
lines changed

THIRD_PARTY_NOTICES.md

Lines changed: 240 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic
2020
* [@opentelemetry/api](#opentelemetryapi)
2121
* [@opentelemetry/core](#opentelemetrycore)
2222
* [@opentelemetry/resources](#opentelemetryresources)
23+
* [@opentelemetry/sdk-trace-base](#opentelemetrysdk-trace-base)
2324
* [@tyriar/fibonacci-heap](#tyriarfibonacci-heap)
2425
* [concat-stream](#concat-stream)
2526
* [https-proxy-agent](#https-proxy-agent)
@@ -62,6 +63,7 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic
6263
* [git-raw-commits](#git-raw-commits)
6364
* [glob](#glob)
6465
* [got](#got)
66+
* [husky](#husky)
6567
* [jsdoc](#jsdoc)
6668
* [koa-route](#koa-route)
6769
* [koa-router](#koa-router)
@@ -1178,6 +1180,215 @@ This product includes source derived from [@opentelemetry/resources](https://git
11781180
11791181
```
11801182

1183+
### @opentelemetry/sdk-trace-base
1184+
1185+
This product includes source derived from [@opentelemetry/sdk-trace-base](https://github.com/open-telemetry/opentelemetry-js) ([v2.0.0](https://github.com/open-telemetry/opentelemetry-js/tree/v2.0.0)), distributed under the [Apache-2.0 License](https://github.com/open-telemetry/opentelemetry-js/blob/v2.0.0/LICENSE):
1186+
1187+
```
1188+
Apache License
1189+
Version 2.0, January 2004
1190+
http://www.apache.org/licenses/
1191+
1192+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1193+
1194+
1. Definitions.
1195+
1196+
"License" shall mean the terms and conditions for use, reproduction,
1197+
and distribution as defined by Sections 1 through 9 of this document.
1198+
1199+
"Licensor" shall mean the copyright owner or entity authorized by
1200+
the copyright owner that is granting the License.
1201+
1202+
"Legal Entity" shall mean the union of the acting entity and all
1203+
other entities that control, are controlled by, or are under common
1204+
control with that entity. For the purposes of this definition,
1205+
"control" means (i) the power, direct or indirect, to cause the
1206+
direction or management of such entity, whether by contract or
1207+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
1208+
outstanding shares, or (iii) beneficial ownership of such entity.
1209+
1210+
"You" (or "Your") shall mean an individual or Legal Entity
1211+
exercising permissions granted by this License.
1212+
1213+
"Source" form shall mean the preferred form for making modifications,
1214+
including but not limited to software source code, documentation
1215+
source, and configuration files.
1216+
1217+
"Object" form shall mean any form resulting from mechanical
1218+
transformation or translation of a Source form, including but
1219+
not limited to compiled object code, generated documentation,
1220+
and conversions to other media types.
1221+
1222+
"Work" shall mean the work of authorship, whether in Source or
1223+
Object form, made available under the License, as indicated by a
1224+
copyright notice that is included in or attached to the work
1225+
(an example is provided in the Appendix below).
1226+
1227+
"Derivative Works" shall mean any work, whether in Source or Object
1228+
form, that is based on (or derived from) the Work and for which the
1229+
editorial revisions, annotations, elaborations, or other modifications
1230+
represent, as a whole, an original work of authorship. For the purposes
1231+
of this License, Derivative Works shall not include works that remain
1232+
separable from, or merely link (or bind by name) to the interfaces of,
1233+
the Work and Derivative Works thereof.
1234+
1235+
"Contribution" shall mean any work of authorship, including
1236+
the original version of the Work and any modifications or additions
1237+
to that Work or Derivative Works thereof, that is intentionally
1238+
submitted to Licensor for inclusion in the Work by the copyright owner
1239+
or by an individual or Legal Entity authorized to submit on behalf of
1240+
the copyright owner. For the purposes of this definition, "submitted"
1241+
means any form of electronic, verbal, or written communication sent
1242+
to the Licensor or its representatives, including but not limited to
1243+
communication on electronic mailing lists, source code control systems,
1244+
and issue tracking systems that are managed by, or on behalf of, the
1245+
Licensor for the purpose of discussing and improving the Work, but
1246+
excluding communication that is conspicuously marked or otherwise
1247+
designated in writing by the copyright owner as "Not a Contribution."
1248+
1249+
"Contributor" shall mean Licensor and any individual or Legal Entity
1250+
on behalf of whom a Contribution has been received by Licensor and
1251+
subsequently incorporated within the Work.
1252+
1253+
2. Grant of Copyright License. Subject to the terms and conditions of
1254+
this License, each Contributor hereby grants to You a perpetual,
1255+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1256+
copyright license to reproduce, prepare Derivative Works of,
1257+
publicly display, publicly perform, sublicense, and distribute the
1258+
Work and such Derivative Works in Source or Object form.
1259+
1260+
3. Grant of Patent License. Subject to the terms and conditions of
1261+
this License, each Contributor hereby grants to You a perpetual,
1262+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1263+
(except as stated in this section) patent license to make, have made,
1264+
use, offer to sell, sell, import, and otherwise transfer the Work,
1265+
where such license applies only to those patent claims licensable
1266+
by such Contributor that are necessarily infringed by their
1267+
Contribution(s) alone or by combination of their Contribution(s)
1268+
with the Work to which such Contribution(s) was submitted. If You
1269+
institute patent litigation against any entity (including a
1270+
cross-claim or counterclaim in a lawsuit) alleging that the Work
1271+
or a Contribution incorporated within the Work constitutes direct
1272+
or contributory patent infringement, then any patent licenses
1273+
granted to You under this License for that Work shall terminate
1274+
as of the date such litigation is filed.
1275+
1276+
4. Redistribution. You may reproduce and distribute copies of the
1277+
Work or Derivative Works thereof in any medium, with or without
1278+
modifications, and in Source or Object form, provided that You
1279+
meet the following conditions:
1280+
1281+
(a) You must give any other recipients of the Work or
1282+
Derivative Works a copy of this License; and
1283+
1284+
(b) You must cause any modified files to carry prominent notices
1285+
stating that You changed the files; and
1286+
1287+
(c) You must retain, in the Source form of any Derivative Works
1288+
that You distribute, all copyright, patent, trademark, and
1289+
attribution notices from the Source form of the Work,
1290+
excluding those notices that do not pertain to any part of
1291+
the Derivative Works; and
1292+
1293+
(d) If the Work includes a "NOTICE" text file as part of its
1294+
distribution, then any Derivative Works that You distribute must
1295+
include a readable copy of the attribution notices contained
1296+
within such NOTICE file, excluding those notices that do not
1297+
pertain to any part of the Derivative Works, in at least one
1298+
of the following places: within a NOTICE text file distributed
1299+
as part of the Derivative Works; within the Source form or
1300+
documentation, if provided along with the Derivative Works; or,
1301+
within a display generated by the Derivative Works, if and
1302+
wherever such third-party notices normally appear. The contents
1303+
of the NOTICE file are for informational purposes only and
1304+
do not modify the License. You may add Your own attribution
1305+
notices within Derivative Works that You distribute, alongside
1306+
or as an addendum to the NOTICE text from the Work, provided
1307+
that such additional attribution notices cannot be construed
1308+
as modifying the License.
1309+
1310+
You may add Your own copyright statement to Your modifications and
1311+
may provide additional or different license terms and conditions
1312+
for use, reproduction, or distribution of Your modifications, or
1313+
for any such Derivative Works as a whole, provided Your use,
1314+
reproduction, and distribution of the Work otherwise complies with
1315+
the conditions stated in this License.
1316+
1317+
5. Submission of Contributions. Unless You explicitly state otherwise,
1318+
any Contribution intentionally submitted for inclusion in the Work
1319+
by You to the Licensor shall be under the terms and conditions of
1320+
this License, without any additional terms or conditions.
1321+
Notwithstanding the above, nothing herein shall supersede or modify
1322+
the terms of any separate license agreement you may have executed
1323+
with Licensor regarding such Contributions.
1324+
1325+
6. Trademarks. This License does not grant permission to use the trade
1326+
names, trademarks, service marks, or product names of the Licensor,
1327+
except as required for reasonable and customary use in describing the
1328+
origin of the Work and reproducing the content of the NOTICE file.
1329+
1330+
7. Disclaimer of Warranty. Unless required by applicable law or
1331+
agreed to in writing, Licensor provides the Work (and each
1332+
Contributor provides its Contributions) on an "AS IS" BASIS,
1333+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1334+
implied, including, without limitation, any warranties or conditions
1335+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1336+
PARTICULAR PURPOSE. You are solely responsible for determining the
1337+
appropriateness of using or redistributing the Work and assume any
1338+
risks associated with Your exercise of permissions under this License.
1339+
1340+
8. Limitation of Liability. In no event and under no legal theory,
1341+
whether in tort (including negligence), contract, or otherwise,
1342+
unless required by applicable law (such as deliberate and grossly
1343+
negligent acts) or agreed to in writing, shall any Contributor be
1344+
liable to You for damages, including any direct, indirect, special,
1345+
incidental, or consequential damages of any character arising as a
1346+
result of this License or out of the use or inability to use the
1347+
Work (including but not limited to damages for loss of goodwill,
1348+
work stoppage, computer failure or malfunction, or any and all
1349+
other commercial damages or losses), even if such Contributor
1350+
has been advised of the possibility of such damages.
1351+
1352+
9. Accepting Warranty or Additional Liability. While redistributing
1353+
the Work or Derivative Works thereof, You may choose to offer,
1354+
and charge a fee for, acceptance of support, warranty, indemnity,
1355+
or other liability obligations and/or rights consistent with this
1356+
License. However, in accepting such obligations, You may act only
1357+
on Your own behalf and on Your sole responsibility, not on behalf
1358+
of any other Contributor, and only if You agree to indemnify,
1359+
defend, and hold each Contributor harmless for any liability
1360+
incurred by, or claims asserted against, such Contributor by reason
1361+
of your accepting any such warranty or additional liability.
1362+
1363+
END OF TERMS AND CONDITIONS
1364+
1365+
APPENDIX: How to apply the Apache License to your work.
1366+
1367+
To apply the Apache License to your work, attach the following
1368+
boilerplate notice, with the fields enclosed by brackets "[]"
1369+
replaced with your own identifying information. (Don't include
1370+
the brackets!) The text should be enclosed in the appropriate
1371+
comment syntax for the file format. We also recommend that a
1372+
file or class name and description of purpose be included on the
1373+
same "printed page" as the copyright notice for easier
1374+
identification within third-party archives.
1375+
1376+
Copyright [yyyy] [name of copyright owner]
1377+
1378+
Licensed under the Apache License, Version 2.0 (the "License");
1379+
you may not use this file except in compliance with the License.
1380+
You may obtain a copy of the License at
1381+
1382+
http://www.apache.org/licenses/LICENSE-2.0
1383+
1384+
Unless required by applicable law or agreed to in writing, software
1385+
distributed under the License is distributed on an "AS IS" BASIS,
1386+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1387+
See the License for the specific language governing permissions and
1388+
limitations under the License.
1389+
1390+
```
1391+
11811392
### @tyriar/fibonacci-heap
11821393

11831394
This product includes source derived from [@tyriar/fibonacci-heap](https://github.com/gwtw/ts-fibonacci-heap) ([v2.0.9](https://github.com/gwtw/ts-fibonacci-heap/tree/v2.0.9)), distributed under the [MIT License](https://github.com/gwtw/ts-fibonacci-heap/blob/v2.0.9/LICENSE):
@@ -4111,6 +4322,35 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
41114322
41124323
```
41134324

4325+
### husky
4326+
4327+
This product includes source derived from [husky](https://github.com/typicode/husky) ([v6.0.0](https://github.com/typicode/husky/tree/v6.0.0)), distributed under the [MIT License](https://github.com/typicode/husky/blob/v6.0.0/LICENSE):
4328+
4329+
```
4330+
MIT License
4331+
4332+
Copyright (c) 2021 typicode
4333+
4334+
Permission is hereby granted, free of charge, to any person obtaining a copy
4335+
of this software and associated documentation files (the "Software"), to deal
4336+
in the Software without restriction, including without limitation the rights
4337+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4338+
copies of the Software, and to permit persons to whom the Software is
4339+
furnished to do so, subject to the following conditions:
4340+
4341+
The above copyright notice and this permission notice shall be included in all
4342+
copies or substantial portions of the Software.
4343+
4344+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4345+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4346+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4347+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4348+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4349+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4350+
SOFTWARE.
4351+
4352+
```
4353+
41144354
### jsdoc
41154355

41164356
This product includes source derived from [jsdoc](https://github.com/jsdoc/jsdoc) ([v4.0.4](https://github.com/jsdoc/jsdoc/tree/v4.0.4)), distributed under the [Apache-2.0 License](https://github.com/jsdoc/jsdoc/blob/v4.0.4/LICENSE.md):

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@
206206
"@opentelemetry/api": "^1.9.0",
207207
"@opentelemetry/core": "^1.30.0",
208208
"@opentelemetry/resources": "^1.30.1",
209+
"@opentelemetry/sdk-trace-base": "^2.0.0",
209210
"@tyriar/fibonacci-heap": "^2.0.7",
210211
"concat-stream": "^2.0.0",
211212
"https-proxy-agent": "^7.0.1",

third_party_manifest.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lastUpdated": "Mon Mar 24 2025 11:54:12 GMT-0700 (Pacific Daylight Time)",
2+
"lastUpdated": "Mon Mar 24 2025 11:59:15 GMT-0700 (Pacific Daylight Time)",
33
"projectName": "New Relic Node Agent",
44
"projectUrl": "https://github.com/newrelic/node-newrelic",
55
"includeOptDeps": true,
@@ -91,6 +91,18 @@
9191
"licenseTextSource": "file",
9292
"publisher": "OpenTelemetry Authors"
9393
},
94+
"@opentelemetry/sdk-trace-base@2.0.0": {
95+
"name": "@opentelemetry/sdk-trace-base",
96+
"version": "2.0.0",
97+
"range": "^2.0.0",
98+
"licenses": "Apache-2.0",
99+
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
100+
"versionedRepoUrl": "https://github.com/open-telemetry/opentelemetry-js/tree/v2.0.0",
101+
"licenseFile": "node_modules/@opentelemetry/sdk-trace-base/LICENSE",
102+
"licenseUrl": "https://github.com/open-telemetry/opentelemetry-js/blob/v2.0.0/LICENSE",
103+
"licenseTextSource": "file",
104+
"publisher": "OpenTelemetry Authors"
105+
},
94106
"@tyriar/fibonacci-heap@2.0.9": {
95107
"name": "@tyriar/fibonacci-heap",
96108
"version": "2.0.9",
@@ -595,6 +607,19 @@
595607
"licenseUrl": "https://github.com/sindresorhus/got/blob/v11.8.6/license",
596608
"licenseTextSource": "file"
597609
},
610+
"husky@6.0.0": {
611+
"name": "husky",
612+
"version": "6.0.0",
613+
"range": "^6.0.0",
614+
"licenses": "MIT",
615+
"repoUrl": "https://github.com/typicode/husky",
616+
"versionedRepoUrl": "https://github.com/typicode/husky/tree/v6.0.0",
617+
"licenseFile": "node_modules/husky/LICENSE",
618+
"licenseUrl": "https://github.com/typicode/husky/blob/v6.0.0/LICENSE",
619+
"licenseTextSource": "file",
620+
"publisher": "Typicode",
621+
"email": "typicode@gmail.com"
622+
},
598623
"jsdoc@4.0.4": {
599624
"name": "jsdoc",
600625
"version": "4.0.4",

0 commit comments

Comments
 (0)