Skip to content

Commit ee0cf43

Browse files
committed
Merge branch 'main' of https://github.com/amychisholm03/node-newrelic into NR-3140/openai-v5-streams
2 parents f62c685 + 961975b commit ee0cf43

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

compatibility.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ supported by the agent.
1313
| --- | --- | --- | --- |
1414
| `@apollo/gateway` | 2.3.0 | 2.11.0 | `@newrelic/apollo-server-plugin@1.0.0` |
1515
| `@apollo/server` | 4.0.0 | 4.12.2 | `@newrelic/apollo-server-plugin@2.1.0` |
16-
| `@aws-sdk/client-bedrock-runtime` | 3.474.0 | 3.823.0 | 11.13.0 |
17-
| `@aws-sdk/client-dynamodb` | 3.0.0 | 3.823.0 | 8.7.1 |
18-
| `@aws-sdk/client-sns` | 3.0.0 | 3.823.0 | 8.7.1 |
19-
| `@aws-sdk/client-sqs` | 3.0.0 | 3.823.0 | 8.7.1 |
20-
| `@aws-sdk/lib-dynamodb` | 3.377.0 | 3.823.0 | 8.7.1 |
16+
| `@aws-sdk/client-bedrock-runtime` | 3.474.0 | 3.826.0 | 11.13.0 |
17+
| `@aws-sdk/client-dynamodb` | 3.0.0 | 3.826.0 | 8.7.1 |
18+
| `@aws-sdk/client-sns` | 3.0.0 | 3.826.0 | 8.7.1 |
19+
| `@aws-sdk/client-sqs` | 3.0.0 | 3.826.0 | 8.7.1 |
20+
| `@aws-sdk/lib-dynamodb` | 3.377.0 | 3.826.0 | 8.7.1 |
2121
| `@aws-sdk/smithy-client` | 3.47.0 | 3.374.0 | 8.7.1 |
22-
| `@azure/functions` | 4.7.0 | 4.7.2 | 12.18.0 |
22+
| `@azure/functions` | 4.7.0 | 4.7.3 | 12.18.0 |
2323
| `@elastic/elasticsearch` | 7.16.0 | 9.0.2 | 11.9.0 |
24-
| `@google/genai` | 1.1.0 | 1.4.0 | 12.20.0 |
24+
| `@google/genai` | 1.1.0 | 1.4.0 | 12.21.0 |
2525
| `@grpc/grpc-js` | 1.4.0 | 1.13.4 | 8.17.0 |
2626
| `@hapi/hapi` | 20.1.2 | 21.4.0 | 9.0.0 |
2727
| `@koa/router` | 11.0.2 | 13.1.0 | 3.2.0 |
@@ -51,12 +51,12 @@ supported by the agent.
5151
| `mysql` | 2.2.0 | 2.18.1 | 1.32.0 |
5252
| `mysql2` | 2.0.0 | 3.14.1 | 1.32.0 |
5353
| `next` | 13.4.19 | 15.3.3 | 12.0.0 |
54-
| `openai` | 4.0.0 | 5.1.0 | 11.13.0 |
54+
| `openai` | 4.0.0 | 5.3.0 | 11.13.0 |
5555
| `pg` | 8.2.0 | 8.16.0 | 9.0.0 |
5656
| `pg-native` | 3.0.0 | 3.5.0 | 9.0.0 |
5757
| `pino` | 7.0.0 | 9.7.0 | 8.11.0 |
5858
| `q` | 1.3.0 | 1.5.1 | 1.26.2 |
59-
| `redis` | 3.1.0 | 5.5.5 | 1.31.0 |
59+
| `redis` | 3.1.0 | 5.5.6 | 1.31.0 |
6060
| `restify` | 11.0.0 | 11.1.0 | 2.6.0 |
6161
| `superagent` | 3.0.0 | 10.2.1 | 4.9.0 |
6262
| `undici` | 5.0.0 | 7.10.0 | 11.1.0 |

test/versioned/nestjs/package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,18 @@
99
"node": ">=18"
1010
},
1111
"dependencies": {
12-
"@nestjs/cli": ">=9.0.0"
12+
"@nestjs/cli": ">=9.0.0 <11"
13+
},
14+
"files": [
15+
"nest.test.js"
16+
]
17+
},
18+
{
19+
"engines": {
20+
"node": ">=20"
21+
},
22+
"dependencies": {
23+
"@nestjs/cli": ">=11"
1324
},
1425
"files": [
1526
"nest.test.js"

0 commit comments

Comments
 (0)