Skip to content

Commit

Permalink
chore!: Dropped Node 14 from engine and versioned tests
Browse files Browse the repository at this point in the history
Signed-off-by: mrickard <maurice@mauricerickard.com>
  • Loading branch information
mrickard authored and bizob2828 committed Apr 15, 2024
1 parent 11e3775 commit 84594b8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/instrumentation/superagent/THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ This product includes source derived from [lockfile-lint](https://github.com/lir

### newrelic

This product includes source derived from [newrelic](https://github.com/newrelic/node-newrelic) ([v10.0.0](https://github.com/newrelic/node-newrelic/tree/v10.0.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic/blob/v10.0.0/LICENSE):
This product includes source derived from [newrelic](https://github.com/newrelic/node-newrelic) ([v10.3.1](https://github.com/newrelic/node-newrelic/tree/v10.3.1)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic/blob/v10.3.1/LICENSE):

```
Apache License
Expand Down
2 changes: 1 addition & 1 deletion lib/instrumentation/superagent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"tap": "^16.0.1"
},
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"peerDependencies": {
"newrelic": ">=6.11.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"tests": [{
"engines": {
"node": ">=14"
"node": ">=16"
},
"dependencies": {
"superagent": {
Expand Down
12 changes: 6 additions & 6 deletions lib/instrumentation/superagent/third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Mon Jul 10 2023 17:00:55 GMT-0400 (Eastern Daylight Time)",
"lastUpdated": "Wed Aug 09 2023 16:42:57 GMT-0400 (Eastern Daylight Time)",
"projectName": "New Relic SuperAgent Instrumentation",
"projectUrl": "https://github.com/newrelic/node-newrelic-superagent",
"includeOptDeps": false,
Expand Down Expand Up @@ -158,15 +158,15 @@
"email": "liran.tal@gmail.com",
"url": "https://github.com/lirantal"
},
"newrelic@10.0.0": {
"newrelic@10.3.1": {
"name": "newrelic",
"version": "10.0.0",
"range": "^10.0.0",
"version": "10.3.1",
"range": "^10.3.1",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/newrelic/node-newrelic",
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic/tree/v10.0.0",
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic/tree/v10.3.1",
"licenseFile": "node_modules/newrelic/LICENSE",
"licenseUrl": "https://github.com/newrelic/node-newrelic/blob/v10.0.0/LICENSE",
"licenseUrl": "https://github.com/newrelic/node-newrelic/blob/v10.3.1/LICENSE",
"licenseTextSource": "file",
"publisher": "New Relic Node.js agent team",
"email": "nodejs@newrelic.com"
Expand Down

0 comments on commit 84594b8

Please sign in to comment.