Skip to content

Commit

Permalink
chore: updated minimum version of koa instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Apr 1, 2024
1 parent 4801de0 commit a4656eb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ This product includes source derived from [@newrelic/aws-sdk](https://github.com

### @newrelic/koa

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

```
Apache License
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"@grpc/grpc-js": "^1.9.4",
"@grpc/proto-loader": "^0.7.5",
"@newrelic/aws-sdk": "^7.3.0",
"@newrelic/koa": "^9.0.0",
"@newrelic/koa": "^9.1.0",
"@newrelic/ritm": "^7.2.0",
"@newrelic/security-agent": "1.0.1",
"@newrelic/superagent": "^7.0.1",
Expand Down
12 changes: 6 additions & 6 deletions third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Wed Mar 20 2024 08:44:47 GMT-0400 (Eastern Daylight Time)",
"lastUpdated": "Mon Apr 01 2024 16:40:41 GMT-0400 (Eastern Daylight Time)",
"projectName": "New Relic Node Agent",
"projectUrl": "https://github.com/newrelic/node-newrelic",
"includeOptDeps": true,
Expand Down Expand Up @@ -81,15 +81,15 @@
"publisher": "New Relic Node.js agent team",
"email": "nodejs@newrelic.com"
},
"@newrelic/koa@9.0.0": {
"@newrelic/koa@9.1.0": {
"name": "@newrelic/koa",
"version": "9.0.0",
"range": "^9.0.0",
"version": "9.1.0",
"range": "^9.1.0",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/newrelic/node-newrelic-koa",
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic-koa/tree/v9.0.0",
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic-koa/tree/v9.1.0",
"licenseFile": "node_modules/@newrelic/koa/LICENSE",
"licenseUrl": "https://github.com/newrelic/node-newrelic-koa/blob/v9.0.0/LICENSE",
"licenseUrl": "https://github.com/newrelic/node-newrelic-koa/blob/v9.1.0/LICENSE",
"licenseTextSource": "file",
"publisher": "New Relic Node.js agent team",
"email": "nodejs@newrelic.com"
Expand Down

0 comments on commit a4656eb

Please sign in to comment.