@graphql-mesh/plugin-newrelic 0.104.17 → 0.104.18-alpha-20251108012155-933051e415f8370bbd8bc8244d9d49f500534bf6
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.
- 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.
|
|
3
|
+
"version": "0.104.18-alpha-20251108012155-933051e415f8370bbd8bc8244d9d49f500534bf6",
|
|
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": "^
|
|
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",
|