@graphql-yoga/plugin-apollo-usage-report 0.10.1 → 0.10.2-alpha-20250721172022-4371c34e48d6f7efd1f997f7dcded729a969295b

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 +2 -2
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@graphql-yoga/plugin-apollo-usage-report",
3
- "version": "0.10.1",
3
+ "version": "0.10.2-alpha-20250721172022-4371c34e48d6f7efd1f997f7dcded729a969295b",
4
4
  "description": "Apollo's GraphOS usage report plugin for GraphQL Yoga.",
5
5
  "peerDependencies": {
6
6
  "graphql": "^15.2.0 || ^16.0.0",
7
7
  "graphql-yoga": "^5.15.1"
8
8
  },
9
9
  "dependencies": {
10
- "@apollo/server-gateway-interface": "^1.1.1",
10
+ "@apollo/server-gateway-interface": "^2.0.0",
11
11
  "@apollo/usage-reporting-protobuf": "^4.1.1",
12
12
  "@apollo/utils.usagereporting": "^2.1.0",
13
13
  "@graphql-tools/utils": "10.8.6",