Skip to content

Commit

Permalink
chore: Replace inlined bedrock server with test-utils version (newrel…
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Feb 2, 2024
1 parent c7e3f16 commit be7f061
Show file tree
Hide file tree
Showing 18 changed files with 113 additions and 961 deletions.
2 changes: 1 addition & 1 deletion merged/aws-sdk/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
module.exports = {
extends: '@newrelic',
parserOptions: {
ecmaVersion: 'latest'
ecmaVersion: 2022
}
}
10 changes: 5 additions & 5 deletions merged/aws-sdk/THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic

### @aws-sdk/client-s3

This product includes source derived from [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3) ([v3.485.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.485.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.485.0/LICENSE):
This product includes source derived from [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3) ([v3.504.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.504.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.504.0/LICENSE):

```
Apache License
Expand Down Expand Up @@ -249,7 +249,7 @@ This product includes source derived from [@aws-sdk/client-s3](https://github.co

### @aws-sdk/s3-request-presigner

This product includes source derived from [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3) ([v3.485.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.485.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.485.0/LICENSE):
This product includes source derived from [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3) ([v3.504.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.504.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.504.0/LICENSE):

```
Apache License
Expand Down Expand Up @@ -875,7 +875,7 @@ This product includes source derived from [@newrelic/newrelic-oss-cli](https://g

### @newrelic/test-utilities

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

```
Apache License
Expand Down Expand Up @@ -1084,7 +1084,7 @@ This product includes source derived from [@newrelic/test-utilities](https://git

### aws-sdk

This product includes source derived from [aws-sdk](https://github.com/aws/aws-sdk-js) ([v2.1531.0](https://github.com/aws/aws-sdk-js/tree/v2.1531.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js/blob/v2.1531.0/LICENSE.txt):
This product includes source derived from [aws-sdk](https://github.com/aws/aws-sdk-js) ([v2.1548.0](https://github.com/aws/aws-sdk-js/tree/v2.1548.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js/blob/v2.1548.0/LICENSE.txt):

```
Expand Down Expand Up @@ -1599,7 +1599,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) ([v11.9.0](https://github.com/newrelic/node-newrelic/tree/v11.9.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic/blob/v11.9.0/LICENSE):
This product includes source derived from [newrelic](https://github.com/newrelic/node-newrelic) ([v11.10.2](https://github.com/newrelic/node-newrelic/tree/v11.10.2)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic/blob/v11.10.2/LICENSE):

```
Apache License
Expand Down
84 changes: 80 additions & 4 deletions merged/aws-sdk/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 merged/aws-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@aws-sdk/s3-request-presigner": "^3.342.0",
"@newrelic/eslint-config": "^0.4.0",
"@newrelic/newrelic-oss-cli": "^0.1.2",
"@newrelic/test-utilities": "^8.1.0",
"@newrelic/test-utilities": "^8.2.0",
"aws-sdk": "^2.1372.0",
"c8": "^7.12.0",
"eslint": "^8.56.0",
Expand Down
Loading

0 comments on commit be7f061

Please sign in to comment.