@graphql-mesh/plugin-newrelic 0.104.17 → 0.104.18-alpha-20251108025352-b5dd8d6f35f794f6ea48345b0098ff0f8f26f014

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@graphql-mesh/plugin-newrelic",
3
- "version": "0.104.17",
3
+ "version": "0.104.18-alpha-20251108025352-b5dd8d6f35f794f6ea48345b0098ff0f8f26f014",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*",
7
- "newrelic": "^7 || ^8.0.0 || ^10.0.0"
7
+ "newrelic": "^7 || ^8.0.0 || ^10.0.0 || ^13.0.0"
8
8
  },
9
9
  "dependencies": {
10
10
  "@envelop/core": "^5.3.2",
11
- "@envelop/newrelic": "^9.0.0",
11
+ "@envelop/newrelic": "^10.0.0",
12
12
  "@graphql-mesh/cross-helpers": "^0.4.10",
13
13
  "@graphql-mesh/string-interpolation": "^0.5.9",
14
14
  "@graphql-mesh/types": "^0.104.16",